IslandHelpCommand is a lightweight Spigot / Paper / Purpur plugin that adds a simple help command for your server.
It lets players use
/islandhelp or
/ihelp to display your configured help page link.
This plugin is intentionally simple.
It does not add a GUI, database, rewards, PlaceholderAPI, or BentoBox dependency.
------------------------------
Features
- Adds /islandhelp
- Adds alias /ihelp
- Displays configurable help messages
- Supports %help_url% placeholder
- Reload command for admins
- No database
- No GUI
- No external dependencies
- BentoBox is not required
------------------------------
Commands
Code (Text):
/islandhelp
/ihelp
/islandhelp reload
/ihelp reload
------------------------------
Permissions
Code (Text):
islandhelpcommand.admin
Required only for:
Code (Text):
/islandhelp reload
/ihelp reload
Normal players can use
/islandhelp and
/ihelp without permission.
------------------------------
Configuration
You can edit the help URL and messages in
config.yml.
Code (Text):
help-url: "https://example.com/help"
messages:
lines:
- "&9====== Help ======"
- "&bNeed help? Visit our help page!"
- "&7%help_url%"
- "&9=================="
reload: "&aIslandHelpCommand config reloaded."
no-permission: "&cYou do not have permission to use this command."
------------------------------
Installation
- Download the zip file.
- Open the zip file.
- Place islandhelpcommand-1.0.0.jar into your server's plugins/ folder.
- Restart your server.
- Edit plugins/IslandHelpCommand/config.yml if needed.
- Use /islandhelp reload after editing the config.
Do not place the zip file itself into the plugins folder.
Only place the jar file into
plugins/.
------------------------------
Tested With
- Minecraft 1.21
- Spigot / Paper / Purpur compatible server environment
------------------------------
Notes
- This plugin is a normal Spigot plugin.
- It is not a BentoBox addon.
- Install it directly into the plugins/ folder.
- If another plugin already uses /ihelp, use /islandhelp instead.