Описание
# ForumAlert
Paper plugin with a built-in Discord bot.
When a new topic is created in the configured Discord forum channel, the plugin sends a message to the Minecraft server chat.
## Requirements
- Paper 26.2
- Java 25
- Discord bot token
- Discord forum channel ID
## Configuration
After the first server start, edit `plugins/ForumAlert/config.yml`:
```yaml
discord:
token: "YOUR_DISCORD_BOT_TOKEN"
forum-channel-id: 123456789012345678
message: "[Discord] New application! {title}"
```
`{title}` is replaced with the Discord forum topic title.