Lodestone Warps 0.2.0
Lodestone Warps 0.2.0
Feature release for Minecraft 26.2.
Added
- Added LuckPerms-compatible permissions through Fabric Permissions API.
- Added
lodestone_teleport.usepermission. - Added
lodestone_teleport.renamepermission. - Added
requirePermissionsconfig option. - Added configurable command names:
commandNamefallbackCommandName
- Added default
/warpcommand. - Added safe fallback
/lodestone_warpcommand. - Added teleport by Lodestone display name.
- Added duplicate-name handling for
/warp tp <name>. - Added clickable duplicate-name destination choices.
- Added
serverLanguageconfig option for vanilla UI fallback text. - Added English and Spanish wiki documentation.
- Updated README for Modrinth and CurseForge usage.
Changed
- Lodestone Warps now always tries to register the safe fallback command.
- Clickable duplicate-name teleport choices now use internal custom actions instead of chat commands.
- Vanilla UI fallback text now defaults to English.
Fixed
- Avoided Minecraft's command confirmation screen when clicking duplicate-name teleport choices.
Compatibility
- Minecraft:
26.2 - Fabric Loader:
>=0.19.3 - Fabric API:
0.152.2+26.2 - Fabric Permissions API:
1.0.1+c3369b134c - Java:
25+
Notes
Servers that do not want permission checks can set:
"requirePermissions": falseServers that want vanilla UI text in Spanish can set:
"serverLanguage": "es_es"Commits Included
- Release Lodestone Warps 0.2.0 (c4e6406)