File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ # CommandWatcher
2+ Basic command watcher plugin for spigot 1.16
3+
4+ ## Getting Started
5+ 1 . Download the latest release.
6+ 2 . Copy the .jar to your server ` plugins ` folder.
7+ 3 . Restart/Reload your server.
8+ 4 . [ Optional] Add commands to the ignored section in the ` plugins\CommandWatcher\config.yml ` .
9+ 5 . Restart/Reload your server.
10+ 6 . Relog or use ` /cw toggle ` to start listening for commands! :tada :
11+
12+ ## Commands
13+ | Command | Description |
14+ | --------------------------| -----------------------------|
15+ | ` /cw help ` | Shows a list of all commands. |
16+ | ` /cw ignored ` | List all ignored commands. |
17+ | ` /cw reload ` | Reload configuration file. |
18+ | ` /cw toggle ` | Toggle watching commands. |
19+ | ` /cw watchers ` | List all watchers. |
20+
21+ ## Permissions
22+ | Permission | Description |
23+ | --------------------------| -----------------------------|
24+ | ` commandwatcher.ignored ` | Grants access to /cw ignored command. |
25+ | ` commandwatcher.reload ` | Grants access to /cw reload command. |
26+ | ` commandwatcher.watch ` | Grants access to watch player executed commands. |
27+ | ` commandwatcher.watchers ` | Grants access to /cw watchers command. |
28+
29+ ## Authors:
30+ - [ Tjeu Foolen] ( https://github.com/tjeufoolen )
You can’t perform that action at this time.
0 commit comments