Commands

Plugin Commands

Complete reference for all WERM plugin commands and permissions.

Player Commands

Commands available to all players on your server.

CommandDescriptionPermission
/wermOpens the store GUI or shows helpwerm.use
/werm linkLink your Minecraft account to WERMwerm.link
/werm storeGet the link to the server storewerm.store
/werm balanceCheck your WERM Credits balancewerm.balance
/werm claimClaim pending purchases (if any)werm.claim

Admin Commands

Commands for server administrators to manage WERM.

CommandDescriptionPermission
/werm reloadReload plugin configurationwerm.admin.reload
/werm statusCheck connection status to WERM serverswerm.admin.status
/werm verifyStart server verification processwerm.admin.verify
/werm queueView pending delivery queuewerm.admin.queue
/werm force <player>Force check deliveries for a playerwerm.admin.force
/werm debugToggle debug mode for troubleshootingwerm.admin.debug

Permission Nodes

All WERM permission nodes for use with LuckPerms or other permission plugins.

PermissionDescriptionDefault
werm.*All WERM permissionsOP
werm.useBasic usage (help, GUI)Everyone
werm.linkLink account commandEveryone
werm.storeView store linkEveryone
werm.balanceCheck wallet balanceEveryone
werm.claimClaim pending itemsEveryone
werm.admin.*All admin permissionsOP
werm.admin.reloadReload configurationOP
werm.admin.statusCheck connection statusOP
werm.admin.verifyServer verificationOP
werm.admin.queueView delivery queueOP
werm.admin.forceForce delivery checkOP
werm.admin.debugToggle debug modeOP

Delivery Command Placeholders

When configuring product delivery commands in your dashboard, use these placeholders:

PlaceholderReplaced 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