clientcommands icon indicating copy to clipboard operation
clientcommands copied to clipboard

option for /cenchant to take wildcard for enchantment name arguments

Open nayfaan opened this issue 11 months ago • 2 comments

Currently /cenchant can take wildcard for an enchantment's level; I'd like to see that extended to the enchantment type too, so I'd be able to do something like:

/cenchant minecraft:book with minecraft:unbreaking 3 with * *

  • Guarantees that the book has Unb 3 and at least 1 more of any enchantment

/cenchant minecraft:book with minecraft:unbreaking 3 with * 4

  • Guarantees that the book has Unb 3 and at least 1 more enchantment that is at least level 4

/cenchant minecraft:book with minecraft:unbreaking 3 with * * with * *

  • Guarantees that the book has Unb 3 and at least 2 more of any enchantment

etc.

nayfaan avatar Mar 25 '24 09:03 nayfaan