Skip to content
Mikeoso edited this page Mar 17, 2018 · 1 revision

RPGEngine

Your tool for a nice RPG-Server!


Installation

Requirements:

  • RPGEngine requires Vault
  • RPGEngine is currently compatible against Version 1.12.2
  1. Download Vault and put it into your plugin folder
  2. Download RPGEngine and put it into your plugin folder

Configuration

  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```


Clone this wiki locally