IslandShopCommand is a lightweight plugin that displays a shop page link with
/islandshop.
⚠ This is NOT a shop system.
This plugin only displays a link to your external store.
No payment handling. No purchases. No rewards. No GUI shop. No Vault. No database. No BentoBox dependency.
Features
- /islandshop — displays shop URL and message from config.yml
- %shop_url% placeholder replaced with your configured URL
- Minecraft color codes (&a, &6, etc.) supported
- /islandshop reload — reloads config without restart
- No database, no GUI, no external dependencies
Requirements
- Java 21
- Paper / Purpur 1.21.x
Installation
- Place islandshopcommand-1.0.0.jar in plugins/
- Restart the server.
- Edit plugins/IslandShopCommand/config.yml and set shop-url to your store URL.
- Run /islandshop reload or restart.
Do NOT use /reload — restart the server instead.
Commands
- /islandshop — displays shop link (no permission required)
- /islandshop reload — reloads config (requires islandshopcommand.admin)
- Aliases: /ishop
Permissions
- islandshopcommand.admin — Use /islandshop reload (default: op)
Configuration
Code (Text):
shop-url: "https://example.com/shop"
messages:
lines:
- "&6====== Shop ======"
- "&eVisit our shop!"
- "&7%shop_url%"
- "&6=================="
reload: "&aIslandShopCommand config reloaded."
no-permission: "&cYou do not have permission to use this command."
Island Command Essentials Series
IslandShopCommand is part of the
Island Command Essentials series —
a collection of lightweight, no-dependency link display plugins for island servers.
- IslandDiscordCommand
- IslandHelpCommand
- IslandRulesCommand
- IslandShopCommand
- IslandVoteCommand
Author: Utsumi