UltraFreeze
๐ก Updated this yearPreview

๐ Analysis
- ๐ #1115 of 1224 bukkit mods in this game by downloads
๐ About This Mod
# ๐ป Platforms (https://raw.githubusercontent.com/intergrav/devins-badges/v3/assets/cozy/supported/purpur_vector.svg)](https://purpurmc.org/) (https://raw.githubusercontent.com/intergrav/devins-badges/v3/assets/cozy/supported/spigot_vector.svg)](https://www.spigotmc.org/) (https://raw.githubusercontent.com/intergrav/devins-badges/v3/assets/cozy/supported/paper_vector.svg)](https://papermc.io/downloads/paper) (https://raw.githubusercontent.com/intergrav/devins-badges/v3/assets/cozy/supported/bukkit_vector.svg)](https://dev.bukkit.org/) (https://raw.githubusercontent.com/intergrav/devins-badges/v3/assets/cozy/supported/bungeecord_vector.svg)](https://www.spigotmc.org/wiki/bungeecord/) (https://raw.githubusercontent.com/intergrav/devins-badges/v3/assets/cozy/supported/forge_vector.svg)](https://files.minecraftforge.net/net/minecraftforge/forge/) (https://raw.githubusercontent.com/intergrav/devins-badges/v3/assets/cozy/supported/fabric_vector.svg)](https://fabricmc.net/) (https://raw.githubusercontent.com/intergrav/devins-badges/v3/assets/cozy/supported/neoforge_vector.svg)](https://neoforged.net/) (https://raw.githubusercontent.com/intergrav/devins-badges/v3/assets/cozy/supported/quilt_vector.svg)](https://quiltmc.org/en/) --- ## โ๏ธ UltraFreeze This mod/plugin allows staff to freeze players with complete restriction control. When a player is frozen, the following actions are blocked: - Movement (walking, sprinting, flying) - Jumping - Commands usage - Inventory access and item movement - Item drop and pickup - Block interaction (breaking/placing/opening containers) --- ## ๐ง Continuous Player Feedback While frozen, the player receives constant visual feedback: ### ActionBar (looped) โ You are frozen by staff! ### Title (looped) FREEZE โ Do not leave the server Optional: - Sound alerts (warning/alarm) - Screen shake effects (optional addon) --- ## ๐ซ Anti-Disconnect System If a player leaves while frozen: - Automatic punishment (configurable: kick/ban) - Staff notification message - JSON log entry created - Discord webhook notification sent Example: โ Player left while frozen! --- # ๐งโ๐ป Commands ## โ Freeze / Unfreeze ### `/freeze <player>` Freezes a player instantly. --- ### `/freeze <player> <reason>` Freezes a player with a displayed reason. Example: > Reason: cheat suspicion --- ### `/freeze <player> <duration>` Temporary freeze system. Examples: ``` /freeze Steve 30s /freeze Steve 5m /freeze Steve 1h ``` --- ### `/unfreeze <player>` Unfreezes a player. --- ### `/freezeall` Freezes all online players. --- ### `/freezelist` Displays all currently frozen players. Example: - Steve (staff: AdminX, reason: cheat suspicion) - Alex (staff: ModeratorY, reason: griefing) --- # ๐ง Player Lock System When frozen, a player is fully restricted: ## Movement - Position locked (anti-move teleport correction) - Velocity reset ## Inventory - Cannot open inventory - Cannot move items - Cannot swap items ## Gameplay - Cannot break blocks - Cannot place blocks - Cannot interact with entities or containers ## Commands - All commands blocked except staff whitelist --- # ๐งโ๐ผ Staff GUI System Command: `/freezegui` ## GUI Features ### ๐ Player List - Online players - Freeze status indicator (โ / โ) ### โ Quick Actions - Freeze / Unfreeze - Freeze 30s / 1m / 5m presets - Teleport to player - Open player inventory - Enable spectator staff mode --- # ๐ Staff Spectator Mode Command: `/staffmode` Features: - Automatically switches to spectator mode - Fly enabled - NoClip enabled - Vanish enabled (optional) - Quick teleport system - View player inventories - Fast moderation tools --- # ๐ก JSON Logs System All actions are logged in structured JSON format: ```json { "player": "Steve", "staff": "AdminX", "action": "FREEZE", "reason": "cheat suspicion", "duration": "30s", "timestamp": "2026-04-11T12:30:00Z" } ``` Logged events: - Player freeze - Player unfreeze - Freeze all - Player disconnect during freeze - Staff actions --- # ๐ Discord Webhook Integration The plugin sends automatic notifications to Discord. Events sent: - Player frozen - Player unfrozen - Freeze all activation - Player quit during freeze - Staff moderation actions Example Discord Embed: **Title:** โ Player Frozen **Fields:** - Player: Steve - Staff: AdminX - Reason: cheat suspicion - Duration: 30s --- # โ๏ธ Permissions | Permission | Description | |---|---| | `freeze.use` | Allows /freeze command | | `freeze.all` | Allows /freezeall command | | `freeze.gui` | Access to staff GUI | | `freeze.staff` | Enables staff mode | | `freeze.logs` | View freeze logs | --- # ๐ง Advanced Ideas (Optional Enhancements) - Auto-freeze triggered by anti-cheat - Evidence system (automatic screenshots) - Progressive punishment system - AFK detection while frozen - Silent freeze mode (no messages sent) - Pl
# ๐ป Platforms
[!(https://raw.githubusercontent.com/intergrav/devins-badges/v3/assets/cozy/supported/purpur_vector.svg)](https://purpurmc.org/) [!(https://raw.githubusercontent.com/intergrav/devins-badges/v3/assets/cozy/supported/spigot_vector.svg)](https://www.spigotmc.org/) [!(https://raw.githubusercontent.com/intergrav/devins-badges/v3/assets/cozy/supported/paper_vector.svg)](https://papermc.io/downloads/paper) [!(https://raw.githubusercontent.com/intergrav/devins-badges/v3/assets/cozy/supported/bukkit_vector.svg)](https://dev.bukkit.org/) [!(https://raw.githubusercontent.com/intergrav/devins-badges/v3/assets/cozy/supported/bungeecord_vector.svg)](https://www.spigotmc.org/wiki/bungeecord/) [!(https://raw.githubusercontent.com/intergrav/devins-badges/v3/assets/cozy/supported/forge_vector.svg)](https://files.minecraftforge.net/net/minecraftforge/forge/) [!(https://raw.githubusercontent.com/intergrav/devins-badges/v3/assets/cozy/supported/fabric_vector.svg)](https://fabricmc.net/) [!(https://raw.githubusercontent.com/intergrav/devins-badges/v3/assets/cozy/supported/neoforge_vector.svg)](https://neoforged.net/) [!(https://raw.githubusercontent.com/intergrav/devins-badges/v3/assets/cozy/supported/quilt_vector.svg)](https://quiltmc.org/en/)
## โ๏ธ UltraFreeze
This mod/plugin allows staff to freeze players with complete restriction control.
When a player is frozen, the following actions are blocked:
- Movement (walking, sprinting, flying)
- Jumping
- Commands usage
- Inventory access and item movement
- Item drop and pickup
- Block interaction (breaking/placing/opening containers)
## ๐ง Continuous Player Feedback
While frozen, the player receives constant visual feedback:
### ActionBar (looped)
โ You are frozen by staff!
### Title (looped)
FREEZE โ Do not leave the server
Optional: - Sound alerts (warning/alarm) - Screen shake effects (optional addon)
## ๐ซ Anti-Disconnect System
If a player leaves while frozen:
- Automatic punishment (configurable: kick/ban)
- Staff notification message
- JSON log entry created
- Discord webhook notification sent
# ๐งโ๐ป Commands
## โ Freeze / Unfreeze
### `/freeze
### `/freeze
> Reason: cheat suspicion
### `/freeze
``` /freeze Steve 30s /freeze Steve 5m /freeze Steve 1h ```
### `/unfreeze
### `/freezeall` Freezes all online players.
### `/freezelist` Displays all currently frozen players.
- Steve (staff: AdminX, reason: cheat suspicion)
- Alex (staff: ModeratorY, reason: griefing)
# ๐ง Player Lock System
When frozen, a player is fully restricted:
## Movement - Position locked (anti-move teleport correction) - Velocity reset
## Inventory - Cannot open inventory - Cannot move items - Cannot swap items
## Gameplay - Cannot break blocks - Cannot place blocks - Cannot interact with entities or containers
## Commands - All commands blocked except staff whitelist
# ๐งโ๐ผ Staff GUI System
Command: `/freezegui`
## GUI Features
### ๐ Player List - Online players - Freeze status indicator (โ / โ)
### โ Quick Actions - Freeze / Unfreeze - Freeze 30s / 1m / 5m presets - Teleport to player - Open player inventory - Enable spectator staff mode
# ๐ Staff Spectator Mode
Command: `/staffmode`
- Automatically switches to spectator mode
- Fly enabled
- NoClip enabled
- Vanish enabled (optional)
- Quick teleport system
- View player inventories
- Fast moderation tools
# ๐ก JSON Logs System
All actions are logged in structured JSON format:
```json { "player": "Steve", "staff": "AdminX", "action": "FREEZE", "reason": "cheat suspicion", "duration": "30s", "timestamp": "2026-04-11T12:30:00Z" } ```
Logged events:
- Player freeze
- Player unfreeze
- Freeze all
- Player disconnect during freeze
- Staff actions
# ๐ Discord Webhook Integration
The plugin sends automatic notifications to Discord.
Events sent:
- Player frozen
- Player unfrozen
- Freeze all activation
- Player quit during freeze
- Staff moderation actions
Example Discord Embed:
Title: โ Player Frozen
Fields: - Player: Steve - Staff: AdminX - Reason: cheat suspicion - Duration: 30s
# โ๏ธ Permissions
| Permission | Description | |---|---| | `freeze.use` | Allows /freeze command | | `freeze.all` | Allows /freezeall command | | `freeze.gui` | Access to staff GUI | | `freeze.staff` | Enables staff mode | | `freeze.logs` | View freeze logs |
# ๐ง Advanced Ideas (Optional Enhancements)
- Auto-freeze triggered by anti-cheat
- Evidence system (automatic screenshots)
- Progressive punishment system
- AFK detection while frozen
- Silent freeze mode (no messages sent)
- Pl
๐ Mod Details
- Game
- Minecraft Plugins
- Author
- isax0361
- Version
- 1.0
- Downloads
- 84
- Endorsements
- 0
- Category
- bukkit
- Created
- 4/16/2026
- Updated
- 4/11/2026
- Game Versions
- 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
- Tags
- game-mechanics, management, utility
๐ง How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
๐ Full step-by-step install guide for Minecraft Plugins โ
Visit the official mod page for specific installation instructions for this mod.
๐ฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
โ Frequently Asked Questions
Which Minecraft Plugins versions does UltraFreeze support?
The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.
What is the latest version of UltraFreeze?
Version 1.0, published 2026-04-11 with 84 downloads recorded at the source.
Keep browsing โ more Minecraft Plugins mods await