ModsJava
PlotBorder Legacy | 1.8-1.12
PlotBorder 1.13-1.1x Version: FEATURES [EN] Change the border of a plot: /border Change the wall of a plot: /wand Customizable messages Customizable…
⬇ Download on SpigotPlotBorder 1.13-1.1x Version: https://www.spigotmc.org/resources/72592/
FEATURES [EN]
- Change the border of a plot: /border
- Change the wall of a plot: /wand
- Customizable messages
- Customizable GUI/blocks
- Cooldown for replacing the border
- Customizable permission for each GUI entry
FEATURES [DE]
- Änder Ränder vom Plot: /rand
- Änder Wände vom Plot: /wand
- Anpassbare Nachrichten
- GUI bzw. die Blöcke sind anpassbar
- Cooldown fürs ändern der Ränder
- Anpassbare permission für jeden GUI Eintrag
REQUIREMENTS
- Requires PlotSquared to work: https://intellectualsites.github.io/download/plots.html
COMMANDS
- rand rl Reloads the config.yml
- rand updatecheck Check if a new update is available
- border/rand Opens the GUI for the borders
- wall/wand Opens the GUI for the walls
FAQ
Spoiler: How to set blocks with SubIDs
Blocks with SubIDs like 159: 5 have to be enclosed in quotation marks. Basically, it should look like this
Code (Text):
display-material: '159:5'
material: '159:5'
material: '159:5'
Spoiler: You can use the IDs or the names
You can choose whether you want to define the material with its ID or name: For example
or
Code (Text):
material: 3
Code (Text):
material: dirt
CONFIG
Spoiler: Config
#Don't change!
version : "1.0"
#Max 6 rows
gui-border-rows : 2
gui-wall-rows : 2
gui-border-title : '&6Borders'
gui-wall-title : '&6Walls'
#Cooldown in seconds
cooldown : 20
#Messages
cooldown-m-border : '&cPlease wait %time% seconds before replace the border again'
cooldown-m-wall : '&cPlease wait %time% seconds before replace the wall again'
not-your-plot : '&cYou are not the plot owner!'
not-on-plot : '&cYou are not on a plot!'
border-changed : '&aBorder changed to %name%!'
wall-changed : '&aWall changed to %name%!'
no-permission : '&cYou have no permissions for that edge'
#Stay on the newest version to get better features!
#Enable or disable automatic ingame update notification on join
update-notify : true
#If some blocks don't work change the option in the settings.yml of plotsquared to ->"prevent-unsafe: false"
wall-items:
1:
permission : wall.emerald
display-material : 133
material : 133
displayname : '&aEmerald'
lore :
- '&bThis will make your wall'
- '&bto emerald blocks'
2:
permission : wall.spawner
display-material : 52
material : 52
displayname : '&cSpawner'
lore :
- '&bYour wall will '
- '&bconsist of mysterious'
- '&cspawners'
3:
permission : wall.air
display-material : 166
material : AIR
displayname : '&cAir'
lore :
- '&bYour wall will disappear'
4:
permission : wall.green.clay
display-material : '159:5'
material : '159:5'
displayname : '&cGreen clay'
lore :
- '&aWill set the wall to green clay'
5:
permission : wall.water
display-material : 326
material : WATER
displayname : '&bWater'
lore :
- ''
border-items:
1:
permission : border.emerald
display-material : 133
material : 133
displayname : '&aEmerald'
lore :
- '&bThis will make your edge'
- '&bto emerald blocks'
2:
permission : border.spawner
display-material : 52
material : 52
displayname : '&cSpawner'
lore :
- '&bYour edge will '
- '&bconsist of mysterious'
- '&cspawners'
3:
permission : border.air
display-material : 166
material : AIR
displayname : '&cAir'
lore :
- '&bYour edge will disappear'
4:
permission : border.green.clay
display-material : '159:5'
material : '159:5'
displayname : '&cGreen clay'
lore :
- '&aWill set the border to green clay'
5:
permission : border.water
display-material : 326
material : WATER
displayname : '&bWater'
lore :
- ''
Code (YAML):
#Don't change!
version : "1.0"
#Max 6 rows
gui-border-rows : 2
gui-wall-rows : 2
gui-border-title : '&6Borders'
gui-wall-title : '&6Walls'
#Cooldown in seconds
cooldown : 20
#Messages
cooldown-m-border : '&cPlease wait %time% seconds before replace the border again'
cooldown-m-wall : '&cPlease wait %time% seconds before replace the wall again'
not-your-plot : '&cYou are not the plot owner!'
not-on-plot : '&cYou are not on a plot!'
border-changed : '&aBorder changed to %name%!'
wall-changed : '&aWall changed to %name%!'
no-permission : '&cYou have no permissions for that edge'
#Stay on the newest version to get better features!
#Enable or disable automatic ingame update notification on join
update-notify : true
#If some blocks don't work change the option in the settings.yml of plotsquared to ->"prevent-unsafe: false"
wall-items:
1:
permission : wall.emerald
display-material : 133
material : 133
displayname : '&aEmerald'
lore :
- '&bThis will make your wall'
- '&bto emerald blocks'
2:
permission : wall.spawner
display-material : 52
material : 52
displayname : '&cSpawner'
lore :
- '&bYour wall will '
- '&bconsist of mysterious'
- '&cspawners'
3:
permission : wall.air
display-material : 166
material : AIR
displayname : '&cAir'
lore :
- '&bYour wall will disappear'
4:
permission : wall.green.clay
display-material : '159:5'
material : '159:5'
displayname : '&cGreen clay'
lore :
- '&aWill set the wall to green clay'
5:
permission : wall.water
display-material : 326
material : WATER
displayname : '&bWater'
lore :
- ''
border-items:
1:
permission : border.emerald
display-material : 133
material : 133
displayname : '&aEmerald'
lore :
- '&bThis will make your edge'
- '&bto emerald blocks'
2:
permission : border.spawner
display-material : 52
material : 52
displayname : '&cSpawner'
lore :
- '&bYour edge will '
- '&bconsist of mysterious'
- '&cspawners'
3:
permission : border.air
display-material : 166
material : AIR
displayname : '&cAir'
lore :
- '&bYour edge will disappear'
4:
permission : border.green.clay
display-material : '159:5'
material : '159:5'
displayname : '&cGreen clay'
lore :
- '&aWill set the border to green clay'
5:
permission : border.water
display-material : 326
material : WATER
displayname : '&bWater'
lore :
- ''
PERMISSIONS
- plotborder.admin | /rand rl, /rand updatecheck, no cooldown, all borders
- plotborder.nocooldown.border | no cooldown for borders
- plotborder.nocooldown.wall | no cooldown for walls
- plotborder.border.* | all borders
- plotborder.wall.* | all walls
SCREENSHOT
SUPPORT AND BUGS
If you need support or found a bug contact me and send me your config.yml and the latest.log (if there is an error from Plotborder!)
Discord: [click] (preferred)
or PM.
Don't leave bad Feedback if you have bugs or issues.
Indstead, contact me via Discord or PM.
Don't leave bad Feedback if you have bugs or issues.
Indstead, contact me via Discord or PM.
STATS
By downloading this plugin, you agree to:
- Not redistribute this plugin, share any part of the code or resell it.
- Not edit any of the plugin's code, decompile the plugin, or take some parts of it.
- You will not post my source code online or offline any website or in the internet.
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.8, 1.9, 1.10
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
PlotBorder Legacy | 1.8-1.12 is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10, 1.11 and newer. Downloaded 2,273 times (via Spigot). Download it and open it directly in the game.