-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting
Gary Simken Ruminot edited this page Jun 27, 2026
·
3 revisions
Last updated: 2026-06-27
Vanilla clients do not have the mod language files, so they use server-side fallback text.
Set:
"serverLanguage": "en_us"or:
"serverLanguage": "es_es"Check:
requirePermissions- LuckPerms permissions
- whether the player is near a registered Lodestone
- whether the Lodestone still exists physically
Useful permission:
lodestone_teleport.use
Check:
lodestone_teleport.rename
Or disable permission checks:
"requirePermissions": falseThe default command is:
/warpThe safe fallback command is:
/lodestone_warpYou can change both in config:
"commandName": "warp",
"fallbackCommandName": "lodestone_warp"