This commit is contained in:
Super_
2020-07-16 00:06:58 -04:00
parent 03b22ac326
commit 6435078703
4 changed files with 194 additions and 0 deletions

View File

@ -133,6 +133,7 @@ public class TotalFreedomMod extends JavaPlugin
public WorldRestrictions wr;
public SignBlocker snp;
public EntityWiper ew;
public Sitter st;
//public HubWorldRestrictions hwr;
//
// Bridges
@ -238,6 +239,7 @@ public class TotalFreedomMod extends JavaPlugin
gr = new GameRuleHandler();
snp = new SignBlocker();
ew = new EntityWiper();
st = new Sitter();
// Single admin utils
cs = new CommandSpy();