/furnace give <player> <key> - Give a player a furnace
/furnace reload - Reloads the plugin
Permissions
furnace.command.help - Allows use of the /furnace command
furnace.command.give - Allows use of the /furnace give command
furnace.command.reload - Allows use of the /furnace reload command
Furnace Type
EFFICIENCY - Makes items burn faster inside the furnace
FORTUNE - Allows you to obtain more output items from the furnace
Code (YAML):
settings:
require-silk-touch: true
Code (YAML):
messages:
no-permission: '&cYou don''t have permission to use this command!'
furnace-not-exist: '&7That furnace doesn''t exist!'
player-not-found: '&cPlayer is not online!'
sender-give: '&7You have given a &b
%type% to &7%player%' target-give: '&7You have been given a &b
%type%' commands:
descriptions:
admin:
give: '<player> <furnace> &f&oGive a player a furnace'
reload: '&f&oReloads the plugin'
reload-success: '&aSuccessfully reloaded!'
errors:
reload-fail: '&cA serious error occurred during reloading'