HomeLink

HomeLink is a lightweight and fully server-side Fabric mod that lets players create, manage, and teleport to custom home locations with ease. Perfect for survival servers, SMPs, and adventure-based communities.

File Details

homelink-1.2.5.jar

  • R
  • Oct 20, 2025
  • 1.35 MB
  • 1.0K
  • 1.21.10
  • Fabric

File Name

homelink-1.2.5.jar

Supported Versions

  • 1.21.10

Curse Maven Snippet

Fabric

modImplementation "curse.maven:homelink-1251135:7131154"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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()`. It also uses `player.getEntityWorld()` to get the world the player is in. This fixes the build and makes the plugin compatible with Minecraft 1.21.10.

 

That being said, there is no other newer features other than update to Minecraft 1.21.10.