Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Nucleus v2.1.4 for Minecraft 1.12.2

Compare
Choose a tag to compare
@dualspiral dualspiral released this 02 Oct 19:27
· 122 commits to v2/S7 since this release

This is a bug fix and minor feature release - Nucleus 2.1.4 for Sponge API version 7.3

This was built from Nucleus commit: 5c07b91

Release Notes

If you're having trouble, visit our Discord channel: https://discord.gg/A9QHG5H


Before you upgrade to Nucleus 2 from Nucleus 1.x

Please read the Nucleus 2.0.1 release notes before upgrading.

If you need help to decide which version of Nucleus to use, please visit our guide on how to choose.

For the things YOU need to do as a server owner, please visit our instructions on how to upgrade.

New Features

Added "ultra-aggressive" pre-generation mode

/world border gen now has the -u flag in order to attempt to use as much time as possible pre-generating a world.
Server owners should only use this mode on an empty server. This mode:

  • Causes chunk generation to happen every tick.
  • Tries to use at least 95% of each tick time generating.
  • Saves world state every two minutes.

Using this mode may cause crashes and severe server lag, but may be useful for new servers who are not yet open to the public.

Bug Fixes

  • Fix /home other not checking the correct user for exemption permissions.
  • Fix /enderchest not using the player argument if supplied, always returning the invoker's enderchest.
  • Fixed /helpop firing off thread.
  • Fix not being able to programmatically disable modules.
  • Fix NucleusTextTemplateFactory not being available.

General Notes