Solved PermissionsEX Mysql

Discussion in 'Bukkit Help' started by F-Crafting, Jan 1, 2013.

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

    F-Crafting

    Hey i wanna ask where i need to put my database settings in PermissionsEX because in the config it says only this
    Code:
    permissions:
      backend: file
      backends:
        file:
          file: permissions.yml
      superperms: {}
    
    and i dont know where to put them.Thanks and have a Happy New Year :]
     
  2. Offline

    drtshock

    You need to make your config like this:

    Code:
    permissions:
      basedir: plugins/PermissionsEx
      backend: sql
      backends:
        sql:
          driver: mysql
          uri: mysql://domain:3306/database
          user: username
          password: password
      superperms: {}
    
     
  3. Offline

    F-Crafting

    Thank you very much :]
     
Thread Status:
Not open for further replies.

Share This Page