clientcommands
clientcommands copied to clipboard
option for /cenchant to take wildcard for enchantment name arguments
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.