Convert to Gradle plugin, add support for modern Paper with reflection and add config.yml option to block bed usage.
This commit is contained in:
parent
a510e17c3e
commit
690fc1a4dc
39 changed files with 1062 additions and 105 deletions
5
src/main/resources/config.yml
Normal file
5
src/main/resources/config.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
ticksBetweenUpdate: 0 # 20 ticks is 1 second
|
||||
timezone: "America/Sao_Paulo" # comment this line to use system's default timezone
|
||||
preventSleep: true # Players will sleep and time will sync afterwards, so it's better to disable unless you have a reason to
|
||||
worlds:
|
||||
- "world"
|
||||
Loading…
Add table
Add a link
Reference in a new issue