/
New functions and some fixes of 5.0.
requirements section in config.yml, that has rules for changing world's name, description and ID. You can change required minimal amount of symbols, maximum amount of symbols for all, and pattern only for ID. So you can block cyrillic symbols, if you don't want.requirements:
# Copy and paste it in plugins/OpenCreative/config.yml
world-name:
min-length: 4
max-length: 30
world-description:
min-length: 4
max-length: 256
world-custom-id:
pattern: "^[a-zA-Zа-яА-Я0-9_]+$"
min-length: 2
max-length: 16
messages:
# Add these fields into config.yml in messages section
critical-errors: true # To hide, set false
warnings: true # To hide, set false
not-found: true # To hide, set false
This update contains some changes for localization files, so use /oc resetlocale to remove current and replace with new one.

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