PluginMIT
Event Discord
Create Discord scheduled events directly from Minecraft with command
21
Downloads
0
Followers
3 months ago
Updated
📦
1
Versions
📖About 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 <dd.mm> <a href="hh:mm">hh:mm</a> [location]</li> <li>Supports multi-word event titles</li> <li>Optional custom event location</li> <li>Tab completion can insert the player's current coordinates</li> <li>Fallback default location from config</li> <li>Reload command for quick config updates</li> <li>Clean and easy config.yml</li> <li>Works without DiscordSRV</li> </ul> <p>Commands</p> <ul> <li>/event <title> <dd.mm> <a href="hh:mm">hh:mm</a> [location]</li> <li>/eventreload</li> </ul> <p>Permissions</p> <p>eventcontrolll.use<br>eventcontrolll.reload</p> <p>Configuration<br>The plugin includes a simple config where you can set:</p> <ul> <li>Discord bot token</li> <li>Discord guild ID</li> <li>Timezone</li> <li>Default event duration</li> <li>Default location</li> <li>Event name template</li> <li>Event description template</li> </ul> <p>Requirements</p> <ul> <li>Paper 1.21.11</li> <li>Java 21+</li> <li>A Discord bot with Manage Events permission</li> </ul> <p>Example</p> <pre><code>/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 </code></pre> <details> <summary>config.yml</summary> <p>discord:<br> bot-token: "bot_token"</p> <p> guild-id: "guild"</p> <p> timezone: "Europe/Moscow"</p> <p> default-duration-minutes: 60</p> <p> location: "Minecraft server"</p> <p> name-template: "«%title%» от %player%"</p> <p> description-template: ""%title%" Событие созданное игроком %player%."</p> </details>