Configuration

#Database info
#Valid values for connection are sqlite, mysql
#using mysql is preferred.
connection:
    type: sqlite

    # configure these lines if you are using mysql
    mysqlURL: 127.0.0.1
    database: TimedRanks
    user: user
    pass: password

#Valid values for alternativerankmethod are true and false.
#false tracks how long a player has been logged in.
#true: once a day (by server time) a user can increment their
#time by one, by logging in
alternativerankmethod: false

#use the actual group names for configuring the time
#duplicate groups are supported
#the highest time field supported is weeks 
#When ranktype is set to days, only use the days field
#DO NOT USE <WORLD> YET!!! INCLUDED HERE FOR THE FUTURE
defaultrank: guest    
ranks:
    ranktest: 10w4d15h10m30s
    rankreal: 500s
rankcommand: perm set group <group> <player> <world>

#Demote a user on death? True means enabled.
#demotionsteps controls the number of ranks people go down.
#Zero is the same as dropping them all the way to the bottom.
deathdemote: false
demotionstep: 0
deathcommand: perm set group <group> <player> <world>

#rankmethod and listmethod control how often to rank people up,
#and generate the top 5 in seconds.
rankfrequency: 60
generatelist: true
listfrequency: 600

Comments

Posts Quoted:
Reply
Clear All Quotes