Compatibility
Minecraft: Java Edition
1.21–1.21.5
1.20.x
1.19.x
1.18.x
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Changelog
2.4.0
Very few changes for admins
- sounds are now declared as their namespaced keys instead of the enum value
minecraft:block.note_block.xylophone
instead ofBLOCK_NOTE_BLOCK_XYLOPHONE
for example. - Plugin is now a 'paper plugin' - though it has been based on paper for a long time, it should show up in the 'paper plugins' section now
- Player's names should properly autocomplete in
/msg
and/block
commands regardless of if the paper setting for autocompleting names on a null return is enabled or not - Commands now use brigadier, which means you can do this now, if you want, for some reason
- Save handling is now done async so there shouldn't be any issues with SQL calls freezing the server, nobody reported issues with that but now it shouldn't happen regardless