-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Before installing TownyAlerts, make sure the server already has:
- Towny
- DiscordSRV
- A supported Java runtime
- Paper or Purpur for modern Towny versions
TownyAlerts does not create its own Discord bot. DiscordSRV must already be configured and connected.
- Stop the Minecraft server.
- Place the TownyAlerts JAR in:
plugins/
- Start the server.
- TownyAlerts will create its data folder:
plugins/TownyAlerts/
- Edit:
plugins/TownyAlerts/config.yml
- Configure at minimum:
discord:
channel-id: "YOUR_DISCORD_CHANNEL_ID"- Restart the server, or use:
/townyalerts reload
- Verify the integration:
/townyalerts status
- Send a test alert:
/townyalerts test
By default, TownyAlerts also creates:
plugins/TownyAlerts/languages/en-us.yml
plugins/TownyAlerts/languages/es-cl.yml
Existing language files are not overwritten automatically.
The default storage backend is:
storage:
type: memoryThis keeps all deduplication state in memory and creates no database file.
If persistent history is wanted, see the Storage page.
The DiscordSRV bot must be able to access the configured Discord channel and send messages there.
If TownyAlerts can detect DiscordSRV but cannot send a test message, check the channel permissions assigned to the DiscordSRV bot.
TownyAlerts — Community Towny alerts for Discord via DiscordSRV. Created by DynaDev.
TownyAlerts Wiki
- Home
- Installation
- Configuration
- Discord Setup
- Alerts and Events
- Commands and Permissions
- Languages
- Storage
- Missed New Day
- Compatibility
- Troubleshooting
- Security and Privacy
- FAQ
TownyAlerts
Created by DynaDev