Reimplement vanish command

- SuperVanish has a wack permission system, and it didn't work in some rare circumstances. Added back TFMs vanish with the SuperVanish API
- Fixed the permission nodes so admins can see other admins, like how it was in TFM
This commit is contained in:
2020-08-13 14:34:03 -05:00
parent 541abb1ba8
commit e294ef8312
7 changed files with 48 additions and 11 deletions

View File

@ -17,7 +17,6 @@ import org.bukkit.permissions.PermissionAttachmentInfo;
public class PermissionManager extends FreedomService
{
public Map<Displayable, List<String>> permissions = Maps.newHashMap();
public Map<Player, PermissionAttachment> attachments = Maps.newHashMap();
@ -35,7 +34,6 @@ public class PermissionManager extends FreedomService
public void loadPermissionNodes()
{
FLog.info("Loading permission nodes...");
permissions.clear();