Supported Games

Freeze stops a player or players in their tracks and keep them from moving by teleporting them back to their previous location at time of being frozen every 0.01 seconds, along with other optional blockages. Players can be protected from being frozen if they have the freeze.protect permission granted to them.
Permissions
freeze.use
-- Allows player to freeze other playersfreeze.protect
-- Protects player from being frozenfreeze.frozen
-- Used to keep track of frozen players (this is should not be manually assigned)
Commands
freeze <player name or id>
-- Freeze the target playerunfreeze <player name or id>
-- Unfreeze the target playerfreezeall
-- Freeze all players currently onlineunfreezeall
-- Unfreeze all players currently online
Configuration
{
"Block chat while frozen": true,
"Block commands while frozen": true,
"Block damage while frozen": true,
"Block movement while frozen": true,
"Enable frozen effect": true,
"Notify target when frozen": true
}
Localization
{
"CommandFreeze": "freeze",
"CommandFreezeAll": "freezeall",
"CommandUnfreeze": "unfreeze",
"CommandUnfreezeAll": "unfreezeall",
"NoPlayersFound": "No players found with '{0}'",
"NoPlayersToFreeze": "No players to freeze",
"NoPlayersToUnfreeze": "No players to unfreeze",
"NotAllowed": "You are not allowed to use the '{0}' command",
"PlayerFrozen": "{0} has been frozen",
"PlayerIsProtected": "{0} is protected and cannot be frozen",
"PlayerIsFrozen": "{0} is already frozen",
"PlayerNotFrozen": "{0} is not frozen",
"PlayerUnfrozen": "{0} has been unfrozen",
"PlayersFound": "Multiple players were found, please specify: {0}",
"PlayersFrozen": "All players have been frozen",
"PlayersUnfrozen": "All players have been unfrozen",
"UsageFreeze": "Usage: {0} <player name or id>",
"YouCanNotBeFrozen": "You can not be frozen",
"YouAreFrozen": "You are frozen",
"YouWereUnfrozen": "You were unfrozen"
}
Credits
- Ezki, for the previous version of this plugin for Rust Legacy
- Pretermit, for the original Mr. Freeze plugin for Oxide 1.18
MIT License, with distribution exclusivity for uMod.org
Copyright (c) 2020 Wulf
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.