Update Recipe Conditions authored by Jules's avatar Jules
......@@ -18,12 +18,12 @@ recipes:
|------------|----------------------------------------------|------------------------------------------------------|
| Min Lvl. | `level{level=<min>,consume=<true/false>}` | Players must be Lvl X or higher. `consume` is whether or not the levels should be consumed. |
| Class | `class{list=<Class Name>,<Class Name 2>...}` | Restricts a recipe to certain classes |
| Permission | `permission{list="<perm1>,<perm2>...";display="...."}` | Only players with specific perms may use the recipe. `display` is how the condition looks like in the item lore |
| Placeholder | `placeholder{placeholder="<Placeholder>~<Comparator>~<Number>";display="...."}` | Check the placeholder of a Player, then compare it to a number of your choice. Comparator list: `<`, `<=`, `>`, `>=`, `==`, `!=`. Use `eq` or `neq` when comparing strings |
| Permission | `permission{list="<perm1>,<perm2>...";display="..."}` | Only players with specific perms may use the recipe. `display` is how the condition looks like in the item lore |
| Placeholder | `placeholder{placeholder="<Placeholder>~<Comparator>~<Number>";display="..."}` | Check the placeholder of a Player, then compare it to a number of your choice. Comparator list: `<`, `<=`, `>`, `>=`, `==`, `!=`. Use `eq` or `neq` when comparing strings |
| Food | `food{amount=<amount>}` | The recipes consumes (and requires) X food. |
| Mana | `mana{amount=<amount>}` | The recipe consumes (and requires) X mana. |
| Stamina | `stamina{amount=<amount>}` | The recipe consumes (and requires) X stamina. |
| Money | `money{amount=<amount>}` | The recipe costs (and requires) X Vault currency. |
| Mana | `mana{amount=<amount>,format="0.#"}` | The recipe consumes (and requires) X mana. |
| Stamina | `stamina{amount=<amount>,format="0.#"}` | The recipe consumes (and requires) X stamina. |
| Money | `money{amount=<amount>,format="0.#"}` | The recipe costs (and requires) X Vault currency. |
| Min Profession Lvl. | `profession{profession=<profession>,level=<min>}` | Players must be Lvl X in a profession or higher (MMOCore). |
The `hide-when-locked` recipe option only triggers when at least one of
......
......