-
Notifications
You must be signed in to change notification settings - Fork 1
Developer InvisibilityManager
ludgart edited this page Jun 30, 2021
·
1 revision
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
- Basic
- Installation & Configuration
- Hello World
- Command
- Config
- Material
- Sound
- Particle
- Message
- Title
- ActionBar
- Advanced
- ItemBuilder
- Storage
- Inventory
- Static
- Updatable
- Anvil
- Player Data
- Get
- GetList
- Set
- HasValue
- IsValue
- Insert
- Delete
- OfflineZocker
- Item Serializer
- Custom Event
- Utilit
- Common Problems
- Frequently Asked Questions