Language

Dimensional Inventories Extension: Warp

Modrinth

An extension for Dimensional Inventories that adds warp commands to teleport players between dimension pools.

22 downloads 1 followers updated 14d ago
latest v1.0.2+26.1 Modrinth
Fabric 26.1.2 – 26.1.2

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 warp command 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

  1. Install Dimensional Inventories.
  2. Place dimensional-inventories-extension-warp-<version>.jar into your mods/ folder.

License

MIT

Versions

Release
1.0.2+26.1
fabric · 26.1.2 · 14d ago
### Added - **Game-mode warp guard** — `/warp` now checks whether the player's current game mode matches the `gameMode` set on the pool they are warping…
15
Release
1.0.1+26.1
fabric · 26.1.2 · 19d ago
# Changelog ## [1.0.1] — 2026-06-02 ### Added - **LuckPerms / Fabric Permissions API support** — permission nodes `diminv.warp.self` and…
5
Release
1.0.0+26.1
fabric · 26.1.2 · 19d ago
2

Comments 0

No comments yet. Be the first to share your thoughts.

Download Dimensional Inventories Extension: Warp

Files are served directly from the original source. Modgrid does not host or modify them.