Why bukkit.yml?

Discussion in 'Bukkit Help' started by pomo4ka, Jun 5, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    pomo4ka

    In the home directory server, a file "bukkit.yml", for which he serves?
    Code:
    database:
        username: ****
        isolation: SERIALIZABLE
        driver: com.mysql.jdbc.Driver
        password: ****
        url: jdbc:mysql://localhost:3306/****
    settings:
        update-folder: update
    
    I hooked it to the "MySQL", he created a table, but they always empty, regardless of whether anyone has anything or not.
     
  2. Offline

    Kaosvf

    it os of PreciousStone
     
  3. Offline

    1lann

    Incorrect. It's a multiple-purpose config file for plugins that support MySQL but do not have their own settings for MySQL so they just copy it from bukkit.yml.

    The plugin list includes:
    PreciousStones
    Jail
    iConomy
    MinecartMania
    +more

    This does not include:
    Permissions 3.x
    BigBrother
    LogBlock

    Also you'll need the jbdc driver which is avaliable from the Jail plugin page under the download for "MySQL Database" or something like that. Just download that, put it in your root of your server folder, NOT the lib folder and that should do it.
     
    ksevelyar likes this.
  4. Offline

    pomo4ka

    Clear. Thank you.
     
Thread Status:
Not open for further replies.

Share This Page