First Release
A lot has changed under the hood. In this release I've tried to optimise the plugin in many ways and also patch as much bugs I can find. This release also brings some new features, including custom island shapes, block replacement on island generation, more configurable island sizes, saving islands as schematics with in-game command and some other minor conveniences. I've also tried to make the project more consistent both internally and externally. This means some changes to config.yml too. But most importantly I have created
Wiki, that aims to explain every detail of the plugin (hopefully clearly too).
Also I have changed /island regenerate command to /island recreate (due to some planned changes). This change also affects permissions for that command, so make sure you update your permissions. For full list of permissions, check out the wiki.
Changes to config.yml
(=aka. how to update)
Easiest way to update the configuration is to remove just remove config.yml and replace it with example config from
here. This way you will get all the changes I've made to recommended defaults and also get updated comments that explain the file. However, if you want to go through the file manually, just change the following things:
- generation.searchArea -> generation.biomeSearchArea
- generation.islandSpacing -> generation.islandGridSpacing
- generation.islandVerticalSpacing -> generation.islandGridVerticalSpacing
Changes to islands.yml
Islands have now their height defined in islands.yml. This is necessary for saving schematic correctly because the height might not be the same as island width, if the island is using a custom shape. If island is not using a shape, island "height" should be same as "size".
Changelog
- Island shapes
- Configurable block replacement
- Ability to add or remove island sizes
- Saving islands as schematic files
-
Wiki
- Changes to permissions: Added new permissions and changed some permissions. Redesigned the permissions under the hood (they work as you'd expect now, also check Wiki). Permission groups (islands.* etc) are also now recognised. I'd recommend you to check all the new permissions and commands in
Wiki.
- Bug fixes and other small general changes