Rewards + Broadcast messages #97


  • New
  • Defect
Open
  • _ForgeUser22391584 created this issue Jun 13, 2016

    What steps will reproduce the problem?
    1.
    2.
    3.

    What is the expected output? What do you see instead?

    Expected output: Receiving 5 diamonds and seeing  broadcast message saying I voted
    What I see instead: when I do /vote, my votes are cumulative, so  the Listener is working. I am not receiving my rewards or seeing a broadcast message!

    What version of the product are you using?

    Latest version

    Do you have an error log of what happened?

    No error log.

    Please provide any additional information below.

    Config [settings and services]

    settings:
      onlineonly: false
      luckyvote: false
      permvote: false
      cumulative: true
      broadcastqueue: true
      broadcastrecent: true
      broadcastoffline: true
      votecommand: true
      rewardcommand: true
      joinmessage: true
      voteremind: true
      remindseconds: 300
      ratelimit: 10
      logfile: true
      dbMode: 'mysql'
      dbFile: 'GAL.db'
      dbHost: 'localhost'
      dbPort: 3306
      dbUser: 'root'
      dbPass: ''
      dbName: 'GAL'
      dbPrefix: ''

    #  services section (default is used if service doesn't exist)
    #  The example below would give 5 diamonds per vote.

    services:
      https://www.minestatus.net/146752-redwarzone:
        broadcast: '{GREEN}{username} {GOLD}has voted @ {GREEN}{Minestatus.net} {GOLD}and received {GREEN}5 Diamonds!'
        playermessage: '{GREEN}Thanks for voting at {AQUA}{service}!'
        commands:
        - '/give {username} 264 5'
      MC-Index:
        broadcast: '{GREEN}{username} {GOLD}has voted @ {GREEN}MC-Index.com {GOLD}and received {GREEN}10 Diamonds!'
        playermessage: '{GREEN}Thanks for voting at {AQUA}{service}!'
        commands:
        - '/give {username} 264 5'

  • _ForgeUser22391584 added the tags New Defect Jun 13, 2016

To post a comment, please login or register a new account.