How to configure HotFurnaceItems?
Find config.yml
- Go to folder /plugins/HotFurnaceItems/
- In this folder you can find config.yml. Everything is the same as with other plugins.
- Open and configure!
Config File Here:
# HotFurnaceItems By WINGS7N
# Chance in percents, sound time in ticks
# Materials - https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
# Effects - https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/potion/PotionEffectType.html
version: 2
damage:
chance: 35
count: 3
effect: BLINDNESS
effect_time: 60
effect_amp: 255
sound: ENTITY_ENDERMAN_SCREAM
sound_pitch: 3
potholder:
material: LEATHER
break_chance: 1
break_sound: ENTITY_ITEM_BREAK
break_sound_pitch: 1
DEV:
DEBUG: false
Settings description:
Soon...