CommandItems will not disappear when consume-self: true
malachy09 opened this issue ยท 1 comments
CraftBook Version
Latest
Platform Version
Paper 1.19.2
Confirmations
- I am using the most recent Minecraft release.
- I am using a version of WorldEdit compatible with my Minecraft version.
- I am using a version of CraftBook compatible with my Minecraft version.
- I am using the latest or recommended version of my platform software.
- I am NOT using a hybrid server, e.g. a server that combines Bukkit and Forge. Examples include Arclight, Mohist, and Cardboard.
- I am NOT using a fork of WorldEdit, such as FastAsyncWorldEdit (FAWE) or AsyncWorldEdit (AWE)
Bug Description
I have a CommandItem and I have it set to consume-self: true, I've reloaded the server and even reloaded the config files after every save and it still won't work. everytime I right click, the command itself works but the item does not disappear from the player's inventory. Any advice?
Expected Behavior
It should make the item disappear on right click.
Reproduction Steps
- Item is right clicked.
- Command works.
- Item doesn't disappear on use.
Anything Else?
No response