TmTmc-ServerBasics

Minecraft server basics for beginners/admins

File Details

TmTmc-ServerBasics-1.20.1-1.0.14.jar

  • R
  • Mar 22, 2024
  • 466.77 KB
  • 297
  • 1.20.1
  • Forge

File Name

TmTmc-ServerBasics-1.20.1-1.0.14.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:tmtmc-serverbasics-398221:5201947")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Added 3 new commands /day-lock - automatically sets time to 6000 (about noon) and gamerule doDayLightCycle to false /night-lock - automatically sets time to 18500 (about midnight) and gamerule doDayLightCycle to false /time-unlock - automatically turns doDayLightCycle to true and time advances

serverbasicsconfig.json - you can add these three entries manually to your configuration file or delete it and let a new one be created at startup. "command_day-lock": "OPS", "command_night-lock": "OPS", "command_time-unlock": "OPS",