19 lines
No EOL
622 B
YAML
19 lines
No EOL
622 B
YAML
############################
|
|
### TIME SETTINGS ###
|
|
############################
|
|
|
|
# Warning: this removes sleep
|
|
# No, it's not a bug. It would de-synchronize, and can you skip time IRL?
|
|
# Can you believe that I actually used to consider this a bug?
|
|
|
|
enabled: false
|
|
|
|
# How this plugin affects your world:
|
|
# - static (false): time is the same across the world
|
|
# - dynamic (true): static + local time for each player, however it's only cosmetic so it will not match mobs spawning etc
|
|
# Settings for both are in map.yml
|
|
dynamic: true
|
|
|
|
# x in game day cycles in 1 irl day cycle
|
|
# Time will no longer be in sync
|
|
scale: 1.0 |