Updated Recipe Conditions (creole) authored by Indyuce's avatar Indyuce
...@@ -8,6 +8,7 @@ recipes: ...@@ -8,6 +8,7 @@ recipes:
``` ```
| Condition | Usage | Description | | Condition | Usage | Description |
| Min Lvl. | {{{level{level=<min>}}}} | Players must be Lvl X or higher. | | Min Lvl. | {{{level{level=<min>}}}} | Players must be Lvl X or higher. |
| Class | {{{class{list=<Class Name>,<Class Name 2>...}}}} | Restricts a recipe to certain classes
| Permission | {{{perms{list=<perm1>,<perm2>...}}}} | Only players with specific perms may use the recipe. | Permission | {{{perms{list=<perm1>,<perm2>...}}}} | Only players with specific perms may use the recipe.
| Food | {{{food{amount=<amount>}}}} | The recipes consumes (and requires) X food. | | Food | {{{food{amount=<amount>}}}} | The recipes consumes (and requires) X food. |
| Mana | {{{mana{amount=<amount>}}}} | The recipe consumes (and requires) X mana. | | Mana | {{{mana{amount=<amount>}}}} | The recipe consumes (and requires) X mana. |
... ...
......