Inactive [ADMIN] Greylist - whitelist and banlist to MySQL [1.3+]

Discussion in 'Inactive/Unsupported Plugins' started by zipron, Aug 29, 2012.

  1. Offline

    zipron

    GreyList v1.0
    Greylist is a plugin changing the way the whitelist and banlist works. Using MySQL, you can now use a database as whitelist and banlist. Why would you want this? You can now hook up any other program to your whitelist using your MySQL server. For example: an online registration form.

    Setup
    - drag'n'drop the jar file into your plugin folder
    - start your server and go check the config file in plugins/greylist/config.yml
    Code:
    database:
      host: 127.0.0.1
      database: minecraft
      user: bukkit
      password: ''
      authentication table: users
      authentication username field: user
    information:
      website: www.exaple.com
    
    - host is most of the time 127.0.0.1, except if you're running your MySQL server on another machine.
    - database is the database you choose, make sure your user has read and write permissions on it
    - user & password is your MySQL login data.
    - auth table and username field is the name of the table and the username field, by default, if you don't have any tables, you can leave these default and the plugin will create the table for you. If you want tp hook up the plugin with an existing authentication table, this is the way to do it.
    - the website will be given to players who aren't greylisted, telling them to go there to sign up.

    Commands
    - /greylist or /gl
    add <player>
    remove <player>
    ban <player>
    unban <player>
    list

    MySQL
    If you don't know how to setup MySQL, check out this guide: http://forums.bukkit.org/threads/bukkit-guide-mysql.50500/

    Download
    www.zipron.be/bukkit/greylist.jar

    Known bugs
    - Auth table uses four fields: username, password (which has nothing to do with your MC account), rank and currency. Only rank and username are used at the moment, however rank is not added as a variable in the config

    Feedback is apprieciated
     
  2. Offline

    zipron

    can this be approved?
     
  3. Offline

    Jozeth

Share This Page