Temporary Dimension
The Temporary Dimension Extension allows you to create temporary, instanced worlds based on templates. Perfect for dungeons, private areas, or arenas that require a fresh world for every session.
Features
- Instanced Worlds — Fresh copy of templates per session.
- Dynamic Cleanup — Auto-deletion when empty.
- Safe Spawning — Smart spawn logic to prevent suffocation.
- Lifecycle Events — Triggers on Enter, Leave, and Init.
Entries
- Definitions — Dimension: World config.
- Actions — Enter/Leave: Teleport actions.
- Facts — In Dimension: Check location.
Quick Start
- 1. Configure Settings — Start with the configuration entry: dimension. This defines global settings for the extension. → dimension
- 2. Trigger Actions — Use action entries to interact with the extension: dimension_actions. Trigger them from commands, NPCs, events, or other entries. → dimension_actions
Commands
| Command | Permission | Description |
|---|---|---|
/tw tempdim enter <id> | admin | Force enter instance. |
/tw tempdim leave | none | Leave instance. |
/tw tempdim list | admin | List active worlds. |
Placeholders
Prefix: %typewriter_tempdim_*%
| Placeholder | Description |
|---|---|
%typewriter_tempdim_in_dimension% | true/false |
%typewriter_tempdim_current% | Dimension name |
%typewriter_tempdim_players% | Player count |