adding level 0 enchantment for gloeeffect #5191
Closed
CloudeLecaw
started this conversation in
Enhancement
Replies: 1 comment
-
closed |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
At the moment using Level 0 removes an Enchant from an Item.
I wanne add a Lure Level 0 Enchantmant to an Item.
Why? i found out that some plugins that let items glow
simply give their item a enchant level 0 (lure mostly) and simply hide the enchant after to have a glowing item..
So it it possible to add a Level 0 enchantment? Maybe Ownname or Lure 0?
Problem is: accually CMI does not allow adding a level 0 enchantment.
with the give command it would be possible...
{Enchantments:[{id:lure,lvl:0}],HideFlags:1}
but with enchant it issnt at the moment.
At the moment when i use Level 0 at an item enchantment with the cmi enchantment command then the enchantment got removed from item...
Beta Was this translation helpful? Give feedback.
All reactions