PunishmentSystem
  • ✊Punishment System
    • 🔧Installation
    • 🖥️Commands
    • 🖼️Web Admin Panel
    • 📝Config
Powered by GitBook
On this page
  • Ban Commands
  • Mute Commands
  • Kick Commands
  • Warn Commands
  1. Punishment System

Commands

Ban Commands

Command
Description
Permission

/ban <Player> <Time> <Reason>

Ban a player for a specified time or permanently.

punishmentsystem.ban

/ban <Player> #<template-Id>

Ban a player using a ban template.

punishmentsystem.ban

/unban <Player> <Reason>

Unban a previously banned player.

punishmentsystem.unban

/baninfo <Player>

View a player's ban history.

punishmentsystem.baninfo

/clearbans <Player>

Clear all ban entries for a player.

punishmentsystem.clearbans

/bantemplate list

List all available ban templates.

punishmentsystem.bantemplate

/bantemplate add <time> <reason>

Add a new ban template.

punishmentsystem.bantemplate

/bantemplate edit <id> <newTime> <newReason>

Edit an existing ban template.

punishmentsystem.bantemplate

/bantemplate remove <id>

Remove a ban template by id.

punishmentsystem.bantemplate

Mute Commands

Command
Description
Permission

/mute <Player> <Time> <Reason>

Mute a player for a specified time or permanently.

punishmentsystem.mute

/mute <Player> #<template-Id>

Mute a player using a mute template.

punishmentsystem.mute

/unmute <Player> <Reason>

Unmute a previously muted player.

punishmentsystem.unmute

/muteinfo <Player>

View a player's mute history.

punishmentsystem.muteinfo

/clearmutes <Player>

Clear all mute entries for a player.

punishmentsystem.clearmutes

/mutetemplate list

List all available mute templates.

punishmentsystem.mutetemplate

/mutetemplate add <Time> <Reason>

Add a new mute template.

punishmentsystem.mutetemplate

/mutetemplate edit <id> <newTime> <newReason>

Edit an existing mute template.

punishmentsystem.mutetemplate

/mutetemplate remove <id>

Remove a mute template by id.

punishmentsystem.mutetemplate

Kick Commands

Command
Description
Permission

/kick <Player> <Reason>

Kick a player with a reason.

punishmentsystem.kick

/kickinfo <Player>

View a player's kick history.

punishmentsystem.kickinfo

/clearkicks <Player>

Clear all kick entries for a player.

punishmentsystem.clearkicks

Warn Commands

Command
Description
Permission

/warn <Player> <Reason>

Warn a player with a reason.

punishmentsystem.warn

/warninfo <Player>

View a player's warn history.

punishmentsystem.warninfo

/clearwarns <Player>

Clear all warn entries for a player.

punishmentsystem.clearwarns

PreviousInstallationNextWeb Admin Panel

Last updated 10 months ago

✊
🖥️