This commit is contained in:
Brianna O'Keefe 2019-01-24 19:42:11 -05:00
parent 37c76fe134
commit 8f85ba77fa
3 changed files with 5 additions and 5 deletions

View File

@ -37,7 +37,7 @@ public final class WorldBorder {
public static void send(Player player, Color color, double size, Location centerLocation) { public static void send(Player player, Color color, double size, Location centerLocation) {
try { try {
size = size - 1.5; size = size - 2.5;
centerLocation = centerLocation.clone(); centerLocation = centerLocation.clone();
centerLocation.add(.5, 0, .5); centerLocation.add(.5, 0, .5);
Object worldBorder = worldBorderClass.getConstructor().newInstance(); Object worldBorder = worldBorderClass.getConstructor().newInstance();

View File

@ -13,9 +13,10 @@ Island:
# [!] Do not go over 1000 for both of these options. # [!] Do not go over 1000 for both of these options.
# The size of an Island when created. # The size of an Island when created.
# [!] Do not go over the maximum. # [!] Do not go over the maximum.
Minimum: 100 # [!] Even numbers WILL create world border issues.
Minimum: 101
# The maximum size of an Island based on the permission node 'skyblock.size.<size>'. # The maximum size of an Island based on the permission node 'skyblock.size.<size>'.
Maximum: 200 Maximum: 201
Creation: Creation:
# Rather than opening the 'Island Creator' menu. Create an island # Rather than opening the 'Island Creator' menu. Create an island
# as soon as a player performs the '/island' or '/island create' # as soon as a player performs the '/island' or '/island create'

View File

@ -3,8 +3,7 @@ main: me.goodandevil.skyblock.SkyBlock
version: 63 version: 63
api-version: 1.13 api-version: 1.13
description: A unique SkyBlock plugin description: A unique SkyBlock plugin
author: GoodAndEvil author: Songoda
authors: [GoodAndEvil, Tabuu]
softdepend: [PlaceholderAPI, MVdWPlaceholderAPI, Vault, Coins, LeaderHeads] softdepend: [PlaceholderAPI, MVdWPlaceholderAPI, Vault, Coins, LeaderHeads]
loadbefore: [Multiverse-Core] loadbefore: [Multiverse-Core]
commands: commands: