Lets players teleport to a completely isolated creative world that is separate from the main world
Isolated Creative is a Minecraft plugin that allows players to teleport to a dedicated Creative world 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.
isolatedcreative.use permission (especially with WorldEdit) as players can very easily lag and even crash the server given the commands granted with this plugin.Survival and Creative player states are completely separated, including:
If WorldEdit is installed along with this plugin:
worldedit.* permissions only while in the Creative world50,000)Includes Creative-only travel systems:
/tp command.jar release from Modrinthplugins folderplugins folder as well to be able to utilize WorldEdit features in the creative worldThe plugin will automatically generate the creative world (world_creative) on first load!
| 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.Customize behavior in config.yml:
# 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