File Details
questlines-gui-1.1.0.jar
- R
- May 25, 2026
- 546.55 KB
- 117
- Early Access
File Name
questlines-gui-1.1.0.jar
Supported Versions
- Early Access
QuestLines GUI – Version 1.1.0
━━━━━━━━━━━━━━━━━━━━━━
🔌 Compatibility
• Updated for Hytale 0.5.0-pre.9.1 - manifest ServerVersion is now a semver range (>=0.5.0-pre.9 <0.6.0) instead of a dated string.
• Permission checks migrated off Player.hasPermission - Player no longer extends CommandSender/PermissionHolder, so checks run through PermissionsModule.get().hasPermission(uuid, ...) and the sender UUID comes from context.sender().getUuid().