Warnings
Staff++ created a new way of warning players.
To setup the warning configuration checkout the quick start
Configuration
Permissions
Actor
Permission
Description
staff
staff.warn
Authorizes using the /warn
command.
staff
staff.warn.bypass
Staff members with this permission can not be warned
staff
staff.warnings.manage.view
Authorizes the usage of the /manage-warnings
command
staff
staff.warnings.manage.delete
Authorizes deleting warnings
staff
staff.warnings.manage.expire
Authorizes marking warnings as expired
player
staff.warn.view-my-warnings
Authorizes opening the GUI to show your own warnings
Commands
Command
Description
Example
/warn [severity] [player] [reason]
/warn MAJOR player1 For some reason
/warns [get\|clear] [player]
Command to manage warnings. You can list current warnings or remove all player warnings
/warns clear player1
/warns get player1
/my-warnings
The command for opening the my warnings GUI
/my-warnings
/manage-warnings [player]
Command for opening a GUI showing all the warnings of the give player
/manage-warnings player1
Enable user notifications
You can enable user notifications. This will notify the player that he has warnings. To do so change this part of the warnings-module inside the config file:
Whenever a user opens his warning GUI all his warnings are marked as 'read'. If always-notify
is disabled, a user will only be notified if he has unread warnings. Keep in mind that to open the warnings GUI the player has to have the following permission: staff.warn.view-my-warnings
Last updated