The plugin now supports gradually expanding the world border using Minecraft's built-in mechanics. A new parameter has been added to the configuration file:
# The duration (in seconds) it takes for the world border to expand to its new size.
# For example, if set to 10, the border will take 10 seconds to fully expand after the goal is achieved.
world_border_expand_duration: 10
Note: The message about the world border expansion will now be displayed after the border has fully expanded.
Example: If you set this value to 10 (default), the message will appear 10 seconds after the border expansion begins.
New Feature:
Added the Pot system, allowing players to contribute collectively towards expanding the world border. Players can now open the pot GUI with the command: /borderplus collective <worldName>. Placeholders Added:
%borderplus_collective_progress_world%: Displays the percentage of the pot filled. %borderplus_collective_top_name_<number>%: Shows the player’s name in the leaderboard of contributors. %borderplus_collective_player_contribution%: Displays how many items or coins the player viewing the placeholder has contributed to the pot. Tab Completion Added:
Added tab completion for the /borderplus collective <worldName> command. Bug Fixes:
Fixed a bug where the world border expanded through the pot did not respect the maximum radius limit. Fixed an issue where coins were deducted even if the maximum radius of the world border was already reached.