mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-07-01 12:36:41 +00:00
revamp vanish
This commit is contained in:
@ -135,6 +135,7 @@ public class TotalFreedomMod extends JavaPlugin
|
||||
public SignBlocker snp;
|
||||
public EntityWiper ew;
|
||||
public Sitter st;
|
||||
public VanishHandler vh;
|
||||
|
||||
//public HubWorldRestrictions hwr;
|
||||
//
|
||||
@ -243,6 +244,7 @@ public class TotalFreedomMod extends JavaPlugin
|
||||
snp = new SignBlocker();
|
||||
ew = new EntityWiper();
|
||||
st = new Sitter();
|
||||
vh = new VanishHandler();
|
||||
|
||||
// Single admin utils
|
||||
cs = new CommandSpy();
|
||||
|
Reference in New Issue
Block a user