Skip to content
Success

Changes

Summary

  1. Fixes an issue when biomes prevents server from turning off in acceptable time (#90). (commit: 5b12605) (details)
  2. Update to 1.17 and Pladdon. (commit: 57809ab) (details)
  3. Move Addon Manager to a separate package. (commit: 907880c) (details)
  4. Add CommonPanel and CommonPagedPanel classes. (commit: 483f28b) (details)
  5. Add dripstone and lush caves to the unused biomes. (commit: 9b0b590) (details)
  6. Rework eng locale. (commit: f326fde) (details)
  7. Add ManageBiomesPanel. (commit: a619ec3) (details)
  8. Create BiomeSelector and EnvironmentSelector (commit: 5cdc0d8) (details)
  9. Rework EditBiomePanel. (commit: 72f64aa) (details)
  10. Fix some warnings in EditBiomePanel (commit: 34b921c) (details)
  11. Update Settings file. (commit: 31d93de) (details)
  12. Add method that allows to save settings. (commit: 6cd1af2) (details)
  13. Migrate EditSettingsPanel to the new CommonPanel structure. (commit: 70c1684) (details)
  14. Migrate ListBiomesPanel to the new format. (commit: 8dab1ff) (details)
  15. Rename to SettingsPanel (commit: a389380) (details)
  16. Rename panels to make them more consistent names. (commit: 705bf36) (details)
  17. Create Island Manage Panel (commit: 9a8167c) (details)
  18. Create biomes island data object. (commit: 94bd3d2) (details)
  19. Add more data to the BiomesIslandDataObject. (commit: 8877680) (details)
  20. Rework Addon Settings (commit: 681dce6) (details)
  21. Implement clear method for island data (commit: 859b728) (details)
  22. Change clone to proper copy method. (commit: 1315a89) (details)
  23. Implement BiomesBundle object. (commit: f984184) (details)
  24. Implement new functions in Manager to handle all new objects. (commit: 9acaba0) (details)
  25. Create new import manager that will handle all file importing. (commit: 6301328) (details)
  26. Update handlers to the changes. (commit: 5138717) (details)
  27. Add BiomesBuyEvent and BiomeUnlockEvent (commit: 488c969) (details)
  28. Update helper and task to the changes. (commit: 1e8a773) (details)
  29. Add WebManager class that will allow to download data from repo. (commit: d548637) (details)
  30. Add permission methods in Utils. (commit: 6250e5c) (details)
  31. Add some extra parameters to the Constants. (commit: 5073e07) (details)
  32. Add proper description generation to the bundles. (commit: 5f42f11) (details)
  33. Update BiomeSelector with proper biome groups. (commit: f78f11a) (details)
  34. Implement BundleSelector which allows selecting bundle via GUI. (commit: a1abb4d) (details)
  35. Complete Admin Menu Rework. (commit: 8fa581b) (details)
  36. Implement Customizable User Panels. (commit: e47a352) (details)
  37. Rework Commands for addon. (commit: b51fb5c) (details)
  38. Fixes main addon class. (commit: 79bc87e) (details)
  39. Remove unnecessary classes. (commit: 79d294a) (details)
  40. Remove tests as main class is removed. (commit: 5445609) (details)
  41. Update main pom. (commit: 4b1ce92) (details)
  42. Complete locales rework based on changes. (commit: f442134) (details)
  43. Add new features to the BiomesObject: (commit: 8cf0c4e) (details)
  44. Implement new features in admin menu. (commit: ca228b6) (details)
  45. Add some methods for easier working with BiomesIslandDataObject (commit: c070b91) (details)
  46. Add some methods for easier working with BiomesIslandDataObject (commit: 8a3abab) (details)
  47. Rename Buy event to Purchase. (commit: 5de4b53) (details)
  48. Rework BiomePurchasedEvent. (commit: a8c167e) (details)
  49. Rework BiomeUnlockedEvent. (commit: 1d7defb) (details)
  50. Add BiomePreChangeEvent that is triggered before starting biome change task. (commit: 561cf98) (details)
  51. Add 2 new options: (commit: 0dadddd) (details)
  52. Implement better biome change task. (commit: d224c42) (details)
  53. Add missing object in helper constructors. (commit: dc028e0) (details)
  54. Fix crash when opening AdvancedPanel (commit: ae21e9d) (details)
  55. Add Biomes Command Wrapper. (commit: 68157a1) (details)
  56. Add admin biomes set command. (commit: d20a7e0) (details)
  57. Fixes bugs in AdvancedPanel (commit: 48518ac) (details)
  58. Implement BUY mode in BiomesPanel. (commit: 9620811) (details)
  59. Remove Button that is not used. (commit: 86169b0) (details)
  60. Implement option for admins to unlock and buy biomes for players. (commit: 1f93b84) (details)
  61. Fixes bugs with AdvancedPanel which prevented users to change biome. (commit: 84ef24a) (details)
  62. Fixes a bug when Biome changing with creative menu fails. (commit: 7f63d0a) (details)
  63. Fixes some bugs with description generation. (commit: 9fe0759) (details)
  64. Improves "buy" detection. (commit: 187b293) (details)
  65. Add JoinLeaveListener. (commit: 85d1017) (details)
  66. Add better feedback to users about biome changing process. (commit: 29691b9) (details)
  67. Implement storing of biome usage time. (commit: 81061be) (details)
  68. Implement an ability to add empty line in descriptions. (commit: c0b0cb3) (details)
  69. Fixes an issue with broken admin gui that did not allow changing biome. (commit: 103af94) (details)
  70. Add an ability to change biome change counter via admin menu. (commit: 1349b70) (details)
  71. Use proper command to detect if biome is purchased. (commit: b7fd417) (details)
  72. Add missing settings option to the config. (commit: b4e0d72) (details)
  73. Fixes the unlock texts. (commit: 32b3550) (details)
  74. Add IslandLevelListener. (commit: f2a2874) (details)
  75. Prettify and reformat code. (commit: e48b408) (details)
  76. Update copy-rights (commit: 7a4db8c) (details)
  77. Fixes a bug when "notify" was triggered only when GUI was opened. (commit: 8eea1c1) (details)
  78. Implement Bank addon usage. (commit: af1cbaf) (details)
  79. Update config file (commit: 6c2f383) (details)
  80. Add UpdateQueue.Result name method. (commit: b2c5a99) (details)
  81. Fixes migration to the new BiomesObject format. (commit: cc8e67d) (details)
  82. Update addon.yml file. (commit: c10fc63) (details)
  83. Rework and reimplement template file and its importing. (commit: 306e334) (details)
  84. Remove unnecessary world variable from the BiomesObject class. (commit: 90e873d) (details)
  85. Add Lavian locale. (commit: 2512800) (details)
  86. Disable info command. (commit: d6a2167) (details)
  87. Fixes broken task starter. (commit: 5d0ee07) (details)
  88. Implement properly Purchase mechanism (commit: 2006a66) (details)
  89. Implement Admin Unlock command. (commit: 9676570) (details)
  90. Fixes icon for frozen ocean (commit: b87e13f) (details)
  91. Add migration for older ids. (commit: 87dd28b) (details)
  92. Implement BuyPanel. (commit: dd145a7) (details)
  93. Fixes a bug, when players in creative menu still receive a message about missing items. (commit: 3b4d1c8) (details)
  94. Fixes a bug, when players in creative menu still receive a message about missing items. (commit: e116096) (details)
  95. Add return button in AdvancedPanel (commit: e228000) (details)
  96. Change some text outputs for BiomesPanel (commit: 698bcb3) (details)
  97. Remove hu.yml as it is outdated. (commit: d21e11f) (details)
Commit 5b12605942800822e1e3f44ee42cc251804686af by bonne
Fixes an issue when biomes prevents server from turning off in acceptable time (#90).

Rework the way how biome is applied. Use temporary chunk loading before applying biome change to the area. This will change biome for every island chunks, and will not relay on storing data about biome change.
(commit: 5b12605)
The file was modified src/main/java/world/bentobox/biomes/tasks/BiomeUpdateTask.java (diff)
The file was modified src/main/java/world/bentobox/biomes/BiomesAddonManager.java (diff)
The file was removedsrc/main/java/world/bentobox/biomes/listeners/ChunkLoadListener.java
The file was modified src/main/java/world/bentobox/biomes/config/Settings.java (diff)
The file was modified src/main/java/world/bentobox/biomes/BiomesAddon.java (diff)
The file was modified src/main/resources/config.yml (diff)
Commit 57809ab4d35919fb82bb1ec402c8320665403d62 by bonne
Update to 1.17 and Pladdon.
(commit: 57809ab)
The file was modified pom.xml (diff)
The file was addedsrc/main/java/world/bentobox/biomes/BiomesPladdon.java
Commit 907880c526e94b963254235330ec8f27feaf3bfb by bonne
Move Addon Manager to a separate package.
(commit: 907880c)
The file was modified src/main/java/world/bentobox/biomes/BiomesAddon.java (diff)
The file was addedsrc/main/java/world/bentobox/biomes/managers/BiomesAddonManager.java
The file was modified src/test/java/world/bentobox/biomes/commands/admin/AddBiomeCommandTest.java (diff)
The file was removedsrc/main/java/world/bentobox/biomes/BiomesAddonManager.java
Commit 483f28bebc1d257f40eafbfadcb169f589803812 by bonne
Add CommonPanel and CommonPagedPanel classes.

Prepare for reworking all panels.
(commit: 483f28b)
The file was addedsrc/main/java/world/bentobox/biomes/utils/Constants.java
The file was addedsrc/main/java/world/bentobox/biomes/panels/CommonPagedPanel.java
The file was addedsrc/main/java/world/bentobox/biomes/panels/CommonPanel.java
The file was modified src/main/java/world/bentobox/biomes/utils/Utils.java (diff)
The file was addedsrc/main/java/world/bentobox/biomes/panels/ConversationUtils.java
Commit 9b0b590c6a86d7bf5df0d251ed72d6f7fde4527e by bonne
Add dripstone and lush caves to the unused biomes.
(commit: 9b0b590)
The file was modified src/main/java/world/bentobox/biomes/utils/Utils.java (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/CommonPanel.java (diff)
The file was modified src/main/resources/locales/en-US.yml (diff)
Commit a619ec301c52ee7dd50ab3f2277a5219308d7f0b by bonne
Add ManageBiomesPanel.

Populate translation file with new values.
(commit: a619ec3)
The file was addedsrc/main/java/world/bentobox/biomes/panels/admin/ManageBiomesPanel.java
The file was modified src/main/resources/locales/en-US.yml (diff)
Commit 5cdc0d803af7893f8616fc3b33781445b0192139 by bonne
Create BiomeSelector and EnvironmentSelector
Add PagedSelector class.
(commit: 5cdc0d8)
The file was addedsrc/main/java/world/bentobox/biomes/panels/util/BiomeSelector.java
The file was addedsrc/main/java/world/bentobox/biomes/panels/util/EnvironmentSelector.java
The file was addedsrc/main/java/world/bentobox/biomes/panels/util/PagedSelector.java
The file was modified src/main/resources/locales/en-US.yml (diff)
Commit 72f64aa024190ddc53325af3a26472dcf1d607bd by bonne
Rework EditBiomePanel.

Fixes EnvironmentSelector.
(commit: 72f64aa)
The file was modified src/main/java/world/bentobox/biomes/panels/util/EnvironmentSelector.java (diff)
The file was removedsrc/main/java/world/bentobox/biomes/panels/admin/EditBiomeGUI.java
The file was modified src/main/java/world/bentobox/biomes/panels/admin/ManageBiomesPanel.java (diff)
The file was addedsrc/main/java/world/bentobox/biomes/panels/admin/EditBiomePanel.java
The file was modified src/main/resources/locales/en-US.yml (diff)
The file was modified src/main/java/world/bentobox/biomes/database/objects/BiomesObject.java (diff)
Commit 34b921c3902787075a67c178d8e47bdb6ac07e15 by bonne
Fix some warnings in EditBiomePanel
(commit: 34b921c)
The file was modified src/main/java/world/bentobox/biomes/panels/admin/EditBiomePanel.java (diff)
Commit 31d93dedf27a84b26de0f55486b83a51be2712f7 by bonne
Update Settings file.

Remove unnecessary parts.
(commit: 31d93de)
The file was modified src/main/java/world/bentobox/biomes/config/Settings.java (diff)
Commit 6cd1af2695e56217885f0c5c479b8e7eea4d7b2b by bonne
Add method that allows to save settings.
(commit: 6cd1af2)
The file was modified src/main/java/world/bentobox/biomes/BiomesAddon.java (diff)
Commit 70c168419074812f376b67388af4b1c2310f19bb by bonne
Migrate EditSettingsPanel to the new CommonPanel structure.
(commit: 70c1684)
The file was removedsrc/main/java/world/bentobox/biomes/panels/admin/EditSettingsGUI.java
The file was modified src/main/resources/locales/en-US.yml (diff)
The file was modified src/main/java/world/bentobox/biomes/config/Settings.java (diff)
The file was addedsrc/main/java/world/bentobox/biomes/panels/admin/EditSettingsPanel.java
Commit 8dab1ff2efd2eede3e7e7f8d18fdffacbbd10544 by bonne
Migrate ListBiomesPanel to the new format.
(commit: 8dab1ff)
The file was modified src/main/java/world/bentobox/biomes/utils/Constants.java (diff)
The file was modified src/main/resources/locales/en-US.yml (diff)
The file was removedsrc/main/java/world/bentobox/biomes/panels/admin/ListBiomesGUI.java
The file was addedsrc/main/java/world/bentobox/biomes/panels/admin/ListBiomesPanel.java
The file was removedsrc/main/java/world/bentobox/biomes/panels/admin/EditSettingsPanel.java
The file was addedsrc/main/java/world/bentobox/biomes/panels/admin/SettingsPanel.java
Commit 705bf3610929ae8574dda931f3af90892d5626f5 by bonne
Rename panels to make them more consistent names.
(commit: 705bf36)
The file was removedsrc/main/java/world/bentobox/biomes/panels/admin/EditBiomePanel.java
The file was addedsrc/main/java/world/bentobox/biomes/panels/admin/BiomeManagePanel.java
The file was addedsrc/main/java/world/bentobox/biomes/panels/admin/BiomeEditPanel.java
The file was removedsrc/main/java/world/bentobox/biomes/panels/admin/ManageBiomesPanel.java
Commit 9a8167ccd5045338dcad89f0115ef52e564ac527 by bonne
Create Island Manage Panel
(commit: 9a8167c)
The file was addedsrc/main/java/world/bentobox/biomes/panels/admin/IslandManagePanel.java
Commit 94bd3d23bee303365d606812fb01e474065a7a5e by bonne
Create biomes island data object.
(commit: 94bd3d2)
The file was addedsrc/main/java/world/bentobox/biomes/database/objects/BiomesIslandDataObject.java
Commit 88776801d83d36ed36650bfaa99f583e897f7450 by bonne
Add more data to the BiomesIslandDataObject.
(commit: 8877680)
The file was modified src/main/java/world/bentobox/biomes/database/objects/BiomesIslandDataObject.java (diff)
The file was modified src/main/java/world/bentobox/biomes/config/Settings.java (diff)
Commit 859b728d9338d5af023ff9ce300926ddcf90e2c8 by bonne
Implement clear method for island data
(commit: 859b728)
The file was modified src/main/java/world/bentobox/biomes/database/objects/BiomesIslandDataObject.java (diff)
Commit 1315a894abb409de77f92e511ed188d8361a29e4 by bonne
Change clone to proper copy method.
Clean up some syntax.
(commit: 1315a89)
The file was modified src/main/java/world/bentobox/biomes/database/objects/BiomesObject.java (diff)
Commit f984184987d9fef95702869bf8570ba18b213bc0 by bonne
Implement BiomesBundle object.
(commit: f984184)
The file was addedsrc/main/java/world/bentobox/biomes/database/objects/BiomesBundleObject.java
Commit 9acaba0722fcc0f2a63f0a184f1570bbf0f860a4 by bonne
Implement new functions in Manager to handle all new objects.
(commit: 9acaba0)
The file was modified src/main/java/world/bentobox/biomes/managers/BiomesAddonManager.java (diff)
Commit 6301328898a8ea6fbd7202d14ad018c7eb5d783c by bonne
Create new import manager that will handle all file importing.
(commit: 6301328)
The file was addedsrc/main/resources/biomesTemplate.yml
The file was removedsrc/main/resources/biomes.yml
The file was addedsrc/main/java/world/bentobox/biomes/managers/BiomesImportManager.java
Commit 51387177bff2c8e2d602f4183ebaf8380dd89926 by bonne
Update handlers to the changes.
(commit: 5138717)
The file was modified src/main/java/world/bentobox/biomes/handlers/ChangeBiomeRequestHandler.java (diff)
The file was modified src/main/java/world/bentobox/biomes/handlers/BiomeDataRequestHandler.java (diff)
Commit 488c9690565b6ff218ee88ae2659480b3dc943cf by bonne
Add BiomesBuyEvent and BiomeUnlockEvent
(commit: 488c969)
The file was addedsrc/main/java/world/bentobox/biomes/events/BiomesBuyEvent.java
The file was addedsrc/main/java/world/bentobox/biomes/events/BiomeUnlockEvent.java
Commit 1e8a7730f1c6a9acdc7192f7d88cfb8176c16e63 by bonne
Update helper and task to the changes.
(commit: 1e8a773)
The file was modified src/main/java/world/bentobox/biomes/tasks/BiomeUpdateTask.java (diff)
The file was modified src/main/java/world/bentobox/biomes/tasks/BiomeUpdateHelper.java (diff)
Commit d548637c24f5021713705e2adad06df9acd5ede8 by bonne
Add WebManager class that will allow to download data from repo.
(commit: d548637)
The file was addedsrc/main/java/world/bentobox/biomes/web/WebManager.java
The file was addedsrc/main/java/world/bentobox/biomes/web/objects/LibraryEntry.java
Commit 6250e5c8600b9e4429765683217a427f345227e7 by bonne
Add permission methods in Utils.
Update Biome Grouping to 1.18 changes.
(commit: 6250e5c)
The file was modified src/main/java/world/bentobox/biomes/utils/Utils.java (diff)
Commit 5073e07255bebc816e664ab75b7dfa5cd06bd01d by bonne
Add some extra parameters to the Constants.
(commit: 5073e07)
The file was modified src/main/java/world/bentobox/biomes/utils/Constants.java (diff)
Commit 5f42f116e18c0330b266fd00ae27850507406699 by bonne
Add proper description generation to the bundles.
(commit: 5f42f11)
The file was modified src/main/java/world/bentobox/biomes/panels/CommonPanel.java (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/CommonPagedPanel.java (diff)
Commit f78f11a86dc8700709f742356f7487e20100a447 by bonne
Update BiomeSelector with proper biome groups.
(commit: f78f11a)
The file was modified src/main/java/world/bentobox/biomes/panels/util/BiomeSelector.java (diff)
Commit a1abb4d4fa8160a70e22931ca63cae8826820691 by bonne
Implement BundleSelector which allows selecting bundle via GUI.
(commit: a1abb4d)
The file was addedsrc/main/java/world/bentobox/biomes/panels/util/BundleSelector.java
Commit 8fa581be6e661e197aeee05090609790292d199b by bonne
Complete Admin Menu Rework.

Implement better data handling then in previous version.
(commit: 8fa581b)
The file was removedsrc/main/java/world/bentobox/biomes/panels/admin/AdminGUI.java
The file was addedsrc/main/java/world/bentobox/biomes/panels/admin/BundleEditPanel.java
The file was modified src/main/java/world/bentobox/biomes/panels/admin/BiomeEditPanel.java (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/admin/SettingsPanel.java (diff)
The file was addedsrc/main/java/world/bentobox/biomes/panels/admin/AdminPanel.java
The file was removedsrc/main/java/world/bentobox/biomes/panels/admin/ListBiomesPanel.java
The file was removedsrc/main/java/world/bentobox/biomes/panels/admin/ListUsersGUI.java
The file was addedsrc/main/java/world/bentobox/biomes/panels/admin/IslandEditPanel.java
The file was modified src/main/java/world/bentobox/biomes/panels/admin/BiomeManagePanel.java (diff)
The file was removedsrc/main/java/world/bentobox/biomes/panels/admin/EditLoreGUI.java
The file was addedsrc/main/java/world/bentobox/biomes/panels/admin/LibraryPanel.java
The file was addedsrc/main/java/world/bentobox/biomes/panels/admin/BundleManagePanel.java
The file was modified src/main/java/world/bentobox/biomes/panels/admin/IslandManagePanel.java (diff)
Commit e47a3526ba310aaa1025c179a6b2e1fe1f3bcbf0 by bonne
Implement Customizable User Panels.
(commit: e47a352)
The file was addedsrc/main/java/world/bentobox/biomes/panels/user/AdvancedPanel.java
The file was removedsrc/main/java/world/bentobox/biomes/panels/user/UpdateModeGUI.java
The file was addedsrc/main/resources/panels/main_panel.yml
The file was addedsrc/main/java/world/bentobox/biomes/panels/user/BiomesPanel.java
The file was removedsrc/main/java/world/bentobox/biomes/panels/user/BiomesChooseGUI.java
The file was addedsrc/main/resources/panels/advanced_panel.yml
Commit b51fb5c3d19a8ed03d98f1cae37c0b268c8e00c1 by bonne
Rework Commands for addon.
(commit: b51fb5c)
The file was removedsrc/main/java/world/bentobox/biomes/commands/ExpandedCompositeCommand.java
The file was removedsrc/main/java/world/bentobox/biomes/commands/user/BiomesSetCommand.java
The file was removedsrc/main/java/world/bentobox/biomes/commands/admin/SettingsCommand.java
The file was removedsrc/main/java/world/bentobox/biomes/commands/user/BiomesCommand.java
The file was addedsrc/main/java/world/bentobox/biomes/commands/player/BiomesCommand.java
The file was removedsrc/main/java/world/bentobox/biomes/commands/user/BiomesInfoCommand.java
The file was removedsrc/main/java/world/bentobox/biomes/commands/admin/MigrateCommand.java
The file was modified src/main/java/world/bentobox/biomes/commands/admin/AdminCommand.java (diff)
The file was removedsrc/main/java/world/bentobox/biomes/commands/admin/EditBiomeCommand.java
The file was removedsrc/main/java/world/bentobox/biomes/commands/admin/ImportCommand.java
The file was removedsrc/main/java/world/bentobox/biomes/commands/admin/AddBiomeCommand.java
The file was removedsrc/main/java/world/bentobox/biomes/commands/admin/SetBiomeCommand.java
The file was modified src/main/java/world/bentobox/biomes/BiomesAddon.java (diff)
Commit 79d294a4d3837bf906a643044e7b0a7d98a6bd0d by bonne
Remove unnecessary classes.
(commit: 79d294a)
The file was removedsrc/main/java/world/bentobox/biomes/database/objects/adapters/LoreAdapter.java
The file was removedsrc/main/java/world/bentobox/biomes/panels/CommonGUI.java
The file was removedsrc/main/java/world/bentobox/biomes/panels/util/NumberGUI.java
The file was removedsrc/main/java/world/bentobox/biomes/panels/util/StringListGUI.java
The file was removedsrc/main/java/world/bentobox/biomes/panels/GuiUtils.java
The file was removedsrc/main/java/world/bentobox/biomes/panels/util/ConfirmationGUI.java
The file was removedsrc/main/java/world/bentobox/biomes/panels/util/SelectBlocksGUI.java
The file was removedsrc/main/java/world/bentobox/biomes/panels/util/SelectBiomeGUI.java
The file was removedsrc/main/java/world/bentobox/biomes/panels/util/SelectEnvironmentGUI.java
Commit 5445609052cf0b14a7a47724f04c4695f6e33973 by bonne
Remove tests as main class is removed.
(commit: 5445609)
The file was removedsrc/test/java/world/bentobox/biomes/commands/admin/AddBiomeCommandTest.java
The file was modified pom.xml (diff)
Commit f442134a74015ebd4f72d077095fbfe460cdbd6a by bonne
Complete locales rework based on changes.
(commit: f442134)
The file was modified src/main/resources/locales/en-US.yml (diff)
The file was removedsrc/main/resources/locales/fr.yml
The file was removedsrc/main/resources/locales/es.yml
The file was removedsrc/main/resources/locales/tr.yml
The file was removedsrc/main/resources/locales/cs.yml
The file was removedsrc/main/resources/locales/ru.yml
The file was removedsrc/main/resources/locales/de.yml
The file was removedsrc/main/resources/locales/zh-CN.yml
The file was removedsrc/main/resources/locales/zh-TW.yml
The file was removedsrc/main/resources/locales/lv.yml
Commit 8cf0c4eb48408822837fe5c03257cee99b9ac48c by bonne
Add new features to the BiomesObject:
- unlock items,
- unlock cost,
- change items,
- change type,
- change increment
(commit: 8cf0c4e)
The file was modified src/main/java/world/bentobox/biomes/database/objects/BiomesObject.java (diff)
Commit ca228b6bd041c80017bb07021e7fb57457338ee4 by bonne
Implement new features in admin menu.
(commit: ca228b6)
The file was addedsrc/main/java/world/bentobox/biomes/panels/util/ItemSelector.java
The file was modified src/main/java/world/bentobox/biomes/listeners/ChangeOwnerListener.java (diff)
The file was modified src/main/java/world/bentobox/biomes/utils/Utils.java (diff)
The file was modified src/main/java/world/bentobox/biomes/managers/BiomesImportManager.java (diff)
The file was modified src/main/java/world/bentobox/biomes/handlers/BiomeDataRequestHandler.java (diff)
The file was modified src/main/java/world/bentobox/biomes/commands/player/BiomesCommand.java (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/admin/BiomeEditPanel.java (diff)
The file was modified src/main/resources/locales/en-US.yml (diff)
The file was modified src/main/java/world/bentobox/biomes/managers/BiomesAddonManager.java (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/CommonPanel.java (diff)
The file was modified src/main/java/world/bentobox/biomes/tasks/BiomeUpdateHelper.java (diff)
Commit c070b917cf704c4949d949bff570ff44b85011ed by bonne
Add some methods for easier working with BiomesIslandDataObject
(commit: c070b91)
The file was modified src/main/java/world/bentobox/biomes/database/objects/BiomesIslandDataObject.java (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/CommonPanel.java (diff)
Commit 8a3abab584d99d5071765fb205b6694a47b92832 by bonne
Add some methods for easier working with BiomesIslandDataObject
(commit: 8a3abab)
The file was modified src/main/java/world/bentobox/biomes/database/objects/BiomesIslandDataObject.java (diff)
Commit 5de4b53aa705839c922c8a8a2c0e4dbcbc3c3bb3 by bonne
Rename Buy event to Purchase.
(commit: 5de4b53)
The file was modified src/main/java/world/bentobox/biomes/managers/BiomesAddonManager.java (diff)
The file was removedsrc/main/java/world/bentobox/biomes/events/BiomesBuyEvent.java
The file was addedsrc/main/java/world/bentobox/biomes/events/BiomesPurchaseEvent.java
Commit a8c167e12fd9c716aefd4f570375c6cdf4674556 by bonne
Rework BiomePurchasedEvent.

Use user, island and biomesObjects instead of their uuids.
(commit: a8c167e)
The file was modified src/main/java/world/bentobox/biomes/commands/player/BiomesCommand.java (diff)
The file was removedsrc/main/java/world/bentobox/biomes/events/BiomesPurchaseEvent.java
The file was modified src/main/java/world/bentobox/biomes/managers/BiomesAddonManager.java (diff)
The file was addedsrc/main/java/world/bentobox/biomes/events/BiomePurchasedEvent.java
Commit 1d7defbee2c223b7f9da0fbac000905e5393da1b by bonne
Rework BiomeUnlockedEvent.

Use user, island and biomesObjects instead of their uuids.
(commit: 1d7defb)
The file was removedsrc/main/java/world/bentobox/biomes/events/BiomeUnlockEvent.java
The file was addedsrc/main/java/world/bentobox/biomes/events/BiomeUnlockedEvent.java
The file was modified src/main/java/world/bentobox/biomes/managers/BiomesAddonManager.java (diff)
Commit 561cf9895be3a75d93f2773c2eeb03b962b8fd46 by bonne
Add BiomePreChangeEvent that is triggered before starting biome change task.
(commit: 561cf98)
The file was addedsrc/main/java/world/bentobox/biomes/events/BiomePreChangeEvent.java
Commit 0dadddd9a3e45050e358f559fce731eafdf87603 by bonne
Add 2 new options:
- biome-change-timeout - timeout when biome change should be stopped.
- parallel-biome-changes - number of parallel biome change processes.
(commit: 0dadddd)
The file was modified src/main/java/world/bentobox/biomes/config/Settings.java (diff)
Commit d224c42b30cad7ca1d2003b32e03790d16ef6a14 by bonne
Implement better biome change task.

Implement singe biome change queue, that will process biome changes.
Rework BiomeUpdateHelper and BiomeUpdateTask to reflect changes made for UpdateQueue.
Rework BiomeChangedEvent so it is similar to other events.
(commit: d224c42)
The file was removedsrc/main/java/world/bentobox/biomes/database/objects/BiomeChunkUpdateObject.java
The file was modified src/main/resources/locales/en-US.yml (diff)
The file was modified src/main/java/world/bentobox/biomes/BiomesAddon.java (diff)
The file was modified src/main/java/world/bentobox/biomes/events/BiomeChangedEvent.java (diff)
The file was modified src/main/java/world/bentobox/biomes/tasks/BiomeUpdateHelper.java (diff)
The file was addedsrc/main/java/world/bentobox/biomes/tasks/UpdateQueue.java
The file was modified src/main/java/world/bentobox/biomes/tasks/BiomeUpdateTask.java (diff)
Commit dc028e008f6d373b091b54241b2543881d5066e0 by bonne
Add missing object in helper constructors.
(commit: dc028e0)
The file was modified src/main/java/world/bentobox/biomes/commands/player/BiomesCommand.java (diff)
The file was modified src/main/java/world/bentobox/biomes/handlers/ChangeBiomeRequestHandler.java (diff)
The file was modified src/main/java/world/bentobox/biomes/listeners/ChangeOwnerListener.java (diff)
Commit ae21e9d01c6a20f7a0eed7537da9a79d816c612d by bonne
Fix crash when opening AdvancedPanel
(commit: ae21e9d)
The file was modified src/main/java/world/bentobox/biomes/panels/user/AdvancedPanel.java (diff)
Commit 68157a18aaab0940b4e789119c4443e3f106ae5f by bonne
Add Biomes Command Wrapper.

This class contains useful methods for all commands.
(commit: 68157a1)
The file was addedsrc/main/java/world/bentobox/biomes/commands/BiomesCompositeCommand.java
Commit d20a7e0ffa858b4ee931cc0508b8b3565a2b5792 by bonne
Add admin biomes set command.
(commit: d20a7e0)
The file was modified src/main/java/world/bentobox/biomes/commands/admin/AdminCommand.java (diff)
The file was modified src/main/java/world/bentobox/biomes/commands/player/BiomesCommand.java (diff)
Commit 48518ac1687fe9da89e84b50a303d886b177228e by bonne
Fixes bugs in AdvancedPanel
(commit: 48518ac)
The file was modified src/main/resources/panels/advanced_panel.yml (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/user/AdvancedPanel.java (diff)
Commit 9620811d35dee4beece525e8bc7ee39794263e2e by bonne
Implement BUY mode in BiomesPanel.
Switch from strict single-click-type mode to "array" of modes. Allows to have both: buy and choose buttons with the same click type.
(commit: 9620811)
The file was modified src/main/resources/locales/en-US.yml (diff)
The file was modified pom.xml (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/user/BiomesPanel.java (diff)
The file was modified src/main/resources/panels/main_panel.yml (diff)
Commit 86169b043bf8e4e20bafda4577f30625a8cdf69c by bonne
Remove Button that is not used.
(commit: 86169b0)
The file was modified src/main/java/world/bentobox/biomes/panels/admin/IslandManagePanel.java (diff)
Commit 1f93b84d11b367406f6be0bdf73da7bb0c147c28 by bonne
Implement option for admins to unlock and buy biomes for players.
(commit: 1f93b84)
The file was modified src/main/java/world/bentobox/biomes/panels/admin/IslandEditPanel.java (diff)
The file was modified src/main/resources/locales/en-US.yml (diff)
Commit 84ef24af4ffb9ef477e3894a21cd74c784f13c32 by bonne
Fixes bugs with AdvancedPanel which prevented users to change biome.
(commit: 84ef24a)
The file was modified src/main/java/world/bentobox/biomes/panels/user/AdvancedPanel.java (diff)
Commit 7f63d0a4212ffe45b4bf5c575efee5ea2e62118b by bonne
Fixes a bug when Biome changing with creative menu fails.
(commit: 7f63d0a)
The file was modified src/main/java/world/bentobox/biomes/tasks/BiomeUpdateHelper.java (diff)
Commit 9fe0759920ec8410b3563beee4ae7cfe2699c5e4 by bonne
Fixes some bugs with description generation.
- Fixes unnecessary unlock message generation.
- Remove displaying "mode" when it is not necessary.
- Add missing item colors.
(commit: 9fe0759)
The file was modified src/main/resources/locales/en-US.yml (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/CommonPanel.java (diff)
Commit 187b29397676d477efbbe9da893b265f2843033f by bonne
Improves "buy" detection.

Biomes without unlock cost and unlock items will be marked as "purchased."
(commit: 187b293)
The file was modified src/main/java/world/bentobox/biomes/managers/BiomesAddonManager.java (diff)
The file was modified src/main/java/world/bentobox/biomes/tasks/BiomeUpdateHelper.java (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/user/BiomesPanel.java (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/CommonPanel.java (diff)
Commit 85d10176dc8b69ca5834a7bde17493f5b9d68f8c by bonne
Add JoinLeaveListener.

This listener will manage when island data must be validated.
(commit: 85d1017)
The file was modified src/main/java/world/bentobox/biomes/BiomesAddon.java (diff)
The file was addedsrc/main/java/world/bentobox/biomes/listeners/JoinLeaveListener.java
Commit 29691b9052714c7e719761ae5fedf55a89b232a8 by bonne
Add better feedback to users about biome changing process.
(commit: 29691b9)
The file was modified src/main/java/world/bentobox/biomes/tasks/BiomeUpdateHelper.java (diff)
The file was modified src/main/java/world/bentobox/biomes/tasks/UpdateQueue.java (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/user/AdvancedPanel.java (diff)
The file was modified src/main/java/world/bentobox/biomes/tasks/BiomeUpdateTask.java (diff)
The file was modified src/main/resources/locales/en-US.yml (diff)
Commit 81061be82132d784da995506d382a9facf812411 by bonne
Implement storing of biome usage time.
(commit: 81061be)
The file was modified src/main/resources/locales/en-US.yml (diff)
The file was modified src/main/java/world/bentobox/biomes/tasks/BiomeUpdateHelper.java (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/CommonPanel.java (diff)
Commit c0b0cb325d0e8150cfcdf50c14ee58c66ecec904 by bonne
Implement an ability to add empty line in descriptions.

This can be achieved by adding `|`. The `|` will be replaced with empty line. If users want to use `|` symbol in their text, they need to escape it with `\` (`\|`)
(commit: c0b0cb3)
The file was modified src/main/java/world/bentobox/biomes/panels/CommonPanel.java (diff)
Commit 103af941bf93d5ff3acbda42e51d251300619512 by bonne
Fixes an issue with broken admin gui that did not allow changing biome.

Add error messages about issues with executing commands.
(commit: 103af94)
The file was modified src/main/java/world/bentobox/biomes/panels/CommonPanel.java (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/user/BiomesPanel.java (diff)
The file was modified src/main/resources/locales/en-US.yml (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/user/AdvancedPanel.java (diff)
The file was modified src/main/java/world/bentobox/biomes/tasks/BiomeUpdateHelper.java (diff)
Commit 1349b7072eb5f6aef7b6bab1c5cda35d3e89cde5 by bonne
Add an ability to change biome change counter via admin menu.
(commit: 1349b70)
The file was modified src/main/java/world/bentobox/biomes/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/biomes/database/objects/BiomesIslandDataObject.java (diff)
Commit b7fd417e9d29d3b587c405908b3a4ffcdc741eeb by bonne
Use proper command to detect if biome is purchased.
(commit: b7fd417)
The file was modified src/main/java/world/bentobox/biomes/panels/admin/IslandEditPanel.java (diff)
Commit b4e0d72d7f07954f4ae24717e06d835c594fb4f7 by bonne
Add missing settings option to the config.
(commit: b4e0d72)
The file was modified src/main/java/world/bentobox/biomes/panels/admin/SettingsPanel.java (diff)
The file was modified src/main/resources/locales/en-US.yml (diff)
The file was modified src/main/resources/locales/en-US.yml (diff)
The file was modified src/main/java/world/bentobox/biomes/utils/Utils.java (diff)
Commit f2a2874eb908d541836c1e261651a042aaca21bf by bonne
Add IslandLevelListener.

This class listens for level calculation, and will update "unlocked" biomes for the player.
(commit: f2a2874)
The file was addedsrc/main/java/world/bentobox/biomes/listeners/IslandLevelListener.java
The file was modified src/main/java/world/bentobox/biomes/BiomesAddon.java (diff)
Commit e48b4084e10a2db0e5f31745ea45e0a63692b259 by bonne
Prettify and reformat code.
(commit: e48b408)
The file was modified src/main/java/world/bentobox/biomes/utils/Utils.java (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/admin/AdminPanel.java (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/admin/IslandManagePanel.java (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/user/BiomesPanel.java (diff)
The file was modified src/main/java/world/bentobox/biomes/handlers/BiomeListRequestHandler.java (diff)
The file was modified src/main/java/world/bentobox/biomes/managers/BiomesAddonManager.java (diff)
The file was modified src/main/java/world/bentobox/biomes/tasks/BiomeUpdateTask.java (diff)
The file was modified src/main/java/world/bentobox/biomes/BiomesPladdon.java (diff)
The file was modified src/main/java/world/bentobox/biomes/managers/BiomesImportManager.java (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/CommonPanel.java (diff)
The file was modified src/main/java/world/bentobox/biomes/tasks/BiomeUpdateHelper.java (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/util/BiomeSelector.java (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/CommonPagedPanel.java (diff)
The file was modified src/main/java/world/bentobox/biomes/utils/Constants.java (diff)
The file was modified src/main/java/world/bentobox/biomes/database/objects/BiomesObject.java (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/util/BundleSelector.java (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/util/EnvironmentSelector.java (diff)
The file was modified src/main/java/world/bentobox/biomes/handlers/ChangeBiomeRequestHandler.java (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/util/PagedSelector.java (diff)
The file was modified src/main/java/world/bentobox/biomes/events/BiomePreChangeEvent.java (diff)
The file was modified src/main/java/world/bentobox/biomes/tasks/UpdateQueue.java (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/util/ItemSelector.java (diff)
The file was modified src/main/java/world/bentobox/biomes/events/BiomeChangedEvent.java (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/ConversationUtils.java (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/admin/BiomeEditPanel.java (diff)
The file was modified src/main/java/world/bentobox/biomes/BiomesAddon.java (diff)
The file was modified src/main/java/world/bentobox/biomes/handlers/BiomeDataRequestHandler.java (diff)
The file was modified src/main/java/world/bentobox/biomes/web/objects/LibraryEntry.java (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/admin/BundleManagePanel.java (diff)
The file was modified src/main/java/world/bentobox/biomes/listeners/ChangeOwnerListener.java (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/admin/IslandEditPanel.java (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/admin/SettingsPanel.java (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/admin/BiomeManagePanel.java (diff)
The file was modified src/main/java/world/bentobox/biomes/config/Settings.java (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/user/AdvancedPanel.java (diff)
The file was modified src/main/java/world/bentobox/biomes/commands/admin/AdminCommand.java (diff)
The file was modified src/main/java/world/bentobox/biomes/database/objects/BiomesIslandDataObject.java (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/admin/BundleEditPanel.java (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/admin/LibraryPanel.java (diff)
The file was modified src/main/java/world/bentobox/biomes/handlers/BiomeDataRequestHandler.java (diff)
The file was modified src/main/java/world/bentobox/biomes/managers/BiomesImportManager.java (diff)
The file was modified src/main/java/world/bentobox/biomes/listeners/JoinLeaveListener.java (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/admin/SettingsPanel.java (diff)
The file was modified src/main/java/world/bentobox/biomes/utils/Constants.java (diff)
The file was modified src/main/java/world/bentobox/biomes/handlers/BiomeListRequestHandler.java (diff)
The file was modified src/main/java/world/bentobox/biomes/web/objects/LibraryEntry.java (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/ConversationUtils.java (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/util/EnvironmentSelector.java (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/user/BiomesPanel.java (diff)
The file was modified src/main/java/world/bentobox/biomes/listeners/ChangeOwnerListener.java (diff)
The file was modified src/main/java/world/bentobox/biomes/managers/BiomesAddonManager.java (diff)
The file was modified src/main/java/world/bentobox/biomes/utils/Utils.java (diff)
The file was modified src/main/java/world/bentobox/biomes/config/Settings.java (diff)
The file was modified src/main/java/world/bentobox/biomes/database/objects/BiomesObject.java (diff)
The file was modified src/main/java/world/bentobox/biomes/events/BiomePreChangeEvent.java (diff)
The file was modified src/main/java/world/bentobox/biomes/handlers/ChangeBiomeRequestHandler.java (diff)
The file was modified src/main/java/world/bentobox/biomes/BiomesAddon.java (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/admin/IslandEditPanel.java (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/util/PagedSelector.java (diff)
The file was modified src/main/java/world/bentobox/biomes/commands/admin/AdminCommand.java (diff)
The file was modified src/main/java/world/bentobox/biomes/tasks/BiomeUpdateTask.java (diff)
The file was modified src/main/java/world/bentobox/biomes/web/WebManager.java (diff)
The file was modified src/main/java/world/bentobox/biomes/database/objects/BiomesIslandDataObject.java (diff)
The file was modified src/main/java/world/bentobox/biomes/events/BiomeUnlockedEvent.java (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/CommonPanel.java (diff)
The file was modified src/main/java/world/bentobox/biomes/events/BiomeChangedEvent.java (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/admin/AdminPanel.java (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/admin/BiomeEditPanel.java (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/CommonPagedPanel.java (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/admin/IslandManagePanel.java (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/admin/LibraryPanel.java (diff)
The file was modified src/main/java/world/bentobox/biomes/events/BiomePurchasedEvent.java (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/admin/BiomeManagePanel.java (diff)
The file was modified src/main/java/world/bentobox/biomes/tasks/BiomeUpdateHelper.java (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/util/BiomeSelector.java (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/util/BundleSelector.java (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/util/ItemSelector.java (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/admin/BundleManagePanel.java (diff)
The file was modified src/main/java/world/bentobox/biomes/BiomesPladdon.java (diff)
The file was modified src/main/java/world/bentobox/biomes/database/objects/BiomesBundleObject.java (diff)
The file was modified src/main/java/world/bentobox/biomes/listeners/IslandLevelListener.java (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/admin/BundleEditPanel.java (diff)
The file was modified src/main/java/world/bentobox/biomes/commands/player/BiomesCommand.java (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/user/AdvancedPanel.java (diff)
Commit 8eea1c1c6c53293ebc8bfaa47912b5932b19fd5d by bonne
Fixes a bug when "notify" was triggered only when GUI was opened.
(commit: 8eea1c1)
The file was modified src/main/java/world/bentobox/biomes/managers/BiomesAddonManager.java (diff)
Commit af1cbafef73ddf0ced2987d05587c5dd14b2fffc by bonne
Implement Bank addon usage.

Admins now can enable that all money will be taken from the bank account.
(commit: af1cbaf)
The file was modified src/main/resources/locales/en-US.yml (diff)
The file was modified src/main/java/world/bentobox/biomes/tasks/BiomeUpdateHelper.java (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/admin/SettingsPanel.java (diff)
The file was modified src/main/java/world/bentobox/biomes/managers/BiomesAddonManager.java (diff)
The file was modified src/main/java/world/bentobox/biomes/BiomesAddon.java (diff)
The file was modified pom.xml (diff)
The file was modified src/main/java/world/bentobox/biomes/config/Settings.java (diff)
The file was modified src/main/resources/config.yml (diff)
Commit b2c5a992ea3b113180ac56c85fe5a57a45da3976 by bonne
Add UpdateQueue.Result name method.
(commit: b2c5a99)
The file was modified src/main/java/world/bentobox/biomes/events/BiomeChangedEvent.java (diff)
Commit cc8e67d7cb45c65ab90d88d7123827e02c95f453 by bonne
Fixes migration to the new BiomesObject format.
(commit: cc8e67d)
The file was modified src/main/java/world/bentobox/biomes/managers/BiomesAddonManager.java (diff)
The file was modified src/main/java/world/bentobox/biomes/database/objects/BiomesObject.java (diff)
The file was modified src/main/java/world/bentobox/biomes/commands/admin/AdminCommand.java (diff)
The file was modified src/main/resources/addon.yml (diff)
Commit 306e334f474cfc1c784b0e511fd7e530a1b9116f by bonne
Rework and reimplement template file and its importing.
(commit: 306e334)
The file was modified src/main/java/world/bentobox/biomes/managers/BiomesImportManager.java (diff)
The file was modified src/main/resources/biomesTemplate.yml (diff)
Commit 90e873d139d6a51990bd86efd90ec84782b9b8d6 by bonne
Remove unnecessary world variable from the BiomesObject class.
(commit: 90e873d)
The file was modified src/main/java/world/bentobox/biomes/panels/CommonPanel.java (diff)
The file was modified src/main/java/world/bentobox/biomes/handlers/BiomeDataRequestHandler.java (diff)
The file was modified src/main/java/world/bentobox/biomes/database/objects/BiomesObject.java (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/admin/IslandEditPanel.java (diff)
The file was modified src/main/java/world/bentobox/biomes/managers/BiomesAddonManager.java (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/admin/BiomeManagePanel.java (diff)
The file was modified src/main/java/world/bentobox/biomes/utils/Utils.java (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/admin/BundleManagePanel.java (diff)
The file was modified src/main/java/world/bentobox/biomes/managers/BiomesImportManager.java (diff)
Commit 25128002dd7f6035c55a6921c3dacdbb3ca84a7c by bonne
Add Lavian locale.
Fix small bugs in eng locale.
(commit: 2512800)
The file was addedsrc/main/resources/locales/lv.yml
The file was modified src/main/java/world/bentobox/biomes/panels/admin/SettingsPanel.java (diff)
The file was modified src/main/resources/locales/en-US.yml (diff)
The file was modified src/main/java/world/bentobox/biomes/commands/player/BiomesCommand.java (diff)
Commit 5d0ee0718b8e8cf7cf2c99b34bc8ea973d6c8c7a by bonne
Fixes broken task starter.
(commit: 5d0ee07)
The file was modified src/main/java/world/bentobox/biomes/tasks/BiomeUpdateHelper.java (diff)
Commit 2006a6640e116d9c2772a62be566380bc4f5bd10 by bonne
Implement properly Purchase mechanism
(commit: 2006a66)
The file was modified src/main/java/world/bentobox/biomes/managers/BiomesAddonManager.java (diff)
Commit 9676570055d987620824da3daf81cf6a41b16f2a by bonne
Implement Admin Unlock command.
(commit: 9676570)
The file was modified src/main/java/world/bentobox/biomes/commands/admin/AdminCommand.java (diff)
The file was modified src/main/resources/locales/lv.yml (diff)
The file was modified src/main/resources/locales/en-US.yml (diff)
The file was modified src/main/java/world/bentobox/biomes/commands/player/BiomesCommand.java (diff)
Commit b87e13f06465de0716d5c645efd44166217c81d3 by bonne
Fixes icon for frozen ocean
(commit: b87e13f)
The file was modified src/main/resources/biomesTemplate.yml (diff)
Commit 87dd28bab35f4073863e98a64f6f271c7cc48ae0 by bonne
Add migration for older ids.

Some id for biome objects were created with capital letters. This change will remove them via migration.
(commit: 87dd28b)
The file was modified src/main/java/world/bentobox/biomes/managers/BiomesAddonManager.java (diff)
Commit dd145a78ebdc66264da58582efc2dbff548c88f7 by bonne
Implement BuyPanel.

Split BiomesPanel into Change and Purchase mode. This allows to easily see available biomes for the users.
(commit: dd145a7)
The file was modified src/main/java/world/bentobox/biomes/BiomesAddon.java (diff)
The file was modified src/main/java/world/bentobox/biomes/managers/BiomesAddonManager.java (diff)
The file was addedsrc/main/resources/panels/buy_panel.yml
The file was modified src/main/java/world/bentobox/biomes/panels/user/BiomesPanel.java (diff)
The file was modified src/main/resources/panels/main_panel.yml (diff)
The file was modified src/main/java/world/bentobox/biomes/commands/player/BiomesCommand.java (diff)
The file was modified src/main/resources/locales/lv.yml (diff)
The file was addedsrc/main/java/world/bentobox/biomes/panels/user/BuyPanel.java
The file was modified src/main/resources/locales/en-US.yml (diff)
Commit 3b4d1c870cdfcac29d967d43b9eb6f1fef786d7c by bonne
Fixes a bug, when players in creative menu still receive a message about missing items.
(commit: 3b4d1c8)
The file was modified src/main/java/world/bentobox/biomes/tasks/BiomeUpdateHelper.java (diff)
Commit e11609652db80fee966ace3f1879c07428b9bbe8 by bonne
Fixes a bug, when players in creative menu still receive a message about missing items.
(commit: e116096)
The file was modified src/main/java/world/bentobox/biomes/managers/BiomesAddonManager.java (diff)
Commit e2280003a6cfb50e1a58a0059ab397781ed52a7b by bonne
Add return button in AdvancedPanel
(commit: e228000)
The file was modified src/main/resources/panels/advanced_panel.yml (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/user/AdvancedPanel.java (diff)
Commit 698bcb3c183883ede477a7311251a78457572096 by bonne
Change some text outputs for BiomesPanel
(commit: 698bcb3)
The file was modified src/main/resources/panels/main_panel.yml (diff)
The file was modified src/main/resources/locales/en-US.yml (diff)
The file was modified src/main/java/world/bentobox/biomes/panels/user/BiomesPanel.java (diff)
Commit d21e11fc9ad04fee763999b8d1882730363d2b2f by bonne
Remove hu.yml as it is outdated.
(commit: d21e11f)
The file was removedsrc/main/resources/locales/hu.yml