So lately, I've been trying to make custom enchantments with TuSKe:
But then I realized that TuSKe Doesn't Work on 1.16.
So I need new "tools", I tried to search how to use "Lore System"
Code:
on skript load:
register a new custom enchantment with id name "Replanish"
set {replanish} to "Replanish" parsed as custom enchantment
set max level of {replanish} to 1
set rarity of {replanish} to 0.01
set accepted items for {replanish} to "Hoe"
set lore name of {replanish} to "Replanish"
So I need new "tools", I tried to search how to use "Lore System"