mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2024-11-30 06:03:29 +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) {
|
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();
|
||||||
|
@ -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'
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user