The micro-addon LinkPortal requested by @Darkhand81 is now available. More information here
Commit 7f85c44
- Added new commands: bmv infos, which displays all the options and
values of a world.
- Minor fix to help command
- The bmv list command now only displays the worlds managed by the plugin (specifically the worlds listed in the worlds.yml file).
- It is no longer possible to create a world if another world with the same name already exists.
- It's now possible to retrieve a message from a custom config file, allowing custom config files to add their own messages.
Commit 009d375
Many commits were removed due to the bugs and compilation errors they
caused. Contributions and pull requests will no longer be accepted during the BETA phase.
The MessageType and PlaceHolder systems have been removed. A new system has been set up that allow micro-addons to add new messages and also that reduces the plugin size.
Last major update for micro-addons system. Now micro-addons can create custom file config, modify the data structure of worldData, and work more efficiently with the core BulMultiverse plugin.
Now I can work for other addons. LinkPortal will be the second addon then PerWorldInventory. If you have any bugs contact me on the discord.
Update readme and minor fix on default messages. Now you can update the "help" message pattern. Commands and flags added by micro-addons are now detected and displayed in the help and the flags automatically. Fix a minor bug at the world creation. Edit the catch block for addons loading, now an addons can't crash the entire plugin.
Please update your config and add these lines to the messages blocks:
help_pattern: "&e%usage% &8| &e%description%"
flags_pattern: "&e%usage% &8| &e%description%"
More explication and new default config here
his update is a major one and introduces the concept of add-ons. You will have an 'addons' folder within the 'bulmultiverse' folder, where you can add specific features. First add-on: https://www.spigotmc.org/resources/119020/
Next coming addons:
- PerWorldInv
- Portal
- GuiWorldCreator
New command: /unload <target world name>
This command will unload the target world (But don't delete the world folder).
