By continuing to use this site, you agree to the Terms of Service of this website, including usage of cookies.
OK, Don't show this again
Worlds is our feature-packed world management plugin. It provides general world management like creating, copying, loading and teleporting to worlds. We've also added flags which can be used to control in game behaviour like game mode, block breaking/placing, damage, hunger, flying, daylight cycling and many more per-world and as default value. Using control lists, you can precisely create whitelists and blacklists to add exceptions for specific blocks, items or commands.
NEW Control lists can be used to create whitelists and blacklists instead of just allowing/disabling a world flag!
NEW Add new level generators to use with Worlds using the FancyGenerators plugin!
Forms GUI Edit the settings of a world (game mode, building, damage, and so on) using a super-easy form GUI.
Worlds is really easy to use. Here is the command syntax:
/worlds list
/worlds create <worldname> [type]
/worlds <remove|load|unload|teleport> <worldname>
/worlds teleport <player> <worldname>
/worlds <copy|rename> <from> <to>
/worlds set
/worlds set show
/worlds set permission <permissionstring>
/worlds set gamemode <survival|creative|adventure|spectator>
/worlds set <rulename> <true|false>
/worlds set <rulename> <true|false|white|black>
/worlds set <rulename> list <add|remove> <item>
/worlds set <rulename> list <show|reset>
/worlds unset
/worlds unset <rulename>
/worlds defaults
/worlds defaults show
/worlds defaults set permission <permissionstring>
/worlds defaults set gamemode <survival|creative|adventure|spectator>
/worlds defaults set <rulename> <true|false>
/worlds defaults set <rulename> <true|false|white|black>
/worlds defaults set <rulename> list <add|remove> <item>
/worlds defaults set <rulename> list <show|reset>
/worlds defaults unset <rulename>
Available world rules are:
Flag name | available as default rule | control lists | listed by |
---|---|---|---|
permission | ❌ no | ❌ no | |
gamemode | ✅ yes | ❌ no | |
build | ✅ yes | ✅ yes | block ID |
pvp | ✅ yes | ❌ no | |
damage | ✅ yes | ❌ no | |
interact | ✅ yes | ✅ yes | block ID |
explode | ✅ yes | ❌ no | |
drop | ✅ yes | ✅ yes | item ID |
hunger | ✅ yes | ❌ no | |
fly | ✅ yes | ❌ no | |
daylightcycle | ✅ yes | ❌ no | |
leavesdecay | ✅ yes | ❌ no | |
potion | ✅ yes | ✅ yes | item ID |
command | ✅ yes | ✅ yes | command name |
For a full list of commands, their usage and a description what they are for, take a look at the wiki.
Read the full documentation 📖 • Ask questions on Discord 💬
Feel free to contribute if you have ideas or found an issue.
You can:
Please read our Contribution Guidelines before creating an issue or submitting a pull request.
Many thanks for their support to all contributors!
Added PlayerInteractEvent
Added commands to copy and rename worlds
Added icon & more compatible API versions
Reply to review by :
You can leave one review per plugin release, and delete or update your review at any time