-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Mikeoso edited this page Mar 17, 2018
·
1 revision
Requirements:
- RPGEngine requires Vault
- RPGEngine is currently compatible against Version 1.12.2
- Download Vault and put it into your plugin folder
- Download RPGEngine and put it into your plugin folder
Template: <--- Configure the base Configuration for a Player without any ItemAttributes,
base-health: 20.0 keep in mind that Attributes like dodge or crit are counted in %.
base-healthRegen: 2.0
base-damage: 5.0
base-armor: 3.0
base-crit: 2.0
base-dodge: 2.0
Item:
Attributes: <--- Configure the keywords used to search for a specified attribute
Health:
keyword: health
Damage:
keyword: damage
Health-Regen:
keyword: regen
Dodge:
keyword: dodge
Critical:
keyword: crit-chance
Armor:
keyword: armor
Exp:
keyword: exp```