A mod that allows console commands to be executed over the ingame Minecraft chat.
Find a file
2024-05-04 19:37:57 +02:00
.github/workflows updated java version 2024-05-04 19:37:57 +02:00
gradle/wrapper updated project 2024-05-04 01:06:45 +02:00
production/ConsoleMC.main Introduced new execution system and nerfed command 2022-07-26 20:03:20 +02:00
src/main bumped version number and small fix 2023-09-07 18:17:43 +02:00
.gitignore added production directory 2023-09-07 20:37:55 +02:00
build.gradle updated project 2024-05-04 01:06:45 +02:00
gradle.properties port to 1.20.6 2024-05-04 01:06:56 +02:00
gradlew updated project 2024-05-04 01:06:45 +02:00
gradlew.bat updated project 2024-05-04 01:06:45 +02:00
LICENSE Added Basic Functionality 2022-06-12 00:06:06 +02:00
README.md Fixed mod badges 2023-09-01 18:19:44 +02:00
settings.gradle Added Basic Functionality 2022-06-12 00:06:06 +02:00

ConsoleMC

License Discord CF Modrinth GitHub all releases

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]