This is a simple plugin which allows you to simply hide other players.
The plugin supports full customization of the item to hide players.
The plugin also allows you to customize the permission which VIP users can get in order to be visible for other players.
The full default config can be seen below:
Code (YAML):
# PLAYERHIDER Config
# The prefix for the chat messages
prefix
:
"&8[&aPlayerHider&8] &7"
# The permission premium players have to be visible
permission
: playerhide.premium
# The configuration for the clickable item
item
:
# The ID of the slot for the hiding item (Beginning at 0)
slotId
: 6
# The lore of the item
lore
:
-
"&7Hide players by clicking on this item"
# The states of the item
states:
allVisible
:
# The name of the item in this state
itemName
:
"&a&lAll players visible &r&7(Right click)"
# The material of the item in this state
itemMaterial
:
"BLAZE_ROD"
premiumVisible
:
# The name of the item in this state
itemName
:
"&5&lOnly VIPs visible &r&7(Right click)"
# The material of the item in this state
itemMaterial
:
"BLAZE_ROD"
nonVisible
:
# The name of the item in this state
itemName
:
"&c&lNo one visible &r&7(Right click)"
# The material of the item in this state
itemMaterial
:
"BLAZE_ROD"
The default look:
![[IMG]](/proxy/image?url=https%3A%2F%2Fimgur.com%2FiTdRfUC.png)