Configuration
config.yml
1
world:
2
enabled: "true" # Should the visibility toggle item be given to players in a specific world.
3
name: "world" # Name of the world.
4
specific-rank: "false" #Should the join item only be given to people with the permission hideplayer.item
5
item:
6
enabled: "true" # Should an item to toggle visibility be given to players.
7
item-slot: 5 # Which slot should the visibility toggle item be given to player (1 - 9)
8
droppable: "false" # Should players be able to drop the item
9
title:
10
enabled: "true" # Should title's be shown to players when toggling visibility.
11
hidden:
12
title: "&cPLAYERS HIDDEN" # Title with color code to be shown when visibility of toggled to hidden.
13
subtitle: "&7Players are now invisible!" # Subtitle with color code to be shown when visibility of toggled to hidden.
14
shown:
15
title: "&aPLAYERS SHOWN" # Title with color code to be shown when visibility of toggled to show.
16
subtitle: "&7Players are now visible!" # Subtitle with color code to be shown when visibility of toggled to show.
17
cooldown:
18
enabled: "true" # Cooldown between toggling visibility through right-click of item.
19
time: 3000 # Cooldown time in milliseconds (3000 Milliseconds = 3 Seconds)
20
message:
21
enabled: "false" # Should there be a message when cooldown is not over.
22
message: "&cYou must wait &e{time}s &cbetween use!" # Color coded message. Use {time} for getting remaining time in seconds