Config

==== RankMarket example config: ====

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
ranks:
  miner:             << This is the name that will show up in game and is also the permission name. "rankmarket.miner"
    groups:
    - miner          << This is the group the player will be added too. 
    cost: 200        << This is the price that the rank will cost. WARNING: Setting this value to zero may stop ranks from changing.
  builder:           << This permission will be "rankmarket.builder"
    groups:
    - builder
    cost: 5000
  member:            << This permission will be "rankmarket.member"
    groups:
    - member
    cost: 100
  vip:               << This permission will be "rankmarket.vip"
    groups:
    - vip
    cost: 10000