everything stops working #41


  • New
  • Defect
Open
  • _ForgeUser15721855 created this issue Jun 6, 2014

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

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

    when i type /vote with my config nothing happens, but when i put the default config it, it works :P.

    What version of the product are you using?
    Latest

    Do you have an error log of what happened?
    No errors

    Please provide any additional information below.
    here's my config:

    #  GAListener v1.3.1
    http://www.minecraft-index.com

    #  settings section

    #  onlineonly - Only delivers rewards when the player is online.  If they are offline it will wait and deliver when they next join the server!
    #  luckyvote - Enables the lucky voting section this allows voters to have a random chance to receive additional rewards when they vote.
    #  permvote - Enables the permission voting section this allows voters to receive different rewards based upon their permissions.
    #  cumulative - Enables the cumulative voting section this allows voters to receive rewards once they have reached a certain number of votes.
    #  broadcastqueue - Show broadcast message for queued votes.
    #  broadcastoffline - Show broadcast message for offline queued votes.
    #  broadcastrecent - Show broadcast message to recent voters (last 24 hours)
    #  votecommand - Enables the /vote command which will show the message contained in the votemessage section at the bottom of the config.
    #  rewardcommand - Enables the /rewards command which will show a list of all the cumulative voting rewards.
    #  joinmessage - Show the message contained in the joinmessage section at the bottom of this config when a player joins the server.
    #  voteremind - Message players who haven't voted in the last 24 hours. Shows the message contained in the remindmessage section at the bottom of this config.
    #  remindseconds - How often (in seconds) between each reminder message.
    #  ratelimit - Ignore votes received within this many seconds since the last vote for the same player on the same site.  This should prevent duplicate votes.
    #  logfile - Log received votes to vote.log file.
    #  dbMode - Database mode. Use either mysql or sqlite.
    #  dbFile - Database filename for SQLite.
    #  dbHost - Database IP / Hostname for MySQL.
    #  dbPort - Database port for MySQL.
    #  dbUser - Database username for MySQL.
    #  dbPass - Database password for MySQL.
    #  dbName - Database name for MySQL.
    #  dbPrefix - Database table prefix.

    settings:
      onlineonly: true
      luckyvote: true
      permvote: false
      cumulative: true
      broadcastqueue: true
      broadcastrecent: true
      broadcastoffline: false
      votecommand: true
      rewardcommand: false
      joinmessage: true
      voteremind: false
      remindseconds: 300
      logfile: true
      dbMode: 'sqlite'
      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:
      default:
        broadcast: '{GOLD}[{BLUE}Fear-Vote{GOLD}] {GREEN}{username} {BLUE}has voted & received {GOLD}$420 3 Diamonds and 3 TnT! Vote @ FearPvP.net'
        playermessage: '{GREEN}Thanks for voting!'
        commands:
        - '/give {username} 264 3'
        - '/give {username} 46 3'
        - '/eco give {username} 420'
       Mc-Index:
        broadcast: '{GOLD}[{BLUE}Fear-Vote{GOLD}] {GREEN}{username} {BLUE}has voted & received {GOLD}$420 3 Diamonds and 3 TnT! Vote @ FearPvP.net'
        playermessage: '{GREEN}Thanks for voting!'
        commands:
        - '/give {username} 264 3'
        - '/give {username} 46 3'
        - '/eco give {username} 420'
      PlanetMinecraft:
        broadcast: '{GOLD}[{BLUE}Fear-Vote{GOLD}] {GREEN}{username} {BLUE}has voted & received {GOLD}$420 3 Diamonds and 3 TnT! Vote @ FearPvP.net'
        playermessage: '{GREEN}Thanks for voting!'
        commands:
        - '/give {username} 264 3'
        - '/give {username} 46 3'
        - '/eco give {username} 420'
      Minestatus:
        broadcast: '{GOLD}[{BLUE}Fear-Vote{GOLD}] {GREEN}{username} {BLUE}has voted & received {GOLD}$420 3 Diamonds and 3 TnT! Vote @ FearPvP.net'
        playermessage: '{GREEN}Thanks for voting!'
        commands:
        - '/give {username} 264 3'
        - '/give {username} 46 3'
        - '/eco give {username} 420'
      Minecraftservers:
        broadcast: '{GOLD}[{BLUE}Fear-Vote{GOLD}] {GREEN}{username} {BLUE}has voted & received {GOLD}$420 3 Diamonds and 3 TnT! Vote @ FearPvP.net'
        playermessage: '{GREEN}Thanks for voting!'
        commands:
        - '/give {username} 264 3'
        - '/give {username} 46 3'
        - '/eco give {username} 420'
      Minecraftserverlist:
        broadcast: '{GOLD}[{BLUE}Fear-Vote{GOLD}] {GREEN}{username} {BLUE}has voted & received {GOLD}$420 3 Diamonds and 3 TnT! Vote @ FearPvP.net'
        playermessage: '{GREEN}Thanks for voting!'
        commands:
        - '/give {username} 264 3'
        - '/give {username} 46 3'
        - '/eco give {username} 420'

    #  luckyvotes section
    #  The example below would give a 1 in 10 chance of a voter receiving an extra $1000 and a 1 in 50 chance of an extra $1000 and 100XP.

    luckyvotes:
      '10':
        broadcast: '{GOLD}[{BLUE}Fear-Vote{GOLD}] {GREEN}{username} {GOLD}was lucky and received an {GREEN}extra $2000!'
        playermessage: 'a'
        commands:
        - '/eco give {username} 2000'
      '20':
        broadcast: '{GOLD}[{BLUE}Fear-Vote{GOLD}] {GREEN}{username} {GOLD}was lucky and received an {GREEN}extra $5000!'
        playermessage: 'a'
        commands:
        - '/eco give {username} 5000'
      '50':
        broadcast: '{GOLD}[{BLUE}Fear-Vote{GOLD}] {GREEN}{username} {GOLD}was lucky and received an {GREEN}extra $10000!'
        playermessage: 'a'
        commands:
        - '/eco give {username} 10000'
      '100':
        broadcast: '{GOLD}[{BLUE}Fear-Vote{GOLD}] {GREEN}{username} {GOLD}was lucky and received {GREEN}50 McMMo points!'
        playermessage: 'a'
        commands:
        - '/addcredits {username} 50'
      '1000000':
        broadcast: '{GOLD}[{BLUE}Fear-Vote{GOLD}] {GREEN}{username} {GOLD}was lucky and received a {GREEN}Beacon!'
        playermessage: 'a'
        commands:
        - '/give {username} 138 1'

    #  permission reward section
    #  This example would give players with the permission node "gal.double" 10 Diamonds instead of their regular reward.

    perms:
      double:
        broadcast: '{GREEN}{username} {GOLD}has voted @ {GREEN}{service} {GOLD}and received {GREEN}10 Diamonds!'
        playermessage: '{GREEN}Thanks for voting at {AQUA}{service}!'
        commands:
        - '/give {username} 264 10'

    #  cumulative reward section
    #  This example would give players 20 Diamonds once they have reached a total of 10 votes.

    cumulative:
      '10':
        broadcast: '{GOLD}[{BLUE}Fear-Vote{GOLD}] {GREEN}{username} {BLUE}has voted 10 times {GOLD}and received {BLUE}$10000!'
        playermessage: '{GREEN}Thanks for voting {AQUA}10 times!'
        rewardmessage: '$10000'
        commands:
        - '/eco give {username} 10000'
      '25':
        broadcast: '{GOLD}[{BLUE}Fear-Vote{GOLD}] {GREEN}{username} {BLUE}has voted 25 times {GOLD}and received {BLUE}50 McMMo points!'
        playermessage: '{GREEN}Thanks for voting {AQUA}25 times!'
        rewardmessage: '50 McMMo points'
        commands:
        - '/addcredits {username} 50'
      '50':
        broadcast: '{GOLD}[{BLUE}Fear-Vote{GOLD}] {GREEN}{username} {BLUE}has voted 50 times {GOLD}and received {BLUE}10 Hoppers!'
        playermessage: '{GREEN}Thanks for voting {AQUA}50 times!'
        rewardmessage: '10 Hoppers'
        commands:
        - '/give {username} 154 10'
      '75':
        broadcast: '{GOLD}[{BLUE}Fear-Vote{GOLD}] {GREEN}{username} {BLUE}has voted 75 times {GOLD}and received {BLUE}$100000!'
        playermessage: '{GREEN}Thanks for voting {AQUA}75 times!'
        rewardmessage: '$100000'
        commands:
        - '/eco give {username} 100000'
      '100':
        broadcast: '{GOLD}[{BLUE}Fear-Vote{GOLD}] {GREEN}{username} {BLUE}has voted 100 times {GOLD}and now has access to {BLUE}kit June!'
        playermessage: '{GREEN}Thanks for voting {AQUA}100 times!'
        rewardmessage: 'Kit June'
        commands:
        - '/pex user {username} add essentials.kits.june'
      '125':
        broadcast: '{GOLD}[{BLUE}Fear-Vote{GOLD}] {GREEN}{username} {BLUE}has voted 125 times {GOLD}and received {BLUE}a chance to win Boss donor rank!'
        playermessage: '{GREEN}Thanks for voting {AQUA}125 times!'
        rewardmessage: 'Send a message to xBRENDYHD'
        commands:
        - '/mail send xBRENDYHD {username} Chance to win Boss!'

    #  blocked - a list of worlds where rewards should be disabled they will remain queued until the player is in an allowed world.

    blocked:
    - world_blocked

    #  Available formatting codes for messages:

    #  {service} {servicename} {SERVICE} = service name
    #  {username} {player} {name} = player username
    #  {votes} = current vote total
    #  & = Colour Symbol to enter manual colours / control codes
    #  {AQUA} {BLACK} {BLUE} {DARK_AQUA} {DARK_BLUE}
    #  {DARK_GRAY} {DARK_GREEN} {DARK_PURPLE} {DARK_RED} {GOLD}
    #  {GRAY} {GREEN} {LIGHT_PURPLE} {RED} {WHITE} {YELLOW} {BOLD}
    #  {ITALIC} {UNDERLINE} {STRIKETHROUGH} {STRIKE}
    #  {STRIKETHROUGH} {MAGIC} {RESET}

    votemessage:
    - '{GOLD}-----------------------------------------------------'
    - '{BLUE}Vote for us every day for rewards @ www.FearPvP.net/vote'
    - '{GOLD}-----------------------------------------------------'
    - '{AQUA}You currently have {GREEN}{votes} Votes'
    - '{GOLD}-----------------------------------------------------'
    - '{BLUE}Each vote you will receive 3 Diamonds 3 TnT and $420'
    - '{GOLD}-----------------------------------------------------'
    - '{BLUE}Lucky votes'
    - '{BLUE}10 vote = 10k'
    - '{BLUE}25 vote = 50 mcmmo'
    - '{BLUE}50 votes = 10 hoppers'
    - '{BLUE}75 votes = 100k'
    - '{BLUE}100 votes = acces to kit June'
    - '{BLUE}125 votes = A Chance to win Boss'

    remindmessage:
    - '{GOLD}-----------------------------------------------------'
    - 'You have not voted recently please vote to support the server'
    - '{GOLD}-----------------------------------------------------'
    - '{AQUA}You currently have {GREEN}{votes} Votes'

    joinmessage:
    - '{GOLD}-----------------------------------------------------'
    - '{BLUE}Vote for us every day for rewards @ www.FearPvP.net/vote'
    - '{GOLD}-----------------------------------------------------'
    - '{AQUA}You currently have {GREEN}{votes} Votes'
    - '{GOLD}-----------------------------------------------------'
    - '{BLUE}Each vote you'll receive 3 Diamonds 3 TnT and $420'
    - '{GOLD}-----------------------------------------------------'
    - '{BLUE}Lucky votes'
    - '{BLUE}10 vote = 10k'
    - '{BLUE}25 vote = 50 mcmmo'
    - '{BLUE}50 votes = 10 hoppers'
    - '{BLUE}75 votes = 100k'
    - '{BLUE}100 votes = acces to kit June'
    - '{BLUE}125 votes = A Chance to win Boss'

    #  Additional formatting codes for below:

    #  {TOTAL} = vote total - used for /rewards
    #  {REWARD} = current rewardmessage as specified in the cumulative reward section - used for /rewards
    #  {POSITION} = current rank - used for /votetop
    #  {username} = player name - used for /votetop

    rewardformat: '{GREEN}{TOTAL} Votes {GRAY}- {AQUA}{REWARD}'
    votetopformat: '{POSITION}. {GREEN}{username} - {WHITE}{TOTAL}'
    rewardheader:
    - '{GOLD}---------------- {WHITE}[ {DARK_AQUA}Rewards{WHITE} ] {GOLD}----------------'
    votetopheader:
    - '{GOLD}---------------- {WHITE}[ {DARK_AQUA}Top Voters{WHITE} ] {GOLD}----------------'
    rewardfooter:
    - '{AQUA}You currently have {GREEN}{votes} Votes'

  • _ForgeUser15721855 added the tags New Defect Jun 6, 2014

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