Pterodactyl

This commit is contained in:
Seth
2020-09-14 02:36:25 -07:00
parent 3057421d6d
commit 81eb333b6a
23 changed files with 431 additions and 472 deletions

View File

@ -135,7 +135,7 @@ public class TotalFreedomMod extends JavaPlugin
public EntityWiper ew;
public Sitter st;
public VanishHandler vh;
public AMP amp;
public Pterodactyl ptero;
//public HubWorldRestrictions hwr;
//
@ -233,7 +233,7 @@ public class TotalFreedomMod extends JavaPlugin
ew = new EntityWiper();
st = new Sitter();
vh = new VanishHandler();
amp = new AMP();
ptero = new Pterodactyl();
// Single admin utils
cs = new CommandSpy();