# Commands PixelRTPPool offers a streamlined command structure. Because the core mechanics are triggered physically by entering WorldGuard regions, command bloat is kept to an absolute minimum. ## Overview | Command | Aliases | Description | Permission | |---------|---------|-------------|------------| | `/rtppool reload` | None | Reloads the `config.yml`. | `pixelrtppool.admin` | | `/rtppool info` | None | Displays plugin status and analytics. | `pixelrtppool.admin` | ## Detailed Breakdown ### /rtppool reload **Syntax:** `/rtppool reload` Safely drops the current configuration from memory and parses the updated `config.yml`. This command is designed to be executed safely on live servers. - Automatically pushes the new `teleport.mode` to the TeleportManager. - Hot-swaps modified MiniMessage strings and aesthetics instantly. - Does **not** interrupt active teleport countdowns. ### /rtppool info **Syntax:** `/rtppool info` Displays a professional, branded statistics panel strictly to authorized administrators. **Output Includes:** - PixelRTPPool Version - Active Server Software (e.g., Paper 1.21.11) - Java Runtime Version - External Plugin Hooks (WorldGuard, PlaceholderAPI statuses) - Active Teleport Execution Mode (`PLAYER` or `CONSOLE`) - Number of loaded regions - Number of currently active countdown tasks running - Number of active cooldown entries stored in memory This command is incredibly useful for debugging or providing context when submitting bug reports on GitHub. --- [🏡 Home](Home.md) | [📖 Read Next: Permissions](Permissions.md)