TAG Freezer

A simple but configurable freeze using Minecraft tags.

40

TAG Freezer

🧊 TAG Freezer

🇺🇸 Description

TAG Freezer allows you to player camera. It includes a configuration file and commands to lock each movement axis (player camera) independently, as well as the player camera.

Players will be frozen when they have the tag: `freeze`

Commands

``` /tagfreezer info → Shows the current plugin settings. /tagfreezer set <option> <true/false> → Toggles a specific lock. /tagfreezer reload → Reloads the configuration file. /tagfreezer help → Displays all available commands. ```

Available options for `/tagfreezer set`: - `block_camera` - `block_x` - `block_y` - `block_z`

Command aliases: `/tf`, `/freezer`

📂 Default config.yml

```yml block_camera: true block_x: true block_y: true block_z: true ```

---

🇪🇸 Descripción

TAG Freezer te permite cámara del jugador. Incluye un archivo de configuración y comandos para bloquear el movimiento en cada eje (cámara del jugador) de forma independiente, además de la cámara del jugador.

Los jugadores estarán congelados cuando tengan la tag: `freeze`

Comandos

``` /tagfreezer info → Muestra la configuración actual. /tagfreezer set <option> <true/false> → Cambia una opción del plugin. /tagfreezer reload → Recarga el archivo de configuración. /tagfreezer help → Lista todos los comandos. ```

Opciones disponibles para `/tagfreezer set`: - `block_camera` - `block_x` - `block_y` - `block_z`

Aliases del comando: `/tf`, `/freezer`

📂 Config.yml por defecto

```yml block_camera: true block_x: true block_y: true block_z: true ```

ADS