
SUPPORTED VERSIONS: 1.9, 1.10 and 1.11 (1.8 cannot be supported because it does not support many ArmorStand heads)
CampFire enables you too create campfires anywhere.
Just right click on the ground using sticks to create a fire pit.
The campfire is represented using ArmorStands. Therefore no resource pack is required!
It will slowly burn the sticks and therefore you need to replenish them!
(Time per stick is configurable)

Preview

Cook anything!
This is the main feature of the plugin. Just right click with your food or ore onto the campfire and it will cook it for you over time!
(Time until an item is cooked is configurable)
Preview Video:
Configuration
Once the plugin is loaded it will generate a config.yml where you can edit any value. Important: it will also create a file called as_schematic.yml which is needed. Please do not edit it. Default configuration file:
Code:
cook_time_per_item_in_seconds: 7.2
burn_time_per_stick_in_seconds: 3.8
destroy_campfire_on_leftclick: true
#by default anyone can use any's campfire. Set this to true so they can't
campfires_are_private: false
#this will be shown to the player if he wants to smelt a blacklisted item
item_is_forbidden: §cYou cannot smelt this item!
#these items are blacklisted by default. Edit them as you wish
not_allowed_to_use_others_campfire: §cYou are not allowed to use someone else's campfire!
not_allowed_to_create_campfire: §cYou don't have any permissions to create campfires.
forbidden_items:
- sand
- gold_ore
For a list to black name items: CLICK HERE
Just use search for the items using ctrl+f (or cmd+f on Mac) and add them to the list. You don't have to pay attention to the casing. You need to pay attention to the underscores though
Permissions:
Code:
campfire.create
default: true
Every player (and OP) has this permissions by default. You will need to explicitly disable it with your permission manager

CONTACT ME in the case of problems and I'll try to fix it as soon as possible.
Bad reviews don't motivate to fix problems!