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

Nucleus v2.1.0 for Minecraft 1.12.2

Compare
Choose a tag to compare
@dualspiral dualspiral released this 12 Sep 17:42
· 154 commits to v2/S7 since this release

This is a major release - Nucleus 2.1.0 for Sponge API version 7.3

This was built from Nucleus commit: 976e542

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.

API Updates

  • Added NucleusStaffChatService#getMembers()
  • Added NucleusStaffChatService#isDirectedToStaffChat(MessageChannelEvent.Chat)
  • Added NucleusStaffChatService#isCurrentlyChattingInStaffChat(CommandSource)
  • Added NucleusStaffChatService#isCurrentlyChattingInStaffChat(UUID)
  • Added NucleusWarmupManagerService#executeAfter(Player, Duration, WarmupTask, boolean)
  • Added NucleusWarmupManagerService#executeAfterAsync(Player, Duration, WarmupTask, boolean)

Feature updates

  • Re-added per-world spawn permissions

Bug Fixes

  • Fixed documentation generator not outputting some subcommands.
  • Fixed warmup message not appearing on /tpaccept.
  • Fixed warmup cancellation message appearing twice.
  • Fixed warmup cancellation message appearing after a warmup completes.
  • Fixed /world info not accepting a world name when running as a player.

General Notes