WarnXS is a punishment plugin.
You can add penalty points to a player and a configurable console command that arrests, (temporarily) bans or mutes the player for a certain amount of time depending on how many points the player has.
# Do not modify this.
configVersion: 1
# The name of the language file.
language: english
# The command index
commands:
1: "mute <player> 5min"
2: "jail <player> 10min"
3: "jail <player> 1h"
4: "tempban <player> 1d"
5: "tempban <player> 7d"
# The command to execute if a player gets more PPs
# than the index covers.
deathPenalty: "ban <player>"
# The time in hours until a penalty point gets removed
removeTime: 168
# This is the message a banned player sees above the list
# of warnings. Use &nl for a new line.
infoMessage: Add your message here!
# Remove PPs depending on how many PPs the player already has
removeTimeDelays:
'8': 24
'9': 72
'10': 168
Reloads the configuration file and saves the data.
Adds penalty points.
Lists all penalty points that a player has.
Removes a warn entry. Removes a player's warn entry. Leave the index number empty to select (only for SpigotAPI servers!).
WarnXS should work with any version.
7 and higher
None