Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixes an issue when creating biome with existing name crashes a GUI. * Translate cs.yml via GitLocalize (#89) Co-authored-by: Šimon Čecháček <[email protected]> * Fixes a bug with missing last biome in biome creation gui. * Github workflows sonar cloud * Update BiomeUpdateHelper.java Prevents an NPE when changing island owner. #92 * 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. * Fixes an issue when biomes prevents server from turning off in acceptable time (#90). (#93) 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. * Update to 1.17 and Pladdon. * Move Addon Manager to a separate package. * Add CommonPanel and CommonPagedPanel classes. Prepare for reworking all panels. * Add dripstone and lush caves to the unused biomes. * Rework eng locale. * Add ManageBiomesPanel. Populate translation file with new values. * Create BiomeSelector and EnvironmentSelector Add PagedSelector class. * Rework EditBiomePanel. Fixes EnvironmentSelector. * Fix some warnings in EditBiomePanel * Update Settings file. Remove unnecessary parts. * Add method that allows to save settings. * Migrate EditSettingsPanel to the new CommonPanel structure. * Migrate ListBiomesPanel to the new format. * Rename to SettingsPanel * Rename panels to make them more consistent names. * Create Island Manage Panel * Create biomes island data object. * Fix compilation and test issues. * Update gitignore * Update github action to Java 17 * Add more data to the BiomesIslandDataObject. * Translate hu.yml via GitLocalize (#96) Co-authored-by: Sizarra <[email protected]> * Rework Addon Settings * Implement clear method for island data * Change clone to proper copy method. Clean up some syntax. * Implement BiomesBundle object. * Implement new functions in Manager to handle all new objects. * Create new import manager that will handle all file importing. * Update handlers to the changes. * Add BiomesBuyEvent and BiomeUnlockEvent * Update helper and task to the changes. * Add WebManager class that will allow to download data from repo. * Add permission methods in Utils. Update Biome Grouping to 1.18 changes. * Add some extra parameters to the Constants. * Add proper description generation to the bundles. * Update BiomeSelector with proper biome groups. * Implement BundleSelector which allows selecting bundle via GUI. * Complete Admin Menu Rework. Implement better data handling then in previous version. * Implement Customizable User Panels. * Rework Commands for addon. * Fixes main addon class. * Remove unnecessary classes. * Remove tests as main class is removed. * Update main pom. * Complete locales rework based on changes. * Add new features to the BiomesObject: - unlock items, - unlock cost, - change items, - change type, - change increment * Implement new features in admin menu. * Add some methods for easier working with BiomesIslandDataObject * Add some methods for easier working with BiomesIslandDataObject * Rename Buy event to Purchase. * Rework BiomePurchasedEvent. Use user, island and biomesObjects instead of their uuids. * Rework BiomeUnlockedEvent. Use user, island and biomesObjects instead of their uuids. * Add BiomePreChangeEvent that is triggered before starting biome change task. * Add 2 new options: - biome-change-timeout - timeout when biome change should be stopped. - parallel-biome-changes - number of parallel biome change processes. * 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. * Add missing object in helper constructors. * Fix crash when opening AdvancedPanel * Add Biomes Command Wrapper. This class contains useful methods for all commands. * Add admin biomes set command. * Fixes bugs in AdvancedPanel * 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. * Remove Button that is not used. * Implement option for admins to unlock and buy biomes for players. * Fixes bugs with AdvancedPanel which prevented users to change biome. * Fixes a bug when Biome changing with creative menu fails. * Fixes some bugs with description generation. - Fixes unnecessary unlock message generation. - Remove displaying "mode" when it is not necessary. - Add missing item colors. * Improves "buy" detection. Biomes without unlock cost and unlock items will be marked as "purchased." * Add JoinLeaveListener. This listener will manage when island data must be validated. * Add better feedback to users about biome changing process. * Implement storing of biome usage time. * 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 `\` (`\|`) * Fixes an issue with broken admin gui that did not allow changing biome. Add error messages about issues with executing commands. * Add an ability to change biome change counter via admin menu. * Use proper command to detect if biome is purchased. * Add missing settings option to the config. * Fixes the unlock texts. * Add IslandLevelListener. This class listens for level calculation, and will update "unlocked" biomes for the player. * Prettify and reformat code. * Update copy-rights * Fixes a bug when "notify" was triggered only when GUI was opened. * Implement Bank addon usage. Admins now can enable that all money will be taken from the bank account. * Update config file * Add UpdateQueue.Result name method. * Fixes migration to the new BiomesObject format. * Update addon.yml file. * Rework and reimplement template file and its importing. * Remove unnecessary world variable from the BiomesObject class. * Add Lavian locale. Fix small bugs in eng locale. * Disable info command. * Fixes broken task starter. * Implement properly Purchase mechanism * Implement Admin Unlock command. * Fixes icon for frozen ocean * Add migration for older ids. Some id for biome objects were created with capital letters. This change will remove them via migration. * Implement BuyPanel. Split BiomesPanel into Change and Purchase mode. This allows to easily see available biomes for the users. * Fixes a bug, when players in creative menu still receive a message about missing items. * Fixes a bug, when players in creative menu still receive a message about missing items. * Add return button in AdvancedPanel * Change some text outputs for BiomesPanel * Remove hu.yml as it is outdated. * Update README.md file * Add ability to disable chunkRefresh method via config option. Apparently, chunkRefresh creates issues with Holographic Display plugin. Co-authored-by: gitlocalize-app[bot] <55277160+gitlocalize-app[bot]@users.noreply.github.com> Co-authored-by: Šimon Čecháček <[email protected]> Co-authored-by: tastybento <[email protected]> Co-authored-by: tastybento <[email protected]> Co-authored-by: Sizarra <[email protected]>
- Loading branch information