mirror of
https://github.com/songoda/EpicBuckets.git
synced 2024-11-22 18:26:02 +01:00
1.3
This commit is contained in:
parent
3b91a1e57e
commit
78a7fd7a1a
@ -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));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user