commandspy/README.md
2020-04-16 19:43:57 +03:00

23 lines
548 B
Markdown
Executable file

# CommandSpy
CommandSpy is a Bukkit plugin that allows you to spy on players' commands.
The plugin is created for the Kaboom server.
## Commands
| Command | Alias | Permission | Description |
| ------- | ----- | ---------- | ----------- |
|/commandspy | /c, /cs, /cspy | commandspy.command | Allows you to spy on players' commands|
## Compiling
Use [Maven](https://maven.apache.org/) to compile the plugin.
```bash
mvn package
```
The generated .jar file will be located in the target/ folder.
## License
[Unlicense](https://unlicense.org/)