File Details
simpleprotect-1.0.2.jar
- R
- Oct 20, 2025
- 35.25 KB
- 74
- 1.21.10
- Fabric
File Name
simpleprotect-1.0.2.jar
Supported Versions
- 1.21.10
Curse Maven Snippet
Fix(SimpleProtect): Correct API calls for server and world access
Updated the code to use the correct API calls for getting the server and world from a ServerPlayerEntity. Replaced all instances of: - `player.getServer()` with `player.getEntityWorld().getServer()` - `player.getWorld()` with `player.getEntityWorld()` This resolves the build failures caused by API changes in Minecraft 1.21.10.

