File Details
easyeconomy-1.0.4.jar
- R
- Oct 20, 2025
- 49.76 KB
- 163
- 1.21.10
- Fabric
File Name
easyeconomy-1.0.4.jar
Supported Versions
- 1.21.10
Curse Maven Snippet
Fix compilation with Minecraft 1.21.10
The `getServer()` method was removed from `ServerPlayerEntity` in Minecraft 1.21.10. This commit refactors the code to pass the `MinecraftServer` instance to methods that require it, instead of calling `player.getServer()`. This fixes the build and makes the plugin compatible with Minecraft 1.21.10.

