Page cover

💻SoftBan

circle-info

A Softban allows the player to remain on the server but restricts their gameplay significantly by blocking access to specific commands. This is often used for "Confiscation" scenarios or pending investigations where you want the player online but neutralized.

How it Works

The player can move and chat (unless muted), but any command defined in the config is blocked.

Usage

Command
Permission
Description

/softban <player> [-ip|-local] [time] [reason]

crown.punish.softban

Applies a softban.

/unsoftban <player>

crown.unpunish.softban

Removes a softban.

Configuration (softban.yml)

Define the restricted commands here. Usually, you want to block teleports, kit usage, or inventory access commands.

blocked_commands:
  - spawn
  - home
  - tpa
  - tpaccept
  - echest
  - vault

Last updated