increased sapling cooldown to 20 minutes from one second.
This commit is contained in:
parent
7f1c74ced5
commit
2bf2050844
@ -485,7 +485,7 @@ public class Gameplay extends MiniPlugin
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!Recharge.Instance.use(event.getPlayer(), "Place Sapling", 1000, true, false))
|
if (!Recharge.Instance.use(event.getPlayer(), "Place Sapling", 20 * 60 * 1000, true, false))
|
||||||
{
|
{
|
||||||
event.setCancelled(true);
|
event.setCancelled(true);
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user