Skip to content
Update Recipe Conditions authored by Jules's avatar Jules
......@@ -19,7 +19,7 @@ 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: <, <=, >, >=, ==, =, !=, or you can use `equals` when comparing Strings |
| 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. |
......
......