✅ Added customizable slot support
You can now use flexible formats to define item slots.
YAML Examples:
deco_left:
material: BLACK_STAINED_GLASS_PANE
slot: 0
display_name: " "
lore:
- "&8Open collective menu"
You can also use multiple slots:
slots: 1-5
or:
slots: [10-12, 16, 22-24]
There's no difference — both are valid.
🧾 Also added: command and message execution
You can run commands as the player, console, and/or show a message.
YAML Format:
commands:
- "player: borderplus reload" # executed as the player
- "console: borderplus reload" # executed as console
- "[MESSAGE] &#c39e9e&lHello!" # sends a colored message to the player
- Fixed: menu text is no longer italic by default.
- Reworked the /borderplus change command to properly handle world name and number in any order.
- Examples:
- /borderplus change 1000 — adds 1000 blocks to the world border diameter in your current world.
- /borderplus change -1000 — subtracts 1000 blocks from the border diameter in your current world.
- /borderplus change MyWorld 1000 — targets a specific world by name.
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.