SimpleVoteListener not working!

Discussion in 'Bukkit Help' started by wilbree2, Apr 6, 2014.

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

    wilbree2

    This is my config :

    # Sends private message to the voting player.
    private-message: '&eThanks for voting!'

    # Sends public broadcast to server.
    public-message: '&e%name% voted from %service% at %time% with address %address%.'

    # Commands to be performed only if the player is offline, without the slash.
    offline-commands:
    - 'broadcast &eGo to %service% to vote for our server, just like %name% &edid!'
    # Commands to be performed if the player voted offline and joins the server.
    login-commands:
    - 'money give %name% 100'

    # Commands to be performed only if the player is online.
    online-commands:
    - 'money give %name% 100'


    # Commands to be performed after a given amount of time.
    # Separate command from time using ';' and define the time
    # using 'h' (hour), 'm' (minute), 's' (second). Exclude the slash
    # in front of the command unless the command requires another slash.
    timed-commands:
    # Note: Stopping or reloading the server will execute the timed commands.

    When someone votes they do not get any money!
     
  2. Offline

    Arrxzon

    wilbree2 is it in the plugins main directory or the plugins listener folder(this one should be in the plugins directory not listeners folder) ? did you correctly read how to set it up (with votifer plugin) ?
     
  3. Offline

    wilbree2

    This is in the SimpleVoteListener folder.

    Arrxzon

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 7, 2016
Thread Status:
Not open for further replies.

Share This Page