Guest User

GAListener Config - MC360FTW

a guest
Apr 8th, 2014
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.40 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: true
  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. # Permission vote (default: false)
  15. # permvote: false
  16. #
  17. # Enables the permission voting section, this allows voters to receive different rewards based upon their permissions, for the format see below.
  18. #
  19. # Cumulative vote (default: false)
  20. # cumulative: false
  21. #
  22. # Enables the cumulative voting section, this allows voters to receive rewards once they have reached a certain number of votes, for the format see below.
  23. #
  24. # Show broadcast message for Queued votes (default: true)
  25. # broadcastqueue: true
  26. #
  27. # Show broadcast message for offline queued votes (default: false)
  28. # broadcastoffline: true
  29. #
  30. # Show broadcast message to recent voters (last 24 hours) (default: true)
  31. # broadcastrecent: true
  32. #
  33. # Vote command (/vote) (default: true)
  34. # votecommand: true
  35. #
  36. # Enables the /vote command which will show the message contained in the votemessage section at the bottom of this config.
  37. #
  38. # Reward command (/rewards) (default: true)
  39. # rewardcommand: true
  40. #
  41. # Enables the /rewards command which will show a list of all the cumulative voting rewards.
  42. #
  43. # Join message (default: true)
  44. # joinmessage: true
  45. #
  46. # Show the message contained in the joinmessage section at the bottom of this config when a player joins the server.
  47. #
  48. # Message players who haven't voted in the last 24 hours (default: true)
  49. # voteremind: true
  50. #
  51. # How often (in seconds) between each reminder message.
  52. # remindseconds: 300
  53. #
  54. # Shows the message contained in the remindmessage section at the bottom of this config
  55. #
  56. # Log received votes to vote.log file (default: false)
  57. # logfile: false
  58. #
  59. # Database mode (default: sqlite)
  60. # dbMode: 'sqlite'
  61. #
  62. # Use either mysql or sqlite database mode
  63. #
  64. # Database filename (default: GAL.db) - for SQLite
  65. # dbFile: 'GAL.db'
  66. #
  67. # Database IP / Hostname (default: localhost) - for MySQL
  68. # dbHost: 'localhost'
  69. #
  70. # Database port (default: 3306) - for MySQL
  71. # dbPort: 3306
  72. #
  73. # Database username (default: root) - for MySQL
  74. # dbUser: 'root'
  75. #
  76. # Database password (default: none) - for MySQL
  77. # dbPass: ''
  78. #
  79. # Database name (default: GAL) - for MySQL
  80. # dbName: 'GAL'
  81. #
  82. # Database table prefix - for MySQL / SQLite
  83. # dbPrefix: ''
  84. #
  85. # Services section (default is used if service doesn't exist)
  86. # MC-Index:
  87. # broadcast: '{GREEN}{username} {GOLD}has voted @ {GREEN}www.mc-index.com {GOLD}and received {GREEN}5 Diamonds {GOLD}and {GREEN}200 XP!'
  88. # playermessage: '{GREEN}Thanks for voting at {AQUA}{service}!'
  89. # commands:
  90. # - '/give {username} 264 5'
  91. # - '/xp give {username} 200'
  92. #
  93. # The above examples would give a voter 5 diamonds and 200XP whenever they vote on a site with the service name "MC-Index"
  94. #
  95. # Lucky votes section (disabled by default)
  96. # luckyvotes:
  97. # 50:
  98. # broadcast: '{GREEN}{username} {GOLD}was lucky and received an {GREEN}extra $1000!'
  99. # playermessage: '{GREEN}You were lucky and received an extra $1000!'
  100. # commands:
  101. # - '/eco give {username} 1000'
  102. # 100:
  103. # broadcast: '{GREEN}{username} {GOLD}was {GREEN}super lucky {GOLD}and received an {GREEN}extra $5000!'
  104. # playermessage: '{GREEN}You were super lucky and received an extra $5000!'
  105. # commands:
  106. # - '/eco give {username} 5000'
  107. #
  108. # 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
  109. # If you do not use essentials economy, the command(s) can be modified to suit whichever economy you use.
  110. #
  111. # Permission votes section (disabled by default)
  112. # perms:
  113. # double:
  114. # broadcast: '{GREEN}{username} {GOLD}has voted @ {GREEN}{service} {GOLD}and received {GREEN}10 Diamonds!'
  115. # playermessage: '{GREEN}Thanks for voting at {AQUA}{service}!'
  116. # commands:
  117. # - '/give {username} 264 10'
  118. #
  119. # This will override the service section if the player has the permission node gal.whatever (gal.double for the example above)
  120. #
  121. # Cumulative votes section (disabled by default)
  122. # cumulative:
  123. # '10':
  124. # broadcast: '{GREEN}{username} {GOLD}has voted a total of {YELLOW}10 times {GOLD}and received {GREEN}20 Diamonds!'
  125. # playermessage: '{GREEN}Thanks for voting {AQUA}10 times!'
  126. # rewardmessage: '20x Diamond'
  127. # commands:
  128. # - '/give {username} 264 20'
  129. #
  130. #
  131. # Blocked Worlds
  132. # blocked:
  133. # - world_blocked
  134. #
  135. # A list of worlds where voting rewards should not be delivered.
  136. #
  137. # Vote Message
  138. # votemessage:
  139. # - 'add a message here with voting information'
  140. # - 'players will see this when they type /vote'
  141. #
  142. # Reminder Message
  143. # remindmessage:
  144. # - 'add a reminder message here for players'
  145. # - 'whose last vote was more than 24 hours ago'
  146. #
  147. # Available codes for messages / commands:
  148. #
  149. # {service} {servicename} {SERVICE} = service name
  150. # {username} {player} {name} = player username
  151. #
  152. # & = Colour Symbol to enter manual colours / control codes
  153. # {AQUA} {BLACK} {BLUE} {DARK_AQUA} {DARK_BLUE}
  154. # {DARK_GRAY} {DARK_GREEN} {DARK_PURPLE} {DARK_RED} {GOLD}
  155. # {GRAY} {GREEN} {LIGHT_PURPLE} {RED} {WHITE}
  156. # {YELLOW} {BOLD} {ITALIC} {UNDERLINE} {STRIKETHROUGH}
  157. # {STRIKE} {STRIKETHROUGH} {MAGIC} {RESET}
  158. #
  159. settings:
  160. onlineonly: true
  161. luckyvote: true
  162. permvote: false
  163. cumulative: false
  164. broadcastqueue: true
  165. broadcastrecent: true
  166. broadcastoffline: false
  167. votecommand: true
  168. rewardcommand: false
  169. joinmessage: true
  170. voteremind: false
  171. remindseconds: 300
  172. logfile: false
  173. dbMode: 'sqlite'
  174. dbFile: 'GAL.db'
  175. dbHost: 'localhost'
  176. dbPort: 3306
  177. dbUser: 'root'
  178. dbPass: ''
  179. dbName: 'GAL'
  180. dbPrefix: ''
  181.  
  182. services:
  183. default:
  184. broadcast: '{GREEN}{username} {GOLD}has voted @ {GREEN}{service} {GOLD}and received {GREEN}5 Diamonds!'
  185. playermessage: '{GREEN}Thanks for voting at {AQUA}{service}!'
  186. commands:
  187. - '/give {username} 264 5'
  188.  
  189. luckyvotes:
  190. '10':
  191. broadcast: '{GREEN}{username} {GOLD}was lucky and received an {GREEN}extra $1000!'
  192. playermessage: '{GREEN}You were lucky and received an extra $1000!'
  193. commands:
  194. - '/eco give {username} 1000'
  195. '50':
  196. broadcast: '{GREEN}{username} {GOLD}was super lucky and received an {GREEN}extra 100 XP and $1000!'
  197. playermessage: '{GREEN}You were super lucky and received an {GREEN}extra 100 XP and $1000!'
  198. commands:
  199. - '/xp give {username} 100'
  200. - '/eco give {username} 1000'
  201.  
  202. perms:
  203. double:
  204. broadcast: '{GREEN}{username} {GOLD}has voted @ {GREEN}{service} {GOLD}and received {GREEN}10 Diamonds!'
  205. playermessage: '{GREEN}Thanks for voting at {AQUA}{service}!'
  206. commands:
  207. - '/give {username} 264 10'
  208.  
  209. cumulative:
  210. '10':
  211. broadcast: '{GREEN}{username} {GOLD}has voted a total of {YELLOW}10 times {GOLD}and received {GREEN}20 Diamonds!'
  212. playermessage: '{GREEN}Thanks for voting {AQUA}10 times!'
  213. rewardmessage: '20x Diamond'
  214. commands:
  215. - '/give {username} 264 20'
  216.  
  217. blocked:
  218. - world_blocked
  219.  
  220. votemessage:
  221. - '{GOLD}-----------------------------------------------------'
  222. - 'Vote for us every day for in game rewards and extras'
  223. - '{GOLD}-----------------------------------------------------'
  224.  
  225. remindmessage:
  226. - '{GOLD}-----------------------------------------------------'
  227. - 'You have not voted recently, please vote to support the server'
  228. - '{GOLD}-----------------------------------------------------'
  229.  
  230. joinmessage:
  231. - '{GOLD}-----------------------------------------------------'
  232. - 'Vote for us every day for in game rewards and extras'
  233. - '{GOLD}-----------------------------------------------------'
  234.  
  235. rewardheader: '{GOLD}---------------- {WHITE}[ {DARK_AQUA}Rewards{WHITE} ] {GOLD}----------------'
  236. votetopheader: '{GOLD}---------------- {WHITE}[ {DARK_AQUA}Top Voters{WHITE} ] {GOLD}----------------'
  237. rewardformat: '{GREEN}{TOTAL} Votes {GRAY}- {AQUA}{REWARD}'
  238. votetopformat: '{POSITION}. {GREEN}{username} - {WHITE}{TOTAL}'
  239. voteformat: '{AQUA}You currently have {GREEN}{TOTAL} Votes'
Advertisement
Add Comment
Please, Sign In to add comment