mirror of
https://github.com/Zrips/Jobs.git
synced 2025-01-02 14:29:07 +01:00
Increasing McMMO skill timer from 30 seconds to 60
This commit is contained in:
parent
b1b39a789d
commit
49ebf6ee88
@ -100,7 +100,7 @@ public class McMMO2_X_listener implements Listener {
|
||||
HookManager.getMcMMOManager().getMap().put(event.getPlayer().getUniqueId(), InfoMap);
|
||||
}
|
||||
|
||||
InfoMap.put(event.getAbility().toString().toLowerCase(), System.currentTimeMillis() + (30 * 1000));
|
||||
InfoMap.put(event.getAbility().toString().toLowerCase(), System.currentTimeMillis() + (60 * 1000));
|
||||
}
|
||||
|
||||
@EventHandler(priority = EventPriority.LOWEST, ignoreCancelled = true)
|
||||
|
Loading…
Reference in New Issue
Block a user