Skip to content

essence embers

goflishMC edited this page Jun 29, 2025 · 1 revision

🔥 Essence of Embers

Emits orange flame particles from your feet while walking.


📄 File Path

To use this essence, create the following file:

plugins/Divinity/modules/essences/items/embers.yml

🧪 Configuration

material: BLAZE_POWDER
name: '&6Essence of Embers'
tier: rare
lore:
  - '&7Leaves a trail of embers behind you.'
enchanted: true
item-flags:
  - '*'

effect:
  type: FOOT
  name: FLAME
  speed: 0.01
  amount: 5
  offset-x: 0.1
  offset-y: 0
  offset-z: 0.1
Clone this wiki locally