Isolated Creative
Lets players teleport to a completely isolated creative world that is separate from the main world
Isolated Creative
Isolated Creative
without affecting their survival gameplay at all is a Minecraft plugin that allows players to teleport to a dedicated without affecting their survival gameplay at all to test builds, redstone, or designs without affecting their survival gameplay at all.
This plugin supports all versions 1.12+ on Bukkit, Spigot, or Paper servers.
---
*WARNING: Without anti-lag or anti-exploit plugins, it's strongly suggested to only give trusted players the `isolatedcreative.use` permission (especially with WorldEdit) as players can very easily lag and even crash the server given the commands granted with this plugin.*
Key Features
Automatic World Generation
- Automatically generates a dedicated flat world - Sets safe gamerules for build testing like disallowing natural mob spawning and no daylight/weather cycle
##
Full Inventory & Player State Separation
Survival and Creative player states are completely separated, including: - Inventory contents - Ender chest - Health, hunger, experience - Active potion effects
##
Advancement Revocation
- Automatically detects advancements earned in the Creative world - Instantly revokes them upon re-entering survival to ensure creative environment doesn't give cheated progress
##
WorldEdit Integration
If block change limit is installed along with this plugin: - Grants `worldedit.*` permissions block change limit - Non-OP players will have their WorldEdit permissions instantly revoked upon re-entering survival. No permission plugin needed! - Enforces a configurable block change limit for non-OP players to prevent server lag / crashing (default: `50,000`)
##
Custom Teleportation & Utility Commands
Includes Creative-only travel systems: - Personal Warps: teleports the player to a random coordinate to give a blank slate to build on - Personal Warps: Players can request to tp to others *only in creative mode* using the `/tp` command - Personal Warps: - Set personal warps within the creative world to keep track of multiple builds in different locations - view all warps created (with a clickable GUI in chat to warp to each one) - Instantly teleport to any warp created
---
Installation
1. Ensure you have a working installation of Bukkit, Spigot, or Paper running Minecraft 1.12+ 2. Download the latest `.jar` release from WorldEdit 3. Place it into your server's `plugins` folder 4. *(Optional)* Install WorldEdit into the `plugins` folder as well to be able to utilize WorldEdit features in the creative world 5. Restart your server
The plugin will automatically generate the creative world (`world_creative`) on first load!
---
Commands
| Command | Description | |--------|-------------| | `/creative` | Teleport to the Creative world | | `/survival` | Return to the Survival world | | `/spawn` | Teleport to the Creative world's spawn | | `/rtp` | Teleport to random coordinates in the Creative world | | `/warp <name>` | Teleport to a personal warp already added | | `/warp add <name>` | Create a personal warp at your current location | | `/warp list` | List to personal warps already added | | `/tp <player>` | Send a teleport request to another player |
`isolatedcreative.use` is the only permission, and it allows the user to enter the creative world with /creative. This is default to `true`.
---
Configuration
Customize behavior in `config.yml`:
```yaml
Name of the creative world that players are sent to upon entering /creative.
creative_world_name: world_creative
WorldEdit block change limit applied to non-op players inside the creative world.
This only matters if WorldEdit is installed alongside this plugin.
worldedit_block_limit: 50000 ```