Solved Votifier not working

Discussion in 'Bukkit Help' started by Sm0oth_kriminal, Dec 21, 2014.

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

    Sm0oth_kriminal

    Whenever anyone votes, it says you have voted successfully, but the reward never happens! this is my config:
    Votifier Config
    host: 199.92.20.208
    port: 27645
    debug: true
    listener_folder: plugins/Votifier/listeners

    and my GAlistener config
    GA Config
    Code:
    settings:
      onlineonly: true
      luckyvote: true
      broadcastqueue: true
      votecommand: true
      voteremind: false
    services:
      default:
        broadcast: '{DARK_AQUA}{username} {GOLD}has voted and received {DARK_AQUA}$10!'
        playermessage: '{GOLD}Thanks for voting, {DARK_AQUA}{username}!'
        commands:
          - '/pay {username} 10'
    luckyvotes:
      '10':
        broadcast: '{DARK_AQUA}{username} {GOLD}was lucky and received an{GREEN} extra $50!'
        playermessage: '{DARK_AQUA}You were lucky and received an extra {GREEN}$50!'
        commands:
          - '/pay {username} 50'
      '5':
        broadcast: '{DARK_AQUA}{username} {GOLD}had some luck and received an{YELLOW} extra $25!'
        playermessage: '{DARK_AQUA}You were lucky and received an extra {YELLOW}$25!'
        commands:
          - '/pay {username} 25'
      '50':
        broadcast: '{DARK_AQUA}{username} {GOLD}was very lucky and received an {GREEN}extra $75!'
        playermessage: '{DARK_AQUA}You were very lucky and received an {GREEN}extra $75!'
        commands:
          - '/pay {username} 75'
    votemessage:
      - '{GOLD}-----------------------------------------------------'
      - 'Vote daily, each vote rewards you with:'
      - '{DARK_AQUA}Vote at http://www.planetminecraft.com/server/diamond-mc/vote/'
      - '{DARK_AQUA}Vote at www.clearrealms.com'
      - '{DARK_AQUA}Vote at www.clearrealms.com'
      - '{DARK_AQUA}Vote at www.clearrealms.com'
      - '{GOLD}-----------------------------------------------------'


    EDIT:
    Versions:
    CB 1.7.9
    VOTIFIER 1.9
    GAListener 1.3.1

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 28, 2016
  2. Offline

    Larry Newman

    By this, do you mean the website that they're voting on says they've voted successfully? Or the Votifier plugin in-game says they've voted successfully?

    The website will say they've voted successfully, well, if they've voted successfully.
    The Votifier plugin in-game will say they've voted successfully if the plugin is successfully communicating with the website. The Votifier port must be opened by your server host, or if you're hosting it on your computer, you must port forward it. If Votifier is successfully communicating with the website, there may be a problem with the listener if it's not giving rewards.
     
  3. Offline

    Sm0oth_kriminal

    Never mind, there was a mix up with my server host, they mixed up the votifier ports, all you have to do is go to the votifier config and change it to any number(normal ports not in use), and update websites to port x.
    But thanks anyway!
     
Thread Status:
Not open for further replies.

Share This Page