Skip to content
This repository was archived by the owner on Oct 11, 2025. It is now read-only.

KalypzoSolutions/ReRealms

Repository files navigation

ReRealms

API

Get Realm ID from Bukkit World

World bukkitWorld = player.getWorld();//...
String worldId = bukkitWorld.getMetadata("realm_id").getFirst().asString();

or a more useful approach

PaperRealmsAPI api = RealmsAPIProvider.getPlatformAPI(PaperRealmsAPI.class);
LocalLoadedRealmWorld realmWorld = api.getLocalLoadedRealmWorld(bukkitWorld);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages