configuration/config.yml

    general:
      debug: false # Switches on debug information (Warning: best not to have this running on a production server of > 10 people) useful for confirming you have cuboids nailed down.
      plugin-stats-opt-out: false # use to switch off metrics reporting, see dumpling RC 2 release notes for more information
    ach:
      database:
        type: file # database type "null" - does not record achievements. Good for debug, "file" - yaml or "mysql" - sql server
        host: localhost # SQL details
        username: Beardstats # SQL details
        password: changeme # SQL details
        database: stats # SQL details
      msg:
        person: "Achievement Unlocked: <ACH>" # message to display to user when they unlock an achievement, supports &0-f color codes, <ACH> will be replaced with achievement name
        broadcast: "<PLAYER> Unlocked: <ACH>" # same as above, but for broadcasts
        ach: "Visit our website to view all your achievements."
        send:
          person: true #send achievements to players
          broadcast: false #broadcast when people get achievements
    achievements: # Achievement definitions
        old_timer:
          name: "Old Timer"
          descrip: "Been on here a while, ain't ya?"
          triggers:
            - "stat|stats:playedother:54000"

Comments

Posts Quoted:
Reply
Clear All Quotes