From version 0.6 you can enable BETA and DEV-MODE.
Both of these features give you early access to some of new features.
How to enable BETA/DEV-MODE?
Add line
dev-options: '' to config.yml file.
To enable BETA: Add
beta.enable between ' '
To enable DEV-MODE: Add
devmode.enable between ' '
Example:
Code (YAML):
...
updateInfoToPlayer
: true
dev-options
: 'beta.enable; devmode.enable'
To check if the mode is enabled, type
/explock info. There should be information about developer options (at bottom)
Note that beta & dev-mode options may contain oversights.
If you see any, please report them to me. Contact information below.