promotional bannermobile promotional banner

SimpleProtect

SimpleProtect is a lightweight and fully server-side Fabric mod that brings a simple, emerald-block-based protection system to your Minecraft world.

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

Fabric

modImplementation "curse.maven:simpleprotect-1349358:7131149"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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.