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
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",