đSearch / Filter
With the command /ah search
you will be able to search in depth the items that are present in the auction house.
You can enable in the config.yml file the option to automatically translate the search items, for example if you are in france and you want to search for sand in french, you will be able to make order /ah search sable
. You need to enable enable-translated-material
in config.yml
.
You then have to set your language, you can find the list here
Simple filter
If you need to quickly filter items you just have to do /ah search <word>
. And so all items will be filtered according to that word about its type, name, lore and seller.
Complex filter
For complex filters you will need to specify the name of the filter and its type.
/ah search <name><type><word>
Here is an example of a filter on the name: /ah search name::Diamond
. Here you will search all items where the name is strictly equal to "Diamond".
Filter type
There are three types of filters, they will allow you to search with more or less precision.
Contains
Text:
:=
Definition: Allows to search if the filter contains the given word.
Equals
Text:
::
Definition: Allows to search if the filter equals the given word
Equalsignorecase
Text:
:>
Definition: Allows to search if the filter equals ignore case the given word
List of filters:
name
type
seller
lore
material
Last updated