We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
With the InvisibilityManager you can hide or unhide players in x radius.
Create object from constructor
InvisibilityManager invisibilityManager = new InvisibilityManager ();
Get players in radius
final List<Player> playersWithin = invisibilityManager.getPlayersWithin(player, 10);
Hide players
invisibilityManager.updateEntityList(playersWithin, false);
Show players
invisibilityManager.updateEntityList(playersWithin, true);
Information
Server Owner
Developer