ExampleClass.yml

classname: ExampleClass
default: false
price: 0
power-source: mana
minlevel: 0
maxlevel: 10
attributemultipliers:
  strength: 2.0
nopermitteditems:
- STONE_SWORD
nopermittedarmors:
- IRON
- DIAMOND
permittedrecipes:
- STONE_SWORD
skills:
  SuddenDeath:
    0:
      cooldown: 5
      cost: 10
      range: 5
  IceFeet:
    0:
      cooldown: 10
      cost: 10
      duration: 8
  FrozenPath:
    0:
      cooldown: 10
      cost: 10
      duration: 8
  Cook:
    0:
      cooldown: 15
  Heal:
    0:
      cooldown: 10
      attribute: Intellect
      atrMultiplier: 1
      damage: 5
      cost: 10
      range: 10
  Repulse:
    0:
      attribute: Intellect
      atrMultiplier: 0.01
      cooldown: 10
      cost: 10
      range: 8
  FireArrow:
    0:
      cooldown: 10
      cost: 10
      duration: 1
  FrostArrow:
    0:
      cooldown: 10
      cost: 10
      duration: 1
      damage: 1
  EnderArrow:
    0:
      cooldown: 10
      cost: 10
      range: 10
  SharpBlow:
    0:
      attribute: Strength
      atrMultiplier: 0.5
      cooldown: 10
      cost: 10
      damage: 2
  Charge:
    0:
      cooldown: 10
      range: 10
      cost: 10
      value: 4
  FireBall:
    0:
      cooldown: 10
      cost: 10
      damage: 1
      area: 3
      attribute: Intellect
      atrMultiplier: 0.5
  Rush:
    0:
      cooldown: 10
      cost: 10
      value: 0.5
      duration: 5
      attribute: Agility
      atrMultiplier: 0.0005
  BigJump:
    0:
      cooldown: 10
      cost: 10
      value: 1
  DeepWound:
    0:
      cooldown: 5
      cost: 2
      damage: 2
      duration: 3
      attribute: Strength
      atrMultiplier: 1
  WarScream:
    0:
      cooldown: 20
      value: 10
  Leech:
    0:
        cooldown: 10
        cost: 5
        duration: 10
        value: 0.5
  Lightning:
    0:
        cooldown: 5
        cost: 2
        damage: 10 
        range: 10
        attribute: Intellect
        atrMultiplier: 1.0
  BlazeRitual:
    0:
        cooldown: 10
        cost: 5
        duration: 10
        range: 2
tier: 0

If you want to allow craft or use all items you can use:
- '*'
Then if you want to deny some item:

- -ITEM_NAME


Comments

Posts Quoted:
Reply
Clear All Quotes