You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configurable dimension game rules — pocket dimensions now inherit all overworld game rules by default, with per-rule overrides via dimensionGameRules config (e.g., keepInventory, randomTickSpeed) (#1)
Fixed
Permission check crash on 1.21.11 when teleporting to pocket dimensions (ClassCastException in CommandCompat)
Changed (BREAKING)
Translation keys renamed from personalworlds.* to pocketislands.* — resource packs and custom language files must update key names
Permission nodes renamed from personalworlds.admin.* / personalworlds.player.* to pocketislands.admin.* / pocketislands.player.* — LuckPerms configurations must be updated
Config file renamed from config/personalworlds.json to config/pocketislands.json — existing config is auto-migrated on first load
Mixin config renamed from personalworlds.mixins.json to pocketislands.mixins.json
JAR output renamed from personalworlds-*.jar to pocketislands-*.jar