Plug & play Minecraft plugin curated for small survival servers that lets players teleport to a flat world in creative mode.

SMPcreative is a Paper Minecraft plugin designed for small survival multiplayer servers.
It allows players to teleport to a dedicated Creative world to test builds, redstone, or designs without affecting their survival gameplay at all.
This plugin is designed to be plug and play, essentially being a tool that any beginner server admin can drag and drop into their plugins folder to play with.
Permissions are preset to only give players creative mode and other operator permissions in the creative world.
Survival and Creative player states are completely separated, including:
If WorldEdit is installed:
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 | Permission | Description |
|---|---|---|
/creative |
smpcreative.creative |
Teleport to the Creative world |
/survival |
smpcreative.survival |
Return to the Survival world |
/spawn |
smpcreative.spawn |
Teleport to the Creative world spawn (Creative only) |
/rtp |
smpcreative.rtp |
Teleport to random coordinates in the Creative world (Creative only) |
/warp <name> |
smpcreative.warp |
Teleport to a personal warp already added (Creative only) |
/warp add <name> |
smpcreative.warp |
Create a personal warp at your current location (Creative only) |
/warp list |
smpcreative.warp |
List your personal warps |
/tp <player> |
smpcreative.tp |
Send a teleport request (Creative only) |
/tpaccept |
smpcreative.tp.accept |
Accept a pending teleport request (Creative only) |
/tpdecline |
smpcreative.tp.accept |
Decline a pending teleport request (Creative only) |
Default permissions:
All permissions are set to true only while in the Creative world, and are set to false otherwise.
Customize behavior in config.yml:
#
# SMPCreative CONFIGURATION
#
# Created by nickrodi!
#
# Name of the creative world that players are sent to upon entering /creative.
# This usually shouldn't be changed, only mess with this if you know what you're doing.
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.
# Be careful changing this as making it too high can cause instability and may crash the server!
worldedit_block_limit: 50000