-
-
Notifications
You must be signed in to change notification settings - Fork 0
Island Border
lo_cl edited this page Nov 18, 2019
·
1 revision
Island Borders allow a player to easily see their island boundaries. These borders are only client sided. If a player for example toggles the island border off, then that player will also not see borders of other islands.
Interface
When typing /is border
a GUI will appear. This GUI contains 4 options.
- Red Border
- Green Border
- Blue Border
- No Border
Configuration
If you are not satisfied with this layout, then you are able to change it in the configuration. You can edit it in following section, in your config.json
Config.json
"islandBorderGUITitle": "&7Change border color",
"islandBorderGUIRows": 3,
"islandBorderGUIBackgroundItem": {
"material": "GRAY_STAINED_GLASS_PANE",
"name": "&7",
"lore": [
""
],
"amt": 1
},
"islandBorderGUIItems": {
"Red": {
"slot": 10,
"displayItem": {
"material": "RED_STAINED_GLASS",
"name": "&cRed Border",
"lore": [],
"amt": 1
}
},
"Green": {
"slot": 12,
"displayItem": {
"material": "LIME_STAINED_GLASS",
"name": "&aGreen Border",
"lore": [],
"amt": 1
}
},
"Blue": {
"slot": 14,
"displayItem": {
"material": "LIGHT_BLUE_STAINED_GLASS",
"name": "&bBlue Border",
"lore": [],
"amt": 1
}
},
"Off": {
"slot": 16,
"displayItem": {
"material": "GLASS",
"name": "&fNo Border",
"lore": [],
"amt": 1
}
}
},
This wiki allows contributions from the community, please keep it clean, and follow the style set by existing pages.