Freeze
Functionality: "Freezes" a player in place for manual review by staff. Frozen players cannot move, use commands, or chat publicly (chat is mod-only). If a frozen player disconnects, they can be configured to be permanently banned.
Usage:
Menu: Accessed through the main Punish Menu -> Freeze option. Configure reason in the Freeze Details Menu (time is not applicable).
Direct Command: /freeze <player> [reason]
Permissions:
crown.punish.freeze: Permission to access and apply freeze punishment.
crown.unpunish.freeze: Permission to unfreeze players.
crown.bypass.freeze: Permission to bypass freeze punishment.
crown.mod: Permission to see chat messages from Frozen players.
Configuration:
Disconnect Ban: Configure ban time and reason for players who disconnect while frozen in config.yml under freeze.disconnect_ban_time and freeze.disconnect_ban_reason.
Freeze Actions: Repeated actions (messages, sounds, titles) to be executed while a player is frozen are configured in config.yml under freeze.freeze_actions, including the execution interval.
Menu Items: Configured in punish_menu.yml and punish_details_menu.yml under the menu.items and menu.punish_details.freeze.items sections respectively.
Messages: Messages related to freeze are in messages.yml, including freeze received message, command blocked message, etc.
Last updated