Plugin config.yml

This is the plugin's Config file stored in /serverfolder/plugins/SolarApocalypse/config.yml All the settings but TICKER and set via in game commands.

AutoStart: true # /apocandmin AutoStart true
WaterEffects: false # /apocandmin WaterEffects true
MOTD: true # /apocandmin MOTD true
Regrow: true # /apocandmin  Regrow  true
TICKER: 100
WorldSaveList: # list of saved worlds for AutoStart  to reactivate in format "worldname:day"
- world:6

TICKER: 100 This is a special lag adjustment setting I recommend leaving it at 100. However if you want to mess with it, you need to do so with the server stopped.

The ticker is the number of ticks between mod updates 20 ticks = 1 sec real time. Solar Apoc processes 1 chunk (16x16 blocks) pre world, per update cycle. if you set the ticker faster it will destroy chunks more rapidly if your server is lagging set the ticker higher to slow the destruction.

The ticker also affects the time Multipliers. the time system runs twice as fast as the ticker (TICKER/2 =50) but will not go smaller then 20.
if the value is 20 the sun/moon will be less jumpy but if your Multipliers may not be as accurate for example:

dayMultiplier = 100, timeticker = 20
20/100 = .2 (rounded up) = 1 the max Multiplier would only be 20


dayMultiplier = 100, timeticker = 100
100/100 = 1 would give you the correct 100 Multiplier.
The sun would noticeability jump every 5 seconds or so.


Comments

Posts Quoted:
Reply
Clear All Quotes