Tags
Creators
Details
Licensed MIT
Published last month
Updated last month
All versions
1.0.0
Release
Lodestone Warps 1.0.0last month 75
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Any compatible version
Changes
Lodestone Warps 1.0.0
This is the first stable release of Lodestone Warps for Minecraft/Fabric 26.2.
Added
- Added discoverable, private, and global Lodestone visibility modes.
- Added discovery-based networks with
networkMode: discoveras the default. - Added global Lodestones for lobbies, hubs, and shared server destinations.
- Added owner-aware Lodestones with stored UUID and last known username.
- Added configurable XP-level and item-based teleport costs.
- Added cast time, movement tolerance, cooldowns, and teleport effects.
- Added granular permissions for use, creation, editing, visibility, global management, config, bypasses, and limits.
- Added LuckPerms-compatible permission handling with fallback permission maps for servers without a permission manager.
- Added dynamic per-player Lodestone limits through permissions such as
lodestone_teleport.limit.10. - Added
/warp configfor server-side configuration through vanilla dialogs. - Added fallback permission editing through vanilla dialogs.
- Added
/warpwith no arguments to open the nearby Lodestone UI. - Added discovery commands to grant, revoke, revoke all, grant all, list, and inspect discovered Lodestones.
- Added UI mod support with a custom client screen, favorites, configurable columns, resize, move, center, maximize, and search.
- Added vanilla dialog support for clients without the mod installed.
- Added server language fallback support for vanilla dialog text.
Changed
- Teleport cost now defaults to XP levels.
- Default base cost is
1, max cost is64, and vanilla dialogs show10destinations per page by default. - Players must be near a registered Lodestone to teleport, including configurable horizontal and Y-axis source ranges.
- Vanilla and mod UIs now respect discovery visibility, permissions, cooldowns, and teleport availability.
- The edit flow now supports renaming, changing visibility, unlinking, and removing Lodestones where permissions allow.
- Registered Lodestones are protected from unauthorized breaking and explosions where possible.
- Config files now live under
config/lodestone_warp_and_tp/. - Documentation and wiki pages were refreshed for server owners, permissions, configuration, troubleshooting, and UI usage.
Notes
networkModedefaults todiscover; set it toallif every player should see every registered Lodestone.- If LuckPerms is installed, Lodestone Warps lets LuckPerms decide permissions instead of granting positive fallback permissions from the config.
- Fallback permission maps use
"permission.node": true/false, so server owners can audit or disable permissions without deleting them. - The mod remains usable server-side for vanilla clients, while installing it on the client unlocks the enhanced UI.
Commits Included
- Remove obsolete permission debug overrides (6ec356e)
- Prepare 1.0.0 release (cda7257)
- Use stable Spanish wiki slugs (ed45017)
- Merge discovery mode release work (0dbda0c)
- Ignore local media videos (59a12ec)
- Ignore local release checklists (4cc1f61)
- Refresh release documentation (a0be21b)
- Polish client UI layout and search (f5069d5)
- Polish vanilla permission config dialog (4dbd772)
- Improve permission limits and source range config (f5093fd)
- Add fallback permission manager (7681bd2)
- Update permissions and config documentation (68c11c9)
- Polish client warp table controls (d3d80ed)
- Polish config search and vanilla edit text (de2a074)
- Show cooldown state in warp UIs (f765124)
- Protect registered lodestones from explosions (385fd6e)
- Move config into dedicated folder (86905d1)
- Improve discovery commands (65484c1)
- Refine permissions and lodestone limits (131a336)
- Share teleport availability with vanilla UI (535552b)
- Improve client warp UI (4e9ce03)
- Update wiki for discovery and UI configuration (9215cda)
- Add client warp UI preferences and favorites (8fab369)
- Make vanilla dialog configuration richer (c8926a6)
- Refine discovery permission behavior (5f05169)
- Improve vanilla dialog editing and pagination (042943e)
- Update wiki for discovery and ownership (ccedf96)
- Improve lodestone edit UI and ownership defaults (7353c65)
- Add lodestone ownership visibility (e56ffc2)
- Fix discovery prerelease issues (934c944)
- Use config permission defaults (34a7d60)
- Warn about incompatible permission config (2f53769)
- Add config permission fallback (177e345)
- Color global warp globe marker (4a21b97)
- Set fixed dev client username (6ddeea1)
- Use globe emoji for global warps (8b8f8f3)
- Draw globe icon for global warps (37a9038)
- Mark global warps with prefix icon (13b7e5c)
- Render XP orb as GUI sprite (d9caf88)
- Use provided XP orb texture (8f428db)
- Use neutral XP marker for level costs (b1c382a)
- Avoid duplicate XP cost numbers (2df8a55)
- Use enchanting level icon for XP costs (2831867)
- Fix XP cost scaling defaults (e619f27)
- Render XP orb for level costs (ffcb3f7)
- Default teleport cost to XP levels (fe8974c)
- Default network mode to discovery (b34e29b)
- Document discovery mode release (a09ec25)
- Implement discovery mode behavior (735b6d6)
- Add discovery config and saved data (99306cb)
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:zLt1P8Tw:hL2pZ4d0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zLt1P8Tw:hL2pZ4d0"
}

