Description
World Border Enforcer is a server utility for managing the world border. The mod has two core features
1. Automatic border expansion
2. External Chunk Generation Prevention.
Automatic Border Expansion
By default the world border is set to max and these features do nothing. However, once you set a world border 3 configurable features kick in.
1. Growth Interval: At a time interval set by you the world will expand every interval until it reaches the max limit configured
2. Max Size: the largest the border can expand to until it stops
3. Growth Rates: an array of strings listing how much the border should expand based on how big it currently is. (see comments in config file for more details)
External Chunk Generation Prevention
Chunks outside the world border generate visually only. None of the chunk data will be preserved when the server restarts. This means that if you add new mods and then expand your border, the newly expanded area will have freshly generated chunks.


