mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2024-11-26 12:16:30 +01:00
fixes
This commit is contained in:
parent
37c76fe134
commit
8f85ba77fa
@ -37,7 +37,7 @@ public final class WorldBorder {
|
||||
|
||||
public static void send(Player player, Color color, double size, Location centerLocation) {
|
||||
try {
|
||||
size = size - 1.5;
|
||||
size = size - 2.5;
|
||||
centerLocation = centerLocation.clone();
|
||||
centerLocation.add(.5, 0, .5);
|
||||
Object worldBorder = worldBorderClass.getConstructor().newInstance();
|
||||
|
@ -13,9 +13,10 @@ Island:
|
||||
# [!] Do not go over 1000 for both of these options.
|
||||
# The size of an Island when created.
|
||||
# [!] 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>'.
|
||||
Maximum: 200
|
||||
Maximum: 201
|
||||
Creation:
|
||||
# Rather than opening the 'Island Creator' menu. Create an island
|
||||
# as soon as a player performs the '/island' or '/island create'
|
||||
|
@ -3,8 +3,7 @@ main: me.goodandevil.skyblock.SkyBlock
|
||||
version: 63
|
||||
api-version: 1.13
|
||||
description: A unique SkyBlock plugin
|
||||
author: GoodAndEvil
|
||||
authors: [GoodAndEvil, Tabuu]
|
||||
author: Songoda
|
||||
softdepend: [PlaceholderAPI, MVdWPlaceholderAPI, Vault, Coins, LeaderHeads]
|
||||
loadbefore: [Multiverse-Core]
|
||||
commands:
|
||||
|
Loading…
Reference in New Issue
Block a user