mirror of
https://github.com/JonasunderscoreJones/ConsoleMC.git
synced 2025-10-23 02:39:17 +02:00
Added basic command structure with console feedback
This commit is contained in:
parent
c215bc41dd
commit
7784f65c74
20 changed files with 478 additions and 37 deletions
24
README.md
24
README.md
|
@ -1,2 +1,26 @@
|
|||
# ConsoleMC
|
||||
A mod that allows console commands to be executed over the ingame Minecraft chat.
|
||||
|
||||
## //TODO
|
||||
- Readme
|
||||
- proper terminal input chat
|
||||
- config file
|
||||
- running -> allow /cmd
|
||||
- allow-commandblock -> allow the use of /cmd in command blocks
|
||||
- require-op -> require op to run /cmd
|
||||
- blacklist -> players that are not allowed to run /cmd even though match all criteria
|
||||
- whitelist -> players that are allowed to run /cmd even though don't match the criteria
|
||||
- command
|
||||
- /cmd [command] -> run command
|
||||
- /cmd reload -> reload config
|
||||
- /cmd disable -> toggle cmd off
|
||||
- /cmd enable -> toggle cmd on
|
||||
- /cmd help -> print help
|
||||
- /cmd whitelist
|
||||
- /cmd whitelist add [player]
|
||||
- /cmd whitelist remove [player]
|
||||
- /cmd blacklist
|
||||
- /cmd blacklist add [player]
|
||||
- /cmd blacklist remove [player]
|
||||
- /cmd allow-commandBlock [True/False]
|
||||
- /cmd require-op [True/False]
|
Loading…
Add table
Add a link
Reference in a new issue