> ## Documentation Index
> Fetch the complete documentation index at: https://help.xerohost.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Cómo cambiar la Dificultad del Servidor

> Ajusta la experiencia de juego de tu servidor de Minecraft fácilmente desde el panel desde la consola de XeroHost. Puedes elegir entre Pacífico, Fácil, Normal y Difícil.

### Accede a la Sección de Consola

1. Entra al panel de control de XeroHost: [https://panel.xerohost.net](https://panel.xerohost.net)
2. Selecciona el servidor de Minecraft que deseas configurar.
3. En el menú de la izquierda, dirígete a la sección **"Console"**.
   <Frame>
     <img src="https://mintcdn.com/xerogroupllc/XcU8LnD4IsRhjXuu/images/games/console.png?fit=max&auto=format&n=XcU8LnD4IsRhjXuu&q=85&s=afa621ab18f2c931d45660021b245c0b" alt="Console" width="336" height="360" data-path="images/games/console.png" />
   </Frame>

### Cambiar la Dificultad

Ejecuta el siguiente comando en la consola del servidor:

```bash theme={null}
difficulty [peaceful|easy|normal|hard]
```

<Frame>
  <img src="https://mintcdn.com/xerogroupllc/zb6DuGbjTyjW2xGw/images/games/comando-difficulty.png?fit=max&auto=format&n=zb6DuGbjTyjW2xGw&q=85&s=8de25aa4bacff2486aa72bdf5d01d784" alt="Comando" width="380" height="104" data-path="images/games/comando-difficulty.png" />
</Frame>

Ejemplos:

```bash theme={null}
difficulty easy
```

```bash theme={null}
difficulty hard
```

El cambio se aplica al instante, sin reiniciar el servidor.

## Verificar la Dificultad Actual

Para comprobar qué dificultad está activa:

```bash theme={null}
difficulty
```

El servidor responderá con algo como:

```text theme={null}
The difficulty is Easy
```
