Commands and permissions

An exhaustive list of the commands and their permissions

Permissions

You can give one permission per grade to limit the number of items on sale.

In the config.yml file you have this:

permissions:
- permission: zauctionhouse.max.5
  limit: 5
- permission: zauctionhouse.max.10
  limit: 10
- permission: zauctionhouse.max.15
  limit: 15

You can create permissions to have a different expiration time per grade.

expirations:
- permission: zauctionhouse.expiration.vip
  expiration: 3600
- permission: zauctionhouse.expiration.elite
  expiration: 7200
- permission: zauctionhouse.expiration.legend
  expiration: 259200

Remove item as an admin

zauctionhouse.admin.remove

To remove an item you must use the "click wheel", if the click wheel does not work in your version, you can use your drop key.

Bypass cooldown command

zauctionhouse.admin.bypass.cooldown

Commands

CommandPermissionDescription

/zauctionhouse (aliases: /ah, /hdv, /zauction, /zah, /zhdv)

zauctionhouse.use

Main command

/ah sell <price> [<amount>]

zauctionhouse.sell

You can specify the economy by adding the economy format after the price. For example you have a saving per level with the format l, to sell your item with this economy you must do /ah sell <price><format> [<amount>]. What gives us: /ah sell 10l if you want to sell an item at 10 levels.

/ah sellinventory <price>

zauctionhouse.sell.inventory

Sell an inventory

/ah reload

zauctionhouse.reload

Reloaded the configuration files.

/ah config

zauctionhouse.config

Configure the in-game plugin.

/ah version

in config.yml

Show plugin version

/ah blacklist

zauctionhouse.blacklist

See the list of blacklist players.

/ah history [<page>] [<type>]

zauctionhouse.history

View your purchase and/or sale history.

/ah transaction <player> [<page>] [<type>]

zauctionhouse.transaction

View a player's buy or sell history.

/ah claim

zauctionhouse.claim

Allows you to recover your pending money.

/ah search <string>

zauctionhouse.search

Allows you to search for anything, more information about the filter system on the "Filter" page.

/ah purge <days>

zauctionhouse.purge

Purge old transactions

/ah giveeconomyitem <economy>

zauctionhouse.give.economy.item

Retrieves the item used by an item economy

Optionals commands

You can add 4 optional commands. The permission of its four commands is the same as for the /ah command.

CommandPermissionDescription

/ah expire

none

Allows you to access the list of expired items.

ah buying

none

Allows you to access the list of purchased items.

/ah categories

none

Allow access to the list of categories.

/ah items

none

Allows you to access your items on sale.

Last updated