Example Config

Pages

######################################
#            MySql section           #
######################################
MySQL:
    database:
        username: username
        password: password
        database: database
        mcmmoPrefix: mcmmo_ # The mcmmo table prefix in your database
    server:
        port: 3306
        address: localhost
######################################
#        Rewards setup section       #
######################################
# plvl lines up to name, please keep it exact
rSetup:
    plvl:
        - 1
        - 10
    name: 
        - example
        - example2
######################################
#           Rewards section          #
######################################
rewards:
    example:
        requirements: no
        oneStatAt: none
        twoStatsAt: none
        threeStatsAt: none
        allStatsAt: none
        commands: /msg {player} you have been given the reward example
    example2:
        requirements: yes
        oneStatAt: none
        twoStatsAt: 5
        threeStatsAt: none
        allStatsAt: none
        commands: /msg {player} you have been given the reward example2/give {player} 1 57

Comments

Posts Quoted:
Reply
Clear All Quotes