This commit is contained in:
Niels Vergucht 2018-12-21 23:31:24 +01:00
parent 3b91a1e57e
commit 78a7fd7a1a
2 changed files with 1 additions and 2 deletions

View File

@ -29,7 +29,6 @@ public class GenbucketPlaceListener implements Listener {
public GenbucketPlaceListener() { public GenbucketPlaceListener() {
if (EpicBuckets.getInstance().getConfigManager().getGenbucketDelay() > 0) { if (EpicBuckets.getInstance().getConfigManager().getGenbucketDelay() > 0) {
System.out.println("delay!");
cooldownMap = CooldownMap.create(Cooldown.of(EpicBuckets.getInstance().getConfigManager().getGenbucketDelay() / 20, TimeUnit.SECONDS)); cooldownMap = CooldownMap.create(Cooldown.of(EpicBuckets.getInstance().getConfigManager().getGenbucketDelay() / 20, TimeUnit.SECONDS));
} }
} }

View File

@ -33,7 +33,7 @@ MAX-ACTIVE-GEN-PER-PLAYER: 10 # Amount of gens a player can have active at time
PLACE-UNLIMTED-GENS: true # This will override MAX-ACTIVE-GEN-PER-PLAYER and let them place unlimted gens PLACE-UNLIMTED-GENS: true # This will override MAX-ACTIVE-GEN-PER-PLAYER and let them place unlimted gens
MAX-VERTICAL-HEIGHT: 50 # Vertical gen height, the gen will stop if y > 256 MAX-VERTICAL-HEIGHT: 50 # Vertical gen height, the gen will stop if y > value
MAX-HORIZONTAL-LENGTH: 50 # Horizontal height MAX-HORIZONTAL-LENGTH: 50 # Horizontal height