basics for shop, and stuff on join

This commit is contained in:
Ivan
2019-11-01 21:28:07 -04:00
parent d6dbdf15bc
commit ac850bc41d
6 changed files with 270 additions and 1 deletions

View File

@ -45,6 +45,7 @@ import me.totalfreedom.totalfreedommod.playerverification.PlayerVerification;
import me.totalfreedom.totalfreedommod.punishments.PunishmentList;
import me.totalfreedom.totalfreedommod.rank.RankManager;
import me.totalfreedom.totalfreedommod.rollback.RollbackManager;
import me.totalfreedom.totalfreedommod.shop.Shop;
import me.totalfreedom.totalfreedommod.util.FLog;
import me.totalfreedom.totalfreedommod.util.FUtil;
import me.totalfreedom.totalfreedommod.util.MethodTimer;
@ -91,6 +92,7 @@ public class TotalFreedomMod extends AeroPlugin<TotalFreedomMod>
public AntiNuke nu;
public AntiSpam as;
public PlayerList pl;
public Shop sh;
public Announcer an;
public ChatManager cm;
public Discord dc;