config.yml

Debug: true
OrbSettings:
  Item:
    Base-Type: SLIME_BALL
    Filling-Type: EYE_OF_ENDER
    Full-Type: MAGMA_CREAM
    Enchanted: true
    Name: "&c&lBlood Orb"
    Lore:
      - ''
      - '&4Blood: &c{current-blood} / {max-blood}'
      - ''
      - '&7&o( Mutilate your enemies and gather'
      - '&7&otheir blood for extra power )'
  Settings:
    Blood-Drop-Amount: 20
    Blood-Collect-Cooldown: 10 # Seconds
    Blood-Max-Storage: 100
    Orb-Use-Cooldown: 5 # Minutes
  Powers:
    # Set health and hunger to full
    Fill-Health: true
    Heal-Player: true # removes debuffs
    Fill-Hunger: true
    Saturation-Boost: 20
    Potion-Effects:
      # EFFECT_NAME:LEVEL:DURATION
      # Levels start @ 0
      - 'SPEED:1:60'
      - 'INCREASE_DAMAGE:1:60'
      - 'REGENERATION:0:60'
      - 'DAMAGE_RESISTANCE:1:60'
    Commands:
      - 'give {player} 322 4'
Leaking:
  Enabled: true
  Leak-Time: 60
  Leak-Decay-Amount: 20 # -1 for ALL blood

Cosmetics:
# When they right-click full orb shoot some particles out above them or some shit
  Consume-Particle: HUGEEXPLOSION
  Consume-Sound: LEVEL_UP
  Full-Sound: FIRE_IGNITE

Last updated