This repository has been archived by the owner on Nov 3, 2022. It is now read-only.
Version 2.4.0 (for Minecraft 1.12.2)
This is a major release - Nucleus 2.4.0 for Sponge API version 7.3
This was built from Nucleus commit: d4ec0f9
Release Notes
If you're having trouble, visit our Discord channel: https://discord.gg/A9QHG5H
API Changes
Added NucleusTextTemplate#getBody(CommandSource sender)
and companion methods
In order to support sending broadcasts to Discord when using MagiBridge, the NucleusTextTemplate
that is returned from NucleusTextTemplateEvent#getMessage()
now has a set of getBody
methods to support getting unprefixed messages.
Added isFirstJoin
to NucleusKitEvent.Redeem
This allows plugin developers to know if a kit is being redeemed because a player has joined for the first time (at least as far as Nucleus is concerned).
Minor Changes
- First join kits with commands will now have their commands executed a tick later to ensure that the player has completely joined.
General Notes
- Some plugins and mods are known to be incompatible with Nucleus. See https://v2.nucleuspowered.org/docs/compatibility.html for more information.