Error causing plugins - Nononitas/Plugin-Hide-Pro GitHub Wiki
ChatControl
Make sure you have disabled the tabcomplete blocker in the settings.yml
The path is Packets -> Tab_Complete
There should be an option to disable blocking in case you enabled it.
Example for the free version:
AdminAnything
Make sure you set this to false in the config
tabcompletedisable:
enabled: false
MyCommand
Make sure you register the command:
example_command:
command: /example
type: TEXT
text:
- '&2Example command'
register: true # <--- Must be true to be visible in tabcomplete by default
DeluxeMenus
Make sure you register the command: