Skip to content

Troubleshooting

Gary Simken Ruminot edited this page Jun 27, 2026 · 3 revisions

Troubleshooting

Last updated: 2026-06-27

Vanilla UI Shows English or Spanish Unexpectedly

Vanilla clients do not have the mod language files, so they use server-side fallback text.

Set:

"serverLanguage": "en_us"

or:

"serverLanguage": "es_es"

Players Cannot Use Warps

Check:

  • requirePermissions
  • LuckPerms permissions
  • whether the player is near a registered Lodestone
  • whether the Lodestone still exists physically

Useful permission:

lodestone_teleport.use

Players Cannot Rename Lodestones

Check:

lodestone_teleport.rename

Or disable permission checks:

"requirePermissions": false

Command Conflict With Another Warp Mod

The default command is:

/warp

The safe fallback command is:

/lodestone_warp

You can change both in config:

"commandName": "warp",
"fallbackCommandName": "lodestone_warp"

Clone this wiki locally