PlotBorders
Source Code - Discord
PlotBorders simply adds
/plotborders and
/plotwalls to customize your PlotSquared border and wall. Administrators can add every variation of blocks in config files and group them by permissions.
More Information
Requirements:
- Java 17
- Minecraft 1.18 / 1.19
- Worldedit
- PlotSquared v6
Features:
- Change walls and borders of plots
- Use Worldedit patterns (10%dirt,5%coarse_dirt,...)
- Setup permissions for each icon
- Setup display material, name and lore for each icon
- Automatic GUI pagination if more than 5*9 icons provided
- Predefined wall and border types
- Cooldown functionallity to prevent lag or abuse
- Bypass permission for administrators
Configuration:
Open your walls.yml or your borders.yml in the commands folder of your plugin.
Here, you can add borders and walls like so:
Code (YAML):
icons:
slabs
:
# <-- Random but individual name, given by you
display_material
:
"STONE_SLAB"
# <-- The material that appears in the command menu
display_name_format
:
"<rainbow>All Slabs Mixed</rainbow>"
# <-- The minimessage formatted name of the icon.
display_lore
:
"<gray>Click to apply</gray>"
# <-- general lore, use \n for linebreak
display_lore_denied
:
"<red>No permission!</red>"
# <-- No permission lore
permission
:
"remove.this.line.if.not.required"
# <-- permission for this icon. Remove line if no permission required.
pattern
:
"##slabs"
# <-- The worldedit placement pattern.
More information on worldedit patterns can be found here:
https://intellectualsites.github.io/plotsquared-documentation/block-bucket.html