Buttons
zAuctionHouse Button
Last updated
Was this helpful?
zAuctionHouse Button
Last updated
Was this helpful?
In this page you will find all the buttons that zAuctionHouse adds in zMenu.
Attention, if you have the slightest doubt on how to use one of the buttons, please look at the default configuration. If doubt persists please contact us at .
For its buttons you have to specify a list of slots mandatory.
Displays the list of items that are currently on sale..
Displays the list of items that have expired for the player.
Displays the list of items the player currently has for sale.
Displays the list of items the player has purchased.
Displays the list of items the player requested based on the search filter.
Displays the list of items in the category that the player uses.
Allows to display in a single inventory items expired or purchased
Allows to display in a single inventory the items bought, expired and on sale.
Open a category, you must specify the name of the catΓ©gory in the configuration.
Allows categories to be displayed on a single button. This configuration uses button type:
Example:
The placeholder %category%
allows to display the current category.
Allows categories to be displayed on a single button. This configuration uses button type:
Example
Allows to recover the items that the player has put on sale.
Retrieves items that the player has purchased.
Allows you to retrieve player items that have expired.
Displays the item that the player will remove in the inventory removeConfirm.yml
Displays the item that the player will purchase in the inventory buyConfirm.yml
Displays the item that the player will remove in the inventory adminRemove.yml
Retrieves the money, does the same as the /ah claim command.
You can use the refresh-placeholder: true
option to automatically update the item. If you have a storage in SQLITE, SQL or REDIS, the placeholder will be displayed "Loading", this option allows to update the item and avoid having the loading
Allows the player to sell items at once.
List of slots where the player will be able to place items.
Change the sort type for the player.
Change the way categories are sorted.
Right click to advance in the list
Left click to go back
You can change the order or remove element in sorting
.
DECREASING_DATE
Sorts items by their expiration date in descending order (latest date first).
DECREASING_PRICE
Sorts items by their price in descending order (highest price first).
ASCENDING_DATE
Sorts items by their expiration date in ascending order (earliest date first).
ASCENDING_PRICE
Sorts items by their price in ascending order (lowest price first).
ALPHABETICAL_NAME
Sorts items alphabetically by their name in ascending order (A-Z).
REVERSE_ALPHABETICAL_NAME
Sorts items alphabetically by their name in descending order (Z-A).
SELLER_NAME_ALPHABETICAL
Sorts items alphabetically by the seller's name in ascending order (A-Z).
SELLER_NAME_REVERSE_ALPHABETICAL
Sorts items alphabetically by the seller's name in descending order (Z-A).
MATERIAL_TYPE_ALPHABETICAL
Sorts items alphabetically by their material type in ascending order (A-Z).
MATERIAL_TYPE_REVERSE_ALPHABETICAL
Sorts items alphabetically by their material type in descending order (Z-A).
ECONOMY_NAME_ALPHABETICAL
Sorts items alphabetically by the associated economy name in ascending order (A-Z).
ECONOMY_NAME_REVERSE_ALPHABETICAL
Sorts items alphabetically by the associated economy name in descending order (Z-A).
ITEM_STACK_SIZE_ASCENDING
Sorts items by their stack size in ascending order (smallest stack first).
ITEM_STACK_SIZE_DESCENDING
Sorts items by their stack size in descending order (largest stack first).
Displays items from an inventory, shulker box or barrel. Is used in sellshow.yml inventory.
Allows to confirm the purchase of an item.
%price%
- Show price of item
%seller%
- Show seller name
%timer%
- Display the item expiration time
%money-after-purchase%
- Displays the playerβs money after purchasing the item
Allows to display the head of the player who sells an item, must be used in the inventory buyconfirm.yml
You must do this to add the item in your configuration:
Updates the list of items for sale.
Remove an item from the sale with several options.
Allows to remove an item.
Allows to remove an item as an administrator.
When you have enabled the option for sale configuration inventory, you must use this button to set the economy used when selling the item.
You must define the name of the economy as follows:
Opens a search menu. If you have the option search.enable-search-with-protocol-lib
enabled and if you have ProtocolLib, the search is done in a sign, otherwise the search will be in the chat.