Skip to content

Commit 4a1383e

Browse files
committed
Added readme
1 parent e73b5c5 commit 4a1383e

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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)

0 commit comments

Comments
 (0)