Skip to content

Lodestone Warps 0.2.0

Choose a tag to compare

@github-actions github-actions released this 27 Jun 20:53
· 77 commits to main since this release

Lodestone Warps 0.2.0

Feature release for Minecraft 26.2.

Added

  • Added LuckPerms-compatible permissions through Fabric Permissions API.
  • Added lodestone_teleport.use permission.
  • Added lodestone_teleport.rename permission.
  • Added requirePermissions config option.
  • Added configurable command names:
    • commandName
    • fallbackCommandName
  • Added default /warp command.
  • Added safe fallback /lodestone_warp command.
  • Added teleport by Lodestone display name.
  • Added duplicate-name handling for /warp tp <name>.
  • Added clickable duplicate-name destination choices.
  • Added serverLanguage config 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": false

Servers that want vanilla UI text in Spanish can set:

"serverLanguage": "es_es"

Commits Included

  • Release Lodestone Warps 0.2.0 (c4e6406)