Commands
Plugin Commands
Complete reference for all WERM plugin commands and permissions.
Player Commands
Commands available to all players on your server.
| Command | Description | Permission |
|---|---|---|
| /werm | Opens the store GUI or shows help | werm.use |
| /werm link | Link your Minecraft account to WERM | werm.link |
| /werm store | Get the link to the server store | werm.store |
| /werm balance | Check your WERM Credits balance | werm.balance |
| /werm claim | Claim pending purchases (if any) | werm.claim |
Admin Commands
Commands for server administrators to manage WERM.
| Command | Description | Permission |
|---|---|---|
| /werm reload | Reload plugin configuration | werm.admin.reload |
| /werm status | Check connection status to WERM servers | werm.admin.status |
| /werm verify | Start server verification process | werm.admin.verify |
| /werm queue | View pending delivery queue | werm.admin.queue |
| /werm force <player> | Force check deliveries for a player | werm.admin.force |
| /werm debug | Toggle debug mode for troubleshooting | werm.admin.debug |
Permission Nodes
All WERM permission nodes for use with LuckPerms or other permission plugins.
| Permission | Description | Default |
|---|---|---|
| werm.* | All WERM permissions | OP |
| werm.use | Basic usage (help, GUI) | Everyone |
| werm.link | Link account command | Everyone |
| werm.store | View store link | Everyone |
| werm.balance | Check wallet balance | Everyone |
| werm.claim | Claim pending items | Everyone |
| werm.admin.* | All admin permissions | OP |
| werm.admin.reload | Reload configuration | OP |
| werm.admin.status | Check connection status | OP |
| werm.admin.verify | Server verification | OP |
| werm.admin.queue | View delivery queue | OP |
| werm.admin.force | Force delivery check | OP |
| werm.admin.debug | Toggle debug mode | OP |
Delivery Command Placeholders
When configuring product delivery commands in your dashboard, use these placeholders:
| Placeholder | Replaced With |
|---|---|
| {player} | Player's Minecraft username |
| {uuid} | Player's Minecraft UUID (with dashes) |
| {quantity} | Quantity purchased |
| {product} | Product name |
| {product_id} | Product ID |
| {order_id} | Unique order ID |
| {price} | Price in USD (e.g., "9.99") |
| {price_cents} | Price in cents (e.g., "999") |
| {server} | Server name |
Example Delivery Commands
Rank Purchase
lp user {player} parent set vip
broadcast &a{player} &7just purchased &6VIP&7!Item Kit
give {player} diamond_sword{Enchantments:[{id:sharpness,lvl:5}]} 1
give {player} golden_apple 16
give {player} diamond 64
msg {player} &aYou received your Warrior Kit!In-Game Currency
eco give {player} 10000
msg {player} &a$10,000 has been added to your balance!Crate Keys (x5 quantity)
crate give physical legendary {player} {quantity}
msg {player} &aYou received &6{quantity}x Legendary Keys&a!Important Tips
- • Test commands first - Run commands manually to ensure they work before adding to products
- • One command per line - Each line in the commands field is executed separately
- • Console context - Commands run from console, not as the player (no need for sudo)
- • Case sensitive - Placeholders like {player} must be lowercase