Basic command watcher plugin for spigot 1.20
- Download the latest release.
- Copy the .jar to your server
plugins
folder. - Restart/Reload your server.
- [Optional] Add commands to the ignored section in the
plugins\CommandWatcher\config.yml
. - Restart/Reload your server.
- Relog or use
/cw toggle
to start listening for commands! 🎉
Command | Description |
---|---|
/cw help |
Shows a list of all commands. |
/cw ignored |
List all ignored commands. |
/cw reload |
Reload configuration file. |
/cw toggle |
Toggle watching commands. |
/cw watchers |
List all watchers. |
Permission | Description |
---|---|
commandwatcher.ignored |
Grants access to /cw ignored command. |
commandwatcher.reload |
Grants access to /cw reload command. |
commandwatcher.watch |
Grants access to watch player executed commands. |
commandwatcher.watchers |
Grants access to /cw watchers command. |
"ignored": ["help", "plugins"]