Skip to content

essence sparks

goflishMC edited this page Jun 29, 2025 · 1 revision

⚡ Essence of Sparks

Creates sharp redstone spark effects as the player moves.


📄 File Path

To use this essence, create the following file:

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

🧪 Configuration

material: REDSTONE
name: '&cEssence of Sparks'
tier: rare
lore:
  - '&7Emits bursts of redstone sparks when moving.'
enchanted: true
item-flags:
  - '*'

effect:
  type: FOOT
  name: REDSTONE:255,45,45
  speed: 0.15
  amount: 8
  offset-x: 0.2
  offset-y: 0
  offset-z: 0.2
Clone this wiki locally