Banning
Staff++ overrides the default ban command with its own ban
command. Next to the permanent ban command it also adds the tempban
command. With every ban a reason must be given why this player is getting banned.
Configuration
Commands
Permanent banning
/ban [player] [reason]
Temporary banning
/tempban [player] [amount] [unit] [reason]
The duration of the tempban is specified by [amount] [unit]
Amount must be a positive number > 0 and unit must be one of the following:
SECOND
MINUTE
HOUR
DAY
WEEK
MONTH
YEAR
Restricting tempban duration
The tempban command can also be configured to restrict the duration a staff member can use for a ban.
Give the staff member and extra permission with a duration limit as suffix. Example: staff.bans.tempban.limit.2w
, with this permission a staff member can only issue a ban for a maximum duration of 2 weeks.
A staff member must have both permissions to use the command. So for a 2 week duration limit the permissions needed are:
staff.bans.tempban
staff.bans.tempban.limit.2w
Possible time values:
s = second
m = minute
h = hour
d = day
w = week
M = month
y = year
Time values cannot be combined. For example this is invalid: ".1m30s" instead type ".90s"
Extending/reducing ban duration
A ban duration can be extended or reduced by the following commands:
/ban-reduce [player] [amount] [unit]
/ban-extend [player] [amount] [unit]
This command can also be limited in duration the same way a tempban is limited.
Giving the player the following 2 permissions will limit the extension duration for example:
staff.
bans
.extendbanstaff.
bans
.extendban.limit.2w
When extending a ban, the staff member cannot extend the ban further than his tempban limit will allow. This is to prevent a staff member spamming an extend command. This means that if a player is banned for 2 months. His ban cannot be extended by a staff member whose tempban limit is 3 weeks for example.
Unbanning
/unban [player] [reason]
Silent banning
The -silent
can be used to ban/tempban/unban players without sending out a notification to anyone.
Showing ban reason on ban/rejoin
If you want banned players can see the reason why they are banned you can edit the kick message in the lang files:
placeholders
Inside the message the following placeholders can be used
Last updated