Name | <server.recipe_ids[(<type>)]> |
Returns | ListTag |
Description | Returns a list of all recipe IDs on the server.
Returns a list in the Namespace:Key format, for example "minecraft:gold_nugget". Optionally, specify a recipe type (CRAFTING, FURNACE, COOKING, BLASTING, SHAPED, SHAPELESS, SMOKING, CAMPFIRE, STONECUTTING, SMITHING, BREWING) to limit to just recipes of that type. Brewing recipes are only supported on Paper, and only custom ones are available. Note: this will produce an error if all recipes of any one type have been removed from the server, due to an error in Spigot. |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/tags/core/ServerTagBase.java#L196 |