
What is the term "Freezing" in Minecraft?
Freeze is used by Staff Members to stop Cheaters by "Freezeing" them. When a player is frozen in game, it stops them from moving / interacting with everything around them, for example damaging other players or breaking / placing blocks.
Most commonly a message will be sent to that frozen player telling them to join some sort of platform which they can be in contact with a staff member, and usually that staff member will do something called "ScreenSharing", this is when the Staff Member looks through this players computer, in an attempt to work out if that player was cheating or not.
--------------------------------------------------------------------------------------------------
Features
- Option to decide whether a frozen player can, break / place blocks, damage others, drop items.
- Staff Alerts (Alerts Staff when a player is frozen by a Staff Member, is toggle-able)
- Disconnected whilst frozen (Send a message to all Staff when a player leaves whilst frozen, also has a toggle-able feature to run a command on this event)
- Message sent to a players if they try to damage frozen player
- Block commands for frozen players (can also allow certain commands)
Config
Code:
##Permission SSFreeze.Freeze
freeze:
options:
can-break-blocks: false
can-place-blocks: false
can-drop-items: false
can-damage-others: false
message:
- '&8█████████'
- '&8████&c█&8████ &4&lATTENTION!'
- '&8████&c█&8████'
- '&8████&c█&8████'
- '&8████&c█&8████ &cYou have been frozen. DO NOT LOGOUT!'
- '&8████&c█&8████ &cIf you logout you will be &4&lBANNED&c.'
- '&8████&c█&8████ &cJoin our discord (&7discord.gg/example&c)'
- '&8███████&8██'
- '&8████&c█&8████'
- '&8█████████'
toggle-messages:
frozen-other: "&8[&c!&8] &7You have frozen &c<target>&7!"
unfrozen-other: "&8[&c!&8] &7You have unfrozen &c<target>&7!"
been-frozen: "&8[&c!&8] &7You have been frozen by &c<sender>&7!"
been-unfrozen: "&8[&c!&8] &7You have been unfrozen by &c<sender>&7!"
block-commands:
enabled: true
allowed-commands:
- "/r"
- "/msg"
disallowed-message: "&8[&c!&8] &7You can't use this command whilst &cFrozen&7!"
cant-damage-others-message: "&8[&c!&8] &7You can't damage others while &cFrozen&7!"
cant-damage-frozen-player-message: "&8[&c!&8] &7This player is currently &cFrozen&7!"
cant-break-blocks-message: "&8[&c!&8] &7You can't break blocks while &cFrozen&7!"
cant-place-blocks-message: "&8[&c!&8] &7You can't place blocks while &cFrozen&7!"
cant-drop-items-message: "&8[&c!&8] &7You can't drop items while &cFrozen&7!"
cant-open-inv-message: "&8[&c!&8] &7You can't open your inventory while &cFrozen&7!"
player-not-online: "&8[&c!&8] &7Specified Player is not online!"
##Permission SSFreeze.Alerts
alerts:
freeze-alert:
enabled: true
freeze-message: "&8[&c!&8] &c<sender> &7has frozen &c<target>&7!"
unfreeze-message: "&8[&c!&8] &c<sender> &7has unfrozen &c<target>&7!"
left-while-frozen:
autocommand:
enabled: true
command: 'ban <target> -s 30d Logged whilst Frozen'
message:
- "&8&m----------------------------------"
- "&c&l<target> &chas Disconnected whilst frozen"
- "&8&m----------------------------------"
reload-config-message: "&8[&c!&8] &7Config has been reloaded!"
help-message:
- "&c&lSSFreeze Help Menu"
- "&8&m--------------------------------"
- "&8» &c/freeze &7&oFreezes / UnFreezes Player"
- "&8» &c/SSFreeze &7&oMain Menu"
- "&8&m--------------------------------"
- Freeze GUI (Toggleable)
- Frozen List GUI
-̶ ̶A̶d̶d̶ ̶B̶l̶o̶c̶k̶e̶d̶ ̶C̶o̶m̶m̶a̶n̶d̶s̶ ̶(̶W̶h̶e̶n̶ ̶F̶r̶o̶z̶e̶n̶)̶ (DONE)
- Add Freeze All (Server Lockdown)
Screenshots / Videos
COMING SOON