I want to enchant a paper to get the glowing visual effect.
This is the part of the code where I did it:
The problem is that I want only the visual effect, not to show the "mending" line.
But I also need to show the Lore line 1.
Is there a way to hide the enchant? Thanks!
This is the part of the code where I did it:
code_language.skript:
if arg 1 = "2":
loop all items in player's inventory:
loop-item is paper
loop-item's name isn't set
enchant the loop-item with mending
set the name of the loop-item to "§5&lCheque §2&lAes§6&lGold"
set line 1 of loop-item's lore to "Emitido por §a%player%"
message "&6[&cCHEQUES&6] &rVocê transformou em cheques §etipo 2&r os papeis em branco no seu inventário!"
clear {emitir.%player%.waiting}
stop
The problem is that I want only the visual effect, not to show the "mending" line.
But I also need to show the Lore line 1.
Is there a way to hide the enchant? Thanks!