Configuration - OtakuMegane/FarLandsAgain GitHub Wiki

FarLandsAgain will by default ignore any world not specified in the config file. 'enabled' is the only setting required; all other settings have built-in defaults that will be used if you do not put them in the config.

If you need an extra copy of the base config file you can get it here: config.yml

Please note that if you set the Far Lands to begin close to spawn, the initial spawn chunk will generate normally. It is unknown exactly why this happens and there is no known way to prevent it. If you have a plugin such as WorldEdit however you can regenerate the chunk and it will match up with the rest.

When setting custom coordinates for where the Far Lands begin, the exact beginning may be off by several blocks in either direction; this is due to the noise generator working with 4-block intervals.

Setting FarLandsAgain Default Minecraft Default Effect
enabled false N/A Whether or not FarLandsAgainis enabled for the world. This setting is required.
lowX -12550824 -12550824 The lowest coordinate along the x-axis before the Far Lands begin.
lowZ -12550824 -12550824 The lowest coordinate along the z-axis before the Far Lands begin.
highX 12550824 12550824 The highest coordinate along the x-axis before the Far Lands begin.
highZ 12550824 12550824 The highest coordinate along the z-axis before the Far Lands Begin.