New Fly D and lowering file size, new logs system

This commit is contained in:
Dawson
2022-08-26 15:32:43 -04:00
parent dca006b0b5
commit 5e071e3690
91 changed files with 1008 additions and 325 deletions
@@ -11,8 +11,8 @@ public class ExpTimer {
public final long extense;
public final Runnable onComplete;
public BukkitTask levelTask, expTask;
private int previousLevel;
private float previousExp;
private final int previousLevel;
private final float previousExp;
public ExpTimer(Player player, long time, TimeUnit unit, Runnable onComplete) {
this.player = player;