IslandDiscordCommand for Spigot
A small Minecraft plugin that adds a simple Discord link command for your server.
Players can use a command to view your Discord invite link and message.
This is useful for servers that want a quick, lightweight way to show their community Discord without adding a large GUI plugin.
[HR][/HR]
Features
- Adds the /islanddiscord command
- Adds the /idiscord alias
- Supports /islanddiscord reload
- Supports /idiscord reload
- Configurable Discord URL and message lines
- Permission-based admin reload command
- Lightweight and simple
[HR][/HR]
Commands
- /islanddiscord - Shows the configured Discord message
- /idiscord - Alias for /islanddiscord
- /islanddiscord reload - Reloads the plugin configuration
- /idiscord reload - Alias for /islanddiscord reload
[HR][/HR]
Permissions
- islanddiscordcommand.admin - Allows use of the reload command
Default: OP
[HR][/HR]
Installation
- Download the zip file.
- Open the zip file.
- Place islanddiscordcommand-1.0.0.jar into:
- Restart your server.
- Edit the generated config file to set your Discord invite link.
[HR][/HR]
Configuration
After the first server start, edit the generated config file.
Code (Text):
discord-url: "https://discord.gg/example"
messages:
lines:
- "====== Discord ======"
- "Join our Discord server!"
- "%discord_url%"
- "====================="
reload-success: "IslandDiscordCommand config reloaded."
[HR][/HR]
Tested With
- Minecraft 1.21.x
- Purpur 1.21.11
- Java 21
Tested on a live server.
[HR][/HR]
Important Notes
- This is a normal Spigot/Paper/Purpur plugin.
- Place the jar directly into the plugins/ folder.
- Server restart is recommended after installation.
- /reload is not recommended.
[HR][/HR]
Included Files
- islanddiscordcommand-1.0.0.jar
- README.md