Config.yml

Config.yml Help

Your current config.yml should look like this:

mysql:
  hostname: hostname
  port: '80'
  database: database
  username: username
  password: password
  tablename: PetBukkit
updater:
  enabled: true

Here's what they mean:

mysql.*

  • mysql.hostname - The host name of your database, typically the IP.
  • mysql.port - The port of your database.
  • mysql.database - The name of the database you are using for this plugin.
  • mysql.username - The username you use to log in to your database.
  • mysql.password - The password you use to log in to your database.
  • mysql.tablename - The name of the table PetBukkit will store it's info in.
    • In case you're worried about your personal info, view the source code here. Your data is only stored locally.

updater.*

  • updater.enabled - Whether or not the updater is enabled.

Comments

  • To post a comment, please or register a new account.
Posts Quoted:
Reply
Clear All Quotes