2 How to configure
WINGS07 edited this page 2022-04-30 19:32:37 +03:00

How to configure HotFurnaceItems?

Find config.yml

  1. Go to folder /plugins/HotFurnaceItems/
  2. In this folder you can find config.yml. Everything is the same as with other plugins.
  3. 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...