# MinecraftLOGGER - Documentation
## ⚙️ Configuration Files
### config.yml
- `rules`: List of rules that will be shown to players (set your custom server rules here).
Example:
```yaml
rules:
- "1. No griefing"
- "2. Respect others"
- "3. No cheating or hacking"
## Commands
### /mcl reload
- Description: Reloads the plugin's config without restarting the server.
- Permission: `MineCraftLOGGER.reload`
## Permissions
| Node | Description |
|-------------------------|----------------------------------|
| MineCraftLOGGER.reload | Access to `/mcl reload` command |
## Telegram Setup
1. Create a bot via [BotFather](
https://t.me/BotFather)
2. Copy the API token and add it to `config.yml`
3. Add the bot to a Telegram group/channel
4. Get the Chat ID using [IDBot](
https://t.me/myidbot) or a message forwarder
5. Paste both into the config:
## Tested Minecraft Versions
- 1.8
- 1.16
- 1.17
- 1.18
- 1.19
- 1.20.4