Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samolego/commandspy
Fabric mod that logs player and command block commands to console.
https://github.com/samolego/commandspy
fabric-mod fabricmc minecraft-mod mod
Last synced: 3 months ago
JSON representation
Fabric mod that logs player and command block commands to console.
- Host: GitHub
- URL: https://github.com/samolego/commandspy
- Owner: samolego
- License: mit
- Created: 2020-03-06T14:26:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-11T18:57:26.000Z (over 1 year ago)
- Last Synced: 2024-07-30T18:22:38.125Z (5 months ago)
- Topics: fabric-mod, fabricmc, minecraft-mod, mod
- Language: Java
- Homepage: https://www.curseforge.com/minecraft/mc-mods/commandspy
- Size: 131 KB
- Stars: 7
- Watchers: 5
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Command Spy
[![Discord](https://img.shields.io/discord/797713290545332235)](https://discord.gg/PNPjqA4Aw6)
https://github.com/samolego/CommandSpy/assets/34912839/2b7609ec-3497-4766-a85f-bd217551d01a
Feeling like you need to have control over what commands players are using on your server?
Need to destroy that nasty repeating command block sending `/kill @e`?
## Setup (for developers)
1. Clone the repository.
2. Run the following command:```
./gradlew genSources
```## License
This mod is licensed under `MIT` license.