/info command from other plugin is block in TAB-Complet when WorldEdit is used
CloudeLecaw opened this issue ยท 4 comments
Related to this thread where the plugin CMI usses the alias /info we noticed /info is not tabcompleted
with a bit of testing i found out that worldedit is blocking it from Tabcomplet
So is there an option to nopt block /info without geing everyone the permission from worldedit? :3
- Use the template next time please.
- WorldEdit is probably overriding the command as a whole, the end user needs to manually unregister the WorldEdit one using commands.yml, or Spigot/Paper needs to learn to pick commands per-player.
This isn't something we can particularly fix on our side, we've been using /info for ages but due to conflicts like this and Essentials, we're removing it in the future for /tool info. However, this won't occur for at least a few months, so one of the workarounds above should be used.
Likely because Spigot/Paper tracks both commands, realized that one couldn't execute, and skipped to the one that could. Nothing we control.