generated from arkflame/Spigot-Boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdescriptions.txt
56 lines (37 loc) · 2.28 KB
/
descriptions.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
### BRIEF DESCRIPTION ###
The best moderation tool for Minecraft Server administrators. HEX, Redis & MySQL support.
### DESCRIPTION ###
StaffModeX is a moderation tool for Minecraft Server administrators to silently investigate players with vanish and apply warns and reports with an intuitive GUI menu.
StaffModeX saves and restores your moderators inventories, food, health and location, making it impossible to abuse and keeping everyone and track, both your players and administrators.
StaffModeX has the ability to sync with Redis for multi-server support, allowing it to be activated automatically when switching servers.
StaffModeX can connect to MySQL to synchronize warnings and reports between multiple servers and achieve higher performance with async data requests.
### TAGS ###
staff, moderate, plugin, administration, placeholder, mysql, hex, redis, tool, minecraft, server
### COMMANDS ###
/examine <player> - Examine the indicated player.
/freeze <player> - Freeze the indicated player.
/helpop <message> - Ask help from operators.
/report <player> <reason> - Report a player from the server.
/warn <player> <reason> - Warn a player from the server.
/infractions <player> - Check the infractions a player has.
/staffchat (/sc) - Toggle the staffchat mode.
/staffmode (/staff) - Activate staffmode.
/vanish - Completely hide yourself from everyone.
### PERMISSIONS ###
staffmodex.vanish
staffmodex.vanish.force
staffmodex.vanish.bypass
staffmodex.freeze
staffmodex.freeze.bypass
staffmodex.staffchat
staffmodex.helpop
staffmodex.helpop.receive
staffmodex.report
staffmodex.report.receive
staffmodex.warning
staffmodex.warning.receive
staffmodex.staffmode
### PLACEHOLDERS ###
%staffmode_enabled%: This placeholder indicates whether the player is currently in staff mode or not. It returns "true" if the player is in staff mode and "false" otherwise.
%staffmode_freeze_countdown%: This placeholder displays the remaining time until the player is automatically unfrozen if they are currently frozen. It shows the countdown timer in a formatted string indicating minutes and seconds.
%staffmode_freeze_time%: This placeholder shows the total duration for which the player has been frozen. It displays the elapsed time since the player was frozen in a formatted string indicating minutes and seconds.