config.yml

version: 1.1

command: skills

allocate: allocate

dislocate: dislocate

buy: buy

Acrobatics:
  Damage-Modifier-Per-Level: 0.1
  enabled: true
  maxlevel: 15
  passive: true
  active: true
  Active-Skill-Time: 5
  coolDown-Decrease-Per-Level: 1

Herbalism:
  Double-Drop-Chance-Per-Level: 0.1
  enabled: true
  maxlevel: 15
  passive: true

Lumberjack:
  Double-Drop-Chance-Per-Level: 0.1
  Tree-Fell-Chance-Per-Level: 0.1
  enabled: true
  maxlevel: 15
  passive: true
  active: true
  Active-Skill-Time: 5
  coolDown-Decrease-Per-Level: 1

Archery:
  enabled: true
  On-Headshot-Damage-Modifier-Per-Level: 0.1
  maxlevel: 15
  passive: true

Fishing:
  enabled: true
  Treasures:
  - enchantments:
    - id: 16
      level: 5
    - id: 17
      level: 3
    amount: 1
    id: 268
    data: 0
    chance: 10
    minlvl: 5
  - amount: 1
    id: 268
    data: 0
    chance: 20
    minlvl: 3
  maxlevel: 15
  passive: true

Mining:
  enabled: true
  Double-Drop-Chance-Per-Level: 0.1
  maxlevel: 15
  passive: true

Swordsmanship:
  enabled: true
  Damage-Modifier-Per-Level: 0.1
  Bleed-Chance-Per-Level: 0.1
  maxlevel: 15
  passive: true

Unarmed:
  enabled: true
  Damage-Modifier-Per-Level: 0.1
  Critical-Hit-Damage-Modifier: 1.5
  Critical-Hit-Chance-Per-Level: 0.01
  maxlevel: 15
  passive: true

Repair:
  enabled: true
  Downgrade-Chance-Decrease-Per-Level: 0.1
  Enchant-Stay-Chance-Per-Level: 0.05
  Repair-Bonus-Per-Level: 0.1
  Wood-MinLvl: 0
  Stone-MinLvl: 0
  Leather-MinLvl: 0
  String-MinLvl: 0
  Iron-MinLvl: 3
  Gold-MinLvl: 3
  Diamond-MinLvl: 5
  maxlevel: 15
  passive: true

Axes:
  enabled: true
  Damage-Modifier-Per-Level: 0.1
  Knockback-Chance-Per-Level: 0.1
  maxlevel: 15
  passive: true

Excavation:
  enabled: true
  Double-Drop-Chance-Per-Level: 0.1
  maxlevel: 15
  passive: true

starter-level: 1

starter-skillpoints: 15

skillpoint-cost: 100

skillpoint-cost-increase: 100

cost-formula: (%baseCost%+((%allocatedSkillpoints%+%nonAllocatedSkillpoints%)-%starterSkillpoints%)*%skillpointsCostIncrease%)*%amount%

base-Cooldown: 20

ignore-world:
- world1
- world2
- world3

mysql:
  enabled: false
  server: localhost
  port: 3306
  user: root
  password: '******'
  db: yourDatabaseName
  prefix: UL_

Comments

Posts Quoted:
Reply
Clear All Quotes