A mod that allows console commands to be executed over the ingame Minecraft chat.
Find a file
2022-07-26 20:00:08 +02:00
.github/workflows Added Basic Functionality 2022-06-12 00:06:06 +02:00
gradle/wrapper Added Basic Functionality 2022-06-12 00:06:06 +02:00
production/ConsoleMC.main Added Issues link to fabric.mod.json 2022-07-26 20:00:08 +02:00
src/main Code cleanup 2022-07-26 09:13:44 +02:00
.gitignore Added Basic Functionality 2022-06-12 00:06:06 +02:00
build.gradle Added Basic Functionality 2022-06-12 00:06:06 +02:00
gradle.properties Added Basic Functionality 2022-06-12 00:06:06 +02:00
gradlew Added Basic Functionality 2022-06-12 00:06:06 +02:00
gradlew.bat Added Basic Functionality 2022-06-12 00:06:06 +02:00
LICENSE Added Basic Functionality 2022-06-12 00:06:06 +02:00
README.md Update README.md 2022-07-26 15:43:36 +02:00
settings.gradle Added Basic Functionality 2022-06-12 00:06:06 +02:00

ConsoleMC

A mod that allows console commands to be executed over the ingame Minecraft chat.

If the images above aren't visible it's because curseforge is down again (I'm just gonna leave this here)

//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]