Compatibility
Minecraft: Java Edition
26.1.2
Platforms
Supported environments
Server-side
Singleplayer
Links
Creators
Details
Licensed MIT
Published 3 days ago
Dimensional Inventories Extension: Warp
Extension addon for Dimensional Inventories that adds /warp commands for teleporting players between dimension pools while preserving their exact last location, dimension, and camera angle.
When players return to a pool, they continue exactly where they left off — including coordinates and rotation — while inventory switching is handled automatically by Dimensional Inventories.
Features
- Warp between configured dimension pools
- Remembers the last dimension used inside each pool
- Restores exact coordinates and camera rotation
- Supports teleporting other players
- Fabric Permissions API support
- Automatic pool ID autocompletion
- Persistent per-player JSON storage
- Compatible with portals and normal dimension travel
- Integrated
/diminv warpcommand tree
Commands & Permissions
| Command | Permission Node | Default |
|---|---|---|
/warp <pool> |
diminv.warp.self |
OP level 4 |
/warp player <player> <pool> |
diminv.warp.others |
OP level 4 |
/diminv warp <pool> |
diminv.warp.self |
OP level 4 |
/diminv warp player <player> <pool> |
diminv.warp.others |
OP level 4 |
The mod uses Fabric Permissions API (bundled inside the jar). With LuckPerms installed, permission nodes can be granted to non-operators:
/lp group vip permission set diminv.warp.self true
/lp group admin permission set diminv.warp.others true
Without a permissions mod, both permission nodes default to operator level 4.
Position Memory
Each player's last known state in every pool is automatically saved and restored.
Stored Data
- Last used dimension inside each pool
- Exact X/Y/Z coordinates
- Camera rotation (yaw and pitch)
Behavior
- Players return to the exact location where they last left the pool
- Positions are updated during portals, warps, and normal dimension travel
- Creative pools (
gameMode: creative) always restore players at Y=100 while preserving X/Z - First-time visits fall back to world spawn in the pool's first dimension
Storage
Player data is stored as JSON files at:
<world>/dimensional-inventories-extension-warp/<uuid>.json
Data survives server restarts.
Requirements
- Minecraft 1.26.1
- Fabric Loader 0.19.2+
- Fabric API
- Dimensional Inventories 2.2.1+26.1
Installation
- Install Dimensional Inventories.
- Place
dimensional-inventories-extension-warp-<version>.jarinto yourmods/folder.
License
MIT

