Need help setting up Votifier

Discussion in 'Bukkit Help' started by londcraft123, Apr 3, 2013.

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

    londcraft123

    OK, so i heard about a plugin called votifier which could count when you vote for a server on a server
    but i'm having a problem setting it up.
    Most of it i tried guessing so that's why I probably got it wrong and i did follow some tutorials on you tube. Votifier dosen't appear to have any errors it shows on console when i start it. But when you vote nothing happens. My configuration is like this

    \plugins\Votifier\config.yml
    Code:
    host: 82.145.58.241
    port: 2221
    debug: false
    listener_folder: plugins
    I also have VoteSQL as a listener the config goes like this:

    \plugins\VoteSQL\settings.yml
    Code:
    # Thanks for choosing VoteSQL! Simply change the info below. The FlatFileListener on the first vote may not record it!
    VoteSQL:
      onVote:
        Enabled: true
        Message: '&f%P &6earned $70 by voting for us!'
      MySQL:
        Enabled: false
        Server: Server Address eg.Localhost
        Database: Place Database name here
        User: Place User of MySQL Database here
        Password: Place User password here
        Table_Prefix: votesql
      FlatFile:
        Enabled: false
      currency:
        Enabled:true
        Amount: 70
        Message: ''
    
    It also has a file called "playerdata.yml" but thats empty.

    Im using Windows 7 if that effects anything and my server IP is 82.145.58.241
    Im sure i'm doing something very wrong but i can't seen to understand votifier at all.



     
  2. Offline

    JWhy

    I can prove your votifier "server" works correctly, as I can connect to it.

    [​IMG]

    I looked at that VoteSQL file and you have neither flatfile nor mysql enabled. So what do you expect it to do if it's all disabled?
     
  3. Offline

    londcraft123

    OK, ive set mysql and flatfile to enabled but im not sure what an earth to put in.

    Code:
    # Thanks for choosing VoteSQL! Simply change the info below. The FlatFileListener on the first vote may not record it!
    VoteSQL:
    onVote:
    Enabled: true
    Message: '&f%P &6earned $70 by voting for us!'
    MySQL:
    Enabled: true
    Server: Im guessing 82.145.58.241 as thats my server IP.
    Database: I don't know what to put here.
    User: I don't know what to put here.
    Password: I don't know what to put here.
    Table_Prefix: I don't know what to put here.
    FlatFile:
    Enabled: true
    currency:
    Enabled:true
    Amount: 70
    Message: ''
     
  4. Offline

    JWhy

    Do you have a mysql database?
    And what did you want to use VoteSQL for?
     
  5. Offline

    BrianGamesLOL

    I need help with this aswell. I'll let you know what I find.
     
  6. Offline

    astroskillz

    You can only have either one of then enabled. Disable MySQL and enable flat file.
     
  7. Offline

    londcraft123

    Right, I tried that but when I voted nothing happened.
     
  8. Offline

    astroskillz

    You made a typo with Enabled:true. Use this:

    Code:
    # Thanks for choosing VoteSQL! Simply change the info below. The FlatFileListener on the first vote may not record it!
    VoteSQL:
    onVote:
    Enabled: true
    Message: '&f%P &6earned $70 by voting for us!'
    MySQL:
    Enabled: false
    Server:
    Database:
    User:
    Password:
    Table_Prefix:
    FlatFile:
    Enabled: true
    currency:
    Enabled: true
    Amount: 70
    Message: ''
     
Thread Status:
Not open for further replies.

Share This Page