-
Notifications
You must be signed in to change notification settings - Fork 43
1. Read first
This page explains some important terms and names used in the plugin.
Namespaced keys are used to identify and register recipes and items, and prevent duplicates of other custom items/recipes or vanilla items/recipes.
It is highly advised that you use useful namespaces and keys, so you can easily manage recipes and items.
They are represented in the format namespace:key or namespace key.
Usually, when asked to type it into the chat, the format namespace key is used (Use /wui <namespace> <key> whenever you are asked to input it into the chat to get tab completions!).
(Also see vanilla Namespaced ID)
-
Main Menu -- The menu that will open up when executing
/cc. From here you can go to the Settings and Creators. - Recipe Creator -- GUI to create all types of recipes. The type depends on the type selected on the MainMenu.
- Item Creator -- GUI to create Items and CustomItems.
- Recipe List -- A list of all the custom recipes you created. From here they can be edited, deleted, or disabled. It also displays vanilla recipes, which can be disabled.
-
Recipe Book -- GUI that contains all your custom recipes. It allows your players to view the recipes. Can be accessed via
/recipes
There are two different kinds of custom crafting tables:
- Advanced Crafting Table -- A crafting table using the vanilla crafting GUI and allows you to craft recipes specifically made for it.
- Elite Crafting Table -- A crafting table with a custom crafting GUI and up to a 6x6 crafting grid. (No default available! Create one via the ItemCreator).
CustomItem are created and saved via the ItemCreator or WolfyUtilities under a unique Namespaced key.
They can contain special options, that are saved to a config.
Additionally, they act as a link to Items saved in other plugins like Oraxen, ItemsAdder, or MythicMobs. Furthermore, they will save a config value that corresponds to the specific plugin and load it accordingly. Changes made to linked Items will be directly applied to the Recipes/CustomItems containing the link.
| Home
- Editions
- Installation
- Performance
- Terminology
-
Save & Register location
-
Result
-
Ingredients
-
Recipe Group
-
Hide Recipe
-
Priority
-
Ingredient Options
- Tags
- Replace with Remains
- Allow Empty Ingredient
-
Result Options
-
Tags
-
Target
- Damage
- Display Name
- Display Lore (v4.16.4+)
- Enchantments
- Echanted Book
- Book Meta (v4.16.5+)
- Banner Patterns (v4.16.5+)
- Firework Rocket
- PlaceholderAPI
- NBT
-
| Updating
- From 1.6.5.x
- From 1.6.4.0
- From 1.6.3.0 or older
- Custom Recipe Book
- Vanilla Recipe Book