Skip to content

CraftPlugin

dhohmann edited this page Oct 17, 2017 · 4 revisions

Description

This plugin adds some recipes to the server. It also provides features for displaying recipes in inventories.

Commands

Command Description
/recipelist This command lists all available recipes on the server. It supports autocomplete.
/recipe enable <recipe> This command enables the specified recipe, if it is provided by this plugin.
/recipe disable <recipe> This command disables the specified recipe, if it is provided by this plugin.
/recipe <recipe> This command displays the recipe in an inventory.

Configuration

Inside the configuration files, various changes can be applied to fulfill the desires of the server owner.

config.yml

This configuration file enables or disables the recipes per default.

Property Description
recipes This property enables or disables a recipe. Set it to true to enable, to false to disable
recipes.nametag Enables the nametag recipe.
recipes.netherstar Enables the netherstar recipe.
recipes.saddle Enables the saddle recipe.
recipes.godpickaxe Enables the godpickaxe recipe.
recipes.godaxe Enables the godaxe recipe.
recipes.godshovel Enables the godshovel recipe.
recipes.godshears Enables the godshears recipe.
--- ---
godlike This property defines the level of the god like behaviour. Set it to 1 for normal use (the item will break and contains only a few enchantments), set it to 2 for demigod use (the item wont break and will break a block instantly) and set it to 3 for godlike use (the item wont break, will break a block instantly and will drop the block itself)
godlike.godpickaxe Used for configuring the god-like pickaxe
godlike.godaxe Used for configuring the god-like axe
godlike.godshovel Used for configuring the god-like shovel
godlike.godshears Used for configuring the god-like shears

languages/*.yml

All files inside the languages folder will be used for defining the metadata of the recipes.

Property Description
commands Command related messages
commands.noserver Message saying that the server is not allowed to issue the command.
commands.wrongargnumber Message saying that more arguments are required.
commands.statechange.success Message saying that the recipe change was successful.
commands.statechange.failure Message saying that the recipe change failed.
commands.listrecipes.intro This defines the header used for the list of all available recipes.
--- ---
recipes Recipe related messages
recipes.saddle.name This defines the name of the saddle recipe.
recipes.saddle.description This defines the description of the saddle recipe.
recipes.netherstar.name see recipes.saddle.name
recipes.netherstar.description see recipes.saddle.description
recipes.nametag.name see recipes.saddle.name
recipse.nametag.description see recipes.saddle.description
recipes.godpickaxe.name see recipes.saddle.name
recipse.godpickaxe.description see recipes.saddle.description
recipes.godaxe.name see recipes.saddle.name
recipse.godaxe.description see recipes.saddle.description
recipes.godshovel.name see recipes.saddle.name
recipse.godshovel.description see recipes.saddle.description
recipes.godshears.name see recipes.saddle.name
recipse.godshears.description see recipes.saddle.description
Clone this wiki locally