IslandVoteCommand
IslandVoteCommand is a lightweight Spigot / Paper / Purpur plugin that displays a configurable vote page link with
/islandvote.
This plugin only displays a configurable vote page link. It does not detect votes or give rewards.
Features
- Shows your server vote page link with /islandvote
- Supports alias /ivote
- Configurable vote URL
- Configurable messages
- Reload command for admins
- No database
- No GUI
- No PlaceholderAPI dependency
- No vote detection
- No reward system
Commands
- /islandvote - Shows the configured vote page link.
- /ivote - Alias for /islandvote.
- /islandvote reload - Reloads the config.
- /ivote reload - Reloads the config.
Permissions
- islandvotecommand.admin - Allows use of /islandvote reload and /ivote reload.
Installation
- Download the zip file.
- Extract islandvotecommand-1.0.0.jar.
- Place the jar file into your server's plugins/ folder.
- Restart the server.
- Edit plugins/IslandVoteCommand/config.yml.
- Use /islandvote reload after changing the config.
Configuration
Code (Text):
vote-url: "https://example.com/vote"
messages:
lines:
- "&9==================="
- "&bVote for our server!"
- "&7%vote_url%"
- "&9==================="
reload: "&aIslandVoteCommand config reloaded."
no-permission: "&cYou do not have permission to use this command."
Tested With
- Minecraft 1.21
- Spigot / Paper / Purpur compatible server environment
Notes
- This is a simple command plugin.
- It does not connect to voting services.
- It does not detect whether a player has voted.
- It does not give rewards.
- Use it when you only want to show a vote page link to players.