Guest User

Broadcast not working for GAListener! PLEASE CORRECT!

a guest
Dec 29th, 2013
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.84 KB | None | 0 0
  1. # GiveAnything Config
  2. # http://www.mc-index.com
  3. #
  4. # Online only (default: true)
  5. # onlineonly: true
  6. #
  7. # Only delivers rewards when the player is online. If they are offline it will wait and deliver when they next join the server!
  8. #
  9. # Lucky vote (default: false)
  10. # luckyvote: false
  11. #
  12. # Enables the lucky voting section, this allows voters to have a random chance to receive additional rewards when they vote, for the format see below.
  13. #
  14. # Vote command (/vote) (default: false)
  15. # votecommand: true
  16. #
  17. # Enables the /vote command which will show the message contained in the votemessage section at the bottom of this config
  18. #
  19. # Login vote reminder (default: false)
  20. # voteremind: false
  21. #
  22. # Shows the message contained in the votemessage section at the bottom of this config to players when they join the server
  23. #
  24. # Services section (default is used if service doesn't exist)
  25. # MC-Index:
  26. # broadcast: '{GREEN}{username} {GOLD}has voted @ {GREEN}www.mc-index.com {GOLD}and received {GREEN}5 Diamonds {GOLD}and {GREEN}200 XP!'
  27. # playermessage: '{GREEN}Thanks for voting at {AQUA}{service}!'
  28. # commands:
  29. # - '/give {username} 264 5'
  30. # - '/xp give {username} 200'
  31. #
  32. # The above examples would give a voter 5 diamonds and 200XP whenever they vote on a site with the service name "MC-Index"
  33. #
  34. # Lucky votes section (disabled by default)
  35. # luckyvotes:
  36. # 50:
  37. # broadcast: '{GREEN}{username} {GOLD}was lucky and received an {GREEN}extra $1000!'
  38. # playermessage: '{GREEN}You were lucky and received an extra $1000!'
  39. # commands:
  40. # - '/eco give {username} 1000'
  41. # 100:
  42. # broadcast: '{GREEN}{username} {GOLD}was {GREEN}super lucky {GOLD}and received an {GREEN}extra $5000!'
  43. # playermessage: '{GREEN}You were super lucky and received an extra $5000!'
  44. # commands:
  45. # - '/eco give {username} 5000'
  46. #
  47. # The above examples would give a 1 in 50 chance of a voter receiving an extra $1000, and a 1 in 100 chance of $5000
  48. # If you do not use essentials economy, the command(s) can be modified to suit whichever economy you use.
  49. #
  50. # Vote Message
  51. # votemessage:
  52. # - 'add a message here with voting information'
  53. # - 'players will see this when they type /vote'
  54. #
  55. #
  56. # Available codes for messages / commands:
  57. #
  58. # {service} {servicename} {SERVICE} = service name
  59. # {username} {player} {name} = player username
  60. #
  61. # & = Colour Symbol to enter manual colours / control codes
  62. # {AQUA} {BLACK} {BLUE} {DARK_AQUA} {DARK_BLUE}
  63. # {DARK_GRAY} {DARK_GREEN} {DARK_PURPLE} {DARK_RED} {GOLD}
  64. # {GRAY} {GREEN} {LIGHT_PURPLE} {RED} {WHITE}
  65. # {YELLOW} {BOLD} {ITALIC} {UNDERLINE} {STRIKETHROUGH}
  66. # {STRIKE} {STRIKETHROUGH} {MAGIC} {RESET}
  67. #
  68.  
  69. settings:
  70. onlineonly: true
  71. luckyvote: true
  72. broadcastqueue: true
  73. votecommand: true
  74. voteremind: false
  75. services:
  76. Minecraft-Mp.com:
  77. broadcast: '&a{username} &9has voted at &1MineCraft-Mp.com &9and received &b2 Diamonds &4XP and &a$1150!'
  78. playermessage: '{GREEN}Thanks for voting at {AQUA}{service}!'
  79. commands:
  80. - '/give {username} 264 4'
  81. - '/eco give {username} 1150'
  82. - '/xp give {username} 150'
  83. - '/broadcast &a{username} &9Just &dvoted &9and received awesome things: &b4 Diamonds, &2$1150 &9and &4XP!!'
  84. PlanetMinecraft.com:
  85. broadcast: '&a{username} &9has voted at &1www.planetminecraft.com &9and received &b2 Diamonds &4XP and &a$1150!'
  86. playermessage: '{GREEN}Thanks for voting at {AQUA}{service}!'
  87. commands:
  88. - '/give {username} 264 4'
  89. - '/eco give {username} 1150'
  90. - '/xp give {username} 150'
  91. - '/broadcast &a{username} &9Just &dvoted &9and received awesome things: &b4 Diamonds, &2$1150 &9and &4XP!!'
  92. MinecraftServers.net:
  93. broadcast: '&a{username} &9has voted at &1minecraftservers.net &9and received &b2 Diamonds &4XP and &a$1150!'
  94. playermessage: '{GREEN}Thanks for voting at {AQUA}{service}!'
  95. commands:
  96. - '/give {username} 264 4'
  97. - '/eco give {username} 1150'
  98. - '/xp give {username} 150'
  99. - '/broadcast &a{username} &9Just &dvoted &9and received awesome things: &b4 Diamonds, &2$1150 &9and &4XP!!'
  100. broadcast: '&a{username} &9has voted at &1minecraftservers.org &9and received &b2 Diamonds &4XP and &a$1150!'
  101. playermessage: '{GREEN}Thanks for voting at {AQUA}{service}!'
  102. commands:
  103. - '/give {username} 264 4'
  104. - '/eco give {username} 1150'
  105. - '/xp give {username} 150'
  106. - '/broadcast &a{username} &9Just &dvoted &9and received awesome things: &b4 Diamonds, &2$1150 &9and &4XP!!'
  107. luckyvotes:
  108. '10':
  109. broadcast: '{GREEN}{username} {GOLD}was lucky and received an {GREEN}extra $1000!'
  110. playermessage: '{GREEN}You were lucky and received an extra $1000!'
  111. commands:
  112. - /eco give user {username} 1000
  113. '50':
  114. broadcast: '{GREEN}{username} {GOLD}was super lucky and received an {GREEN}extra 100 XP and $1000!'
  115. playermessage: '{GREEN}You were super lucky and received an {GREEN}extra 100 XP and $1000!'
  116. commands:
  117. - /xp give {username} 100
  118. - /eco give {username} 1000
  119. votemessage:
  120. - ' &0&lD&b&lD&6&lR &a&lVoting '
  121. - '{GOLD}-----------------------------------------------------'
  122. - '&a&lMake Sure You Vote Everyday for: &b&l4 Diamonds&r&l, &2&l$1150&r&l, and &4&lXP &r&lPer vote&5&l&k!!!'
  123. - '{GOLD}Minecraft-Mp -'
  124. - '&1http://minecraft-mp.com/server/25977/vote/'
  125. - '{GOLD}PlanetMC -'
  126. - '&1http://www.planetminecraft.com/server/dark-diamond-realms-pvp/vote/'
  127. - '{GOLD}Mcservers.net -'
  128. - '&1http://minecraftservers.net/server/67750/vote/'
  129. - '{GOLD}MinecraftServers.Org -'
  130. - '&1http://minecraftservers.org/vote/102842'
  131. - '{GOLD}-----------------------------------------------------'
Advertisement
Add Comment
Please, Sign In to add comment