Add XP Rate Multiplier For Non-Bot Worlds

This commit is contained in:
Dark98
2021-12-05 23:47:49 +00:00
parent 8a10201637
commit 38140d8665
7 changed files with 83 additions and 10 deletions
@@ -98,7 +98,7 @@ public abstract class Player {
public byte buffer[] = null;
public String lastConnectedFrom;
public static int xpRate;
public static int xpRate = 1;
private Compost compost = new Compost(this);
private Allotments allotment = new Allotments(this);
private Flowers flower = new Flowers(this);