/
5.6.0 Beta - Whitelist and subcommands.
Can be not stable! Test with backups.
Experimental (not translated yet and may be removed):
Added 1 Entity Condition: If Entity's Name Equals
Added 9 Entity Actions:
Added 1 Player Action:
Added 4 World Actions (?):
Added world players whitelist. Now world owners can add players to whitelist, it allows players to join the world, even if it's closed. Can be accessed in /world or /world whitelist PlayerName, /world unwhitelist PlayerName
Added new admin subcommands to control worlds:
/oc register ID - Registers new world, that is located in /planets/ directory, if it's not registered in base. (Maybe you downloaded world from other server and placed it in /planets/ directory, but you don't want to reload entire server)/oc unregister ID - Unregisters world from base. Players cannot join (/ad) or even find unregistered worlds (in worlds browser menu)./oc unload all - Unloads all worlds (useful for plugin reload).Some subcommands (/oc moderate) now support custom text IDs, not only numeric.
Added limits in config.yml for player groups:
groups:
default:
world:
#...
limits:
changing-list-elements: 50 # limit of changing variable's list/map elements per second
whitelisted-amount: 10 # limit of whitelisted players
blacklisted-amount: 10 # limit of banned players
item-fixer:
max-enchantment-level: 10 # Maximum enchantment level (swords, armor...)
container-big-items-max-amount: 3 # Limit of bad items (containers, books) inside container
books-pages-max-amount: 50 # Limit of book pages
remove-attribute-modifiers: true # Removes some attribute modifiers from item (scale, speed, strength)
remove-clickable-in-books: true # Removes clickable components from books
remove-custom-spawn-eggs: true # Removes custom data in spawn eggs
groups:
premium:
lobby-permissions:
- "essentials.fly"

Let your players create worlds. With buildings, settings and even coding on blocks!