[NOJANG] New GameRules API to access game rules in mods and fix paper command issues with LuckPerms

This commit is contained in:
2025-03-09 17:13:18 +02:00
parent 770f214dcf
commit fdbadd6696
61 changed files with 1545 additions and 94 deletions

View File

@@ -1,12 +1,8 @@
**Bug Fixes**:
- Added a workaround for LuckPerms turning players into ghost players
- Fixed Missing Getters on LuckPerms events
- Fixed LuckPerms breaking commands on Paper
- Fixed crash when trying to open config screens on NeoForge
**New Features**:
- Swapped Built In Config screen for a Cloth Config System, so client side mods can have in-game configs
- Added new APIs for Simple RPC (V4 rewrite)
- Added new APIs for getting player information from Commands
- Added Compat API for Player Revive Mod
- Added new APIs to know when the Minecraft Whitelist changes
- Added Nojang API to allow mods to access GameRules (SDLink)