essence embers - magemonkeystudio/divinity GitHub Wiki

๐Ÿ”ฅ 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