Skip to content
Success

Changes

Summary

  1. Fixes an issue when non-existing generators breaks user gui. (commit: bfb175f) (details)
  2. Fixes incorrectly generated generator and bundle from template file. (commit: 14ca383) (details)
  3. Fixes some bugs in IslandEditPanel. (commit: f57693a) (details)
  4. Improve default generatorTemplate.yml (commit: 2232171) (details)
Commit bfb175fe5471fdea03177d9afad5abdae500f129 by bonne
Fixes an issue when non-existing generators breaks user gui.
Fixes an issue when undeployed generators cannot be turned off.
(commit: bfb175f)
The file was modified src/main/java/world/bentobox/magiccobblestonegenerator/managers/StoneGeneratorManager.java (diff)
Commit 14ca38375c40dc39e82a5c6544fc05279df1fd31 by bonne
Fixes incorrectly generated generator and bundle from template file.
(commit: 14ca383)
The file was modified src/main/java/world/bentobox/magiccobblestonegenerator/managers/StoneGeneratorImportManager.java (diff)
Commit f57693a21438ec2b757eac5763a28f73aa34c58e by bonne
Fixes some bugs in IslandEditPanel.

- Create proper tool tips.
- Disable an ability to lock default generators
- Add message to the unlock action if generator is not deployed or is default generator.
(commit: f57693a)
The file was modified src/main/java/world/bentobox/magiccobblestonegenerator/panels/admin/IslandEditPanel.java (diff)
The file was modified src/main/resources/locales/en-US.yml (diff)
The file was modified src/main/java/world/bentobox/magiccobblestonegenerator/managers/StoneGeneratorManager.java (diff)
Commit 22321712d26d4db3b1b7c07d183b5d72ed2f0a4d by bonne
Improve default generatorTemplate.yml
(commit: 2232171)
The file was modified src/main/resources/generatorTemplate.yml (diff)