Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Configuration

Dániel Pécsi edited this page Sep 15, 2018 · 5 revisions

Messages are now in messages.properties

ranks: # Rank list
  '1':
    name: coal # Group name in permissions plugin (+getrank name)
    display: '&8Coal' # Displayed name
    priority: 1 # Rank priority (higher=better rank;0=default)
    price: 100 # Price of rank
  '2':
    name: iron
    display: '&7Iron'
    priority: 2
    price: 200
  '3':
    name: gold
    display: '&6Gold'
    priority: 3
    price: 300
  '4':
    name: diamond
    display: '&bDiamond'
    priority: 4
    price: 400
  '5':
    name: emerald
    display: '&aEmerald'
    priority: 5
    price: 500
  '6':
    name: default
    display: '&5None'
    priority: 0
    price: 0

Clone this wiki locally