Player Freeze Mod
Player Freeze is a convenient plugin that allows server administrators to temporarily immobilize players. This tool is perfect for situations when it's necessary to fix a user's position for administrative purposes or conducting inspections.
Main Commands
/freeze <player>— freeze the specified player/player-freeze reload— reload plugin configuration (/pfworks as a shortcut)
Permission System
Access to functionality is regulated by several permissions:
pf.use— allows using the/freezecommandpf.immune— makes a player immune to freezingpf.notify— allows seeing notifications about other players being frozenpf.admin— gives rights to reload configuration via/pf reload
Configuration and Setup
All messages support MiniMessage format. Automatic command execution events can be configured for various situations:
# Message to player when attempting to move during freeze
currently_frozen: "You are frozen!"
# Notifications about freeze start and end
# Placeholders: [username] - player name, [invoker] - activator
frozen: "You have been frozen by [invoker]! Please await further instructions."
unfrozen: "You have been unfrozen by [invoker]!"
# Protection level for frozen players
# Available options:
# "none" - normal damage intake
# "pvp" - protection only from other players
# "invincible" - complete invincibility
protection_level: "invincible"
# Preserving freeze status after relogging
persist_across_relog: true
# Commands when a frozen player logs out
log_out_commands:
- "ban [username] Logging out while frozen"
- "say [username] logged out while frozen!"
Any actions can be patiently configured by the server administrator to ensure optimal management.
Tutorial Videos
For better understanding of the plugin's operation, it's recommended to review video overviews that demonstrate practical application of all features.