
Border creates and shows a world border around islands which players cannot pass. Designed for BentoBox game modes.
Border creates and shows a border around islands which players cannot pass.
The border can be:
[player_command] is a command that differs depending on the gamemode you are running. The Gamemodes' config.yml file contains settings that allows you to modify this value. As an example, on BSkyBlock, the default [player_command] is island.
border/[player command] border[gamemode].border.toggle. Default: op.border type/[player command] border type {barrier | vanilla}[gamemode].border.set-type. Default: true./[player command] border type barrierThe config.yml file contains settings. The default value is usually the example value unless explicitly stated.
You can disable the addon with this setting.
By default, Border will operate in all game mode worlds on the BentoBox server.
You can disable a game mode by writing its name on a new line that starts with -.
Example to disable BSkyBlock:
disabled-gamemodes:
- BSkyBlock
Default value:
disabled-gamemodes: []
Controls whether if players somehow manage to pass through the border (e.g. teleport in the same world), should they be teleported back to their islands.
Set to true if you want players to be teleported back.
Warning: If you set this value to false along with having use-barrier-blocks as false, players will be able to just simply walk through the border.
return-teleport: true
If you want to use this addon only to show the borders for the players, use the following settings:
use-barrier-blocks: false
return-teleport: false
Only applies for players who are not using the vanilla border type.
use-barrier-blocks: true
Players can turn the border on and off with a command if they have the right permission.
This setting makes the default on or off; set it to true to have it on by default.
show-by-default: true
Only applies for players who are not using the vanilla border type.
Set to true to show barrier (🚫) particles shown at the max protection range.
This is useful for game modes like Boxed where the player's protection area can move around.
Note that these are not barrier blocks but particles, so the "air" just looks like them.
show-max-border: true
Enables/disables all types of wall particles shown by the addon (border and max-protection range particles).
Set to false if you don't want any wall particles to be shown.
show-particles: true