Event Discord
Create Discord scheduled events directly from Minecraft with command
Event Discord
Description EventControlll is a Paper plugin for Minecraft 1.21.11 that lets players create Discord scheduled events directly from the game. Instead of opening Discord and creating events manually, players can use a simple command in chat and the plugin will create the event through your Discord bot.
This is useful for raids, clan meetings, tournaments, boss events, and any activity that needs a clear announcement in your Discord server.
Features
+ Create Discord scheduled events from Minecraft + Simple command: /event <title> <dd.mm> <hh:mm> [location] + Supports multi-word event titles + Optional custom event location + Tab completion can insert the player's current coordinates + Fallback default location from config + Reload command for quick config updates + Clean and easy config.yml + Works without DiscordSRV
Commands
+ /event <title> <dd.mm> <hh:mm> [location] + /eventreload
Permissions
eventcontrolll.use eventcontrolll.reload
Configuration The plugin includes a simple config where you can set:
+ Discord bot token + Discord guild ID + Timezone + Default event duration + Default location + Event name template + Event description template
Requirements
+ Paper 1.21.11 + Java 21+ + A Discord bot with Manage Events permission
Example
``` /event Dragon Raid 28.03 19:00 /event Dragon Raid 28.03 19:00 125,64,-230 /event Clan Meeting 28.03 20:30 Spawn ```
config.yml
discord: bot-token: "bot_token"
guild-id: "guild"
timezone: "Europe/Moscow"
default-duration-minutes: 60
location: "Minecraft server"
name-template: "«%title%» от %player%"
description-template: ""%title%" Событие созданное игроком %player%."