Item Filters: Difference between revisions

Jump to navigation Jump to search
24 bytes removed ,  13:52, 4 November 2022
Use list instead of brs
(slash commands :()
(Use list instead of brs)
Line 62: Line 62:




Notes:<br>
Notes:
Not all items can use all properties. For example, not all items have an <code>ore</code> field, so if you search <code>/items filter:ore:</code>, any items without <code>ore</code> data will be filtered out.<br>
*Not all items can use all properties. For example, not all items have an <code>ore</code> field, so if you search <code>/items filter:ore:</code>, any items without <code>ore</code> data will be filtered out.
To search for items that '''don't''' have a property, you can use <code>undefined</code>, like <code>/items filter:donate:undefined</code>.<br>
*To search for items that '''don't''' have a property, you can use <code>undefined</code>, like <code>/items filter:donate:undefined</code>.
The left-hand side of the filter is case-sensitive, so itemBoost will work and itemboost won't.<br>
*The left-hand side of the filter is case-sensitive, so itemBoost will work and itemboost won't.
Searches use substrings, so if you search <code>name:log</code>, it'll give all items with "log" in the name.<br>
*Searches use substrings, so if you search <code>name:log</code>, it'll give all items with "log" in the name.
If you want to search for multiple words, simply remove the spaces like <code>name:maplelog</code>.<br>
*If you want to search for multiple words, simply remove the spaces like <code>name:maplelog</code>.
If you leave the value (the right side of the <code>:</code>) empty, all items with the property will be matched.<br>
*If you leave the value (the right side of the <code>:</code>) empty, all items with the property will be matched.
If a value is a number, like level, you can use <, <=, >, and >= to do inequality searches like <code>level:<:100 cost:>:0</code>.<br>
*If a value is a number, like level, you can use <, <=, >, and >= to do inequality searches like <code>level:<:100 cost:>:0</code>.
If <code>--raw</code> is used in a recipe search, all the properties will reflect the raw recipes rather than the normal recipes, so, <code>uses:ironingot --raw</code> will return nothing as the raw recipes only use <code>ironore</code>.
*If <code>--raw</code> is used in a recipe search, all the properties will reflect the raw recipes rather than the normal recipes, so, <code>uses:ironingot --raw</code> will return nothing as the raw recipes only use <code>ironore</code>.
5

edits


Navigation menu