In this update NoxesiumAPI has become a Paper plugin meaning that it will only work on Paper (or forks of Paper) servers on 1.21.8+. This is due to the changes around the trident api on Paper only being added since that version.
Changelog
- Switched to Paper plugin
- Updated to Paper 1.21.8
- The
enableSmootherClientTridentserver rule doesn't require a fork of paper with the Noxesium trident patches anymore
Changelog
- Add
NoxesiumAPIPlugin#getNoxesiumAPI()because Skript is stupid
This update has a lot of breaking changes like class and function name changes. Please make sure to go through everything to make sure your code is updated.
This will hopefully be the last update before Noxesium v3 releases, which will massively change this again. However depending on what the finished product of the Noxesium plugin will be, I might stop maintaining this.
COMMANDAPI IS NO LONGER NEEDED FOR COMMANDS
Changelog
- Update to Noxesium 2.7.7
- Added a command to see player client settings
- Added a command to check if a player has Noxesium installed
- Added a command for the OpenLink packet
- Added a command for managing restricted debug options
- Added the ability to clear the custom creative tab
- Added more server rules such as restricted debug options, override graphics mode
- Changed the
/playloopcommand into an argument for the/playcommand - Added more documentation and aligned them with Noxesium's documentation
- Changed
BeamManager#setBeamColortoBeamManager#beamColorand seperated disabling bubbles - Removed
NoxesiumPlayerRegisteredEventas it already exists within Noxesium's paper module - Made
QibManageran object class - Made
OpenLinkPacketan object class - Made
Colorsan object class - Made
OffsetFormatteran object class - Made
SkullFormatteran object class - Changed how the
CreativeItemsManagerworks. It is now per player and can be accessed throughNoxesiumAPI#creativeItemsManagers - Added
RestrictedDebugOptionsManagerwhich can be accessed throughNoxesiumAPI#restrictDebugOptionsManagers NoxesiumAPIcan now be initialized in your own plugin without needing the NoxesiumAPI plugin on the server. You can still depend on the plugin
Changelog
- Consoles should be able to use commands now
- Updated Paper to 1.21.4
- Updated CommandAPI to 9.7.0
- Updated Noxesium to 2.5.0
- Updated Glowing Entities to 1.4.3
Changelog
- Moved SoundManager under
me.iris.noxesiumapi.packets - Added support for ClientboundOpenLinkPacket
- Added a new event: NoxesiumPlayerRiptideEvent
- Added utilities for skulls and text offset
- Added
Colors#getColorto get anOptional<Color>in Skript cause those don't work in there for some reason



