Advertisement
Guest User

UR A PENIS

a guest
Jun 17th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.15 KB | None | 0 0
  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
  12. 12
  13. 13
  14. 14
  15. 15
  16. 16
  17. 17
  18. 18
  19. 19
  20. 20
  21. 21
  22. 22
  23. 23
  24. 24
  25. 25
  26. 26
  27. 27
  28. 28
  29. 29
  30. 30
  31. 31
  32. 32
  33. 33
  34. 34
  35. 35
  36. 36
  37. 37
  38. 38
  39. 39
  40. 40
  41. 41
  42. 42
  43. 43
  44. 44
  45. 45
  46. 46
  47. 47
  48. 48
  49. 49
  50. 50
  51. 51
  52. 52
  53. 53
  54. 54
  55. 55
  56. 56
  57. 57
  58. 58
  59. 59
  60. 60
  61. 61
  62. 62
  63. 63
  64. 64
  65. 65
  66. 66
  67. 67
  68. 68
  69. 69
  70. 70
  71. 71
  72. 72
  73. 73
  74. 74
  75. 75
  76. 76
  77. 77
  78. 78
  79. 79
  80. 80
  81. 81
  82. 82
  83. 83
  84. 84
  85. 85
  86. 86
  87. 87
  88. 88
  89. 89
  90. 90
  91. 91
  92. 92
  93. 93
  94. 94
  95. 95
  96. 96
  97. 97
  98. 98
  99. 99
  100. 100
  101. 101
  102. 102
  103. 103
  104. 104
  105. 105
  106. 106
  107. 107
  108. 108
  109. 109
  110. 110
  111. 111
  112. 112
  113. 113
  114. 114
  115. 115
  116. 116
  117. 117
  118. 118
  119. 119
  120. 120
  121. 121
  122. 122
  123. 123
  124. 124
  125. 125
  126. 126
  127. 127
  128. 128
  129. 129
  130. 130
  131. 131
  132. 132
  133. 133
  134. 134
  135. 135
  136. 136
  137. 137
  138. 138
  139. 139
  140. 140
  141. 141
  142. 142
  143. 143
  144. 144
  145. 145
  146. 146
  147. 147
  148. 148
  149. 149
  150. 150
  151. 151
  152. 152
  153. # GAListener v1.2
  154. # http://www.minecraft-index.com
  155.  
  156. # settings section
  157.  
  158. # onlineonly - Only delivers rewards when the player is online. If they are offline it will wait and deliver when they next join the server!
  159. # luckyvote - Enables the lucky voting section, this allows voters to have a random chance to receive additional rewards when they vote.
  160. # permvote - Enables the permission voting section, this allows voters to receive different rewards based upon their permissions.
  161. # cumulative - Enables the cumulative voting section, this allows voters to receive rewards once they have reached a certain number of votes.
  162. # broadcastqueue - Show broadcast message for queued votes.
  163. # broadcastoffline - Show broadcast message for offline queued votes.
  164. # broadcastrecent - Show broadcast message to recent voters (last 24 hours)
  165. # votecommand - Enables the /vote command which will show the message contained in the votemessage section at the bottom of the config.
  166. # rewardcommand - Enables the /rewards command which will show a list of all the cumulative voting rewards.
  167. # joinmessage - Show the message contained in the joinmessage section at the bottom of this config when a player joins the server.
  168. # 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.
  169. # remindseconds - How often (in seconds) between each reminder message.
  170. # logfile - Log received votes to vote.log file.
  171. # dbMode - Database mode. Use either mysql or sqlite.
  172. # dbFile - Database filename for SQLite.
  173. # dbHost - Database IP / Hostname for MySQL.
  174. # dbPort - Database port for MySQL.
  175. # dbUser - Database username for MySQL.
  176. # dbPass - Database password for MySQL.
  177. # dbName - Database name for MySQL.
  178. # dbPrefix - Database table prefix.
  179.  
  180. settings:
  181. onlineonly: true
  182. luckyvote: false
  183. permvote: false
  184. cumulative: false
  185. broadcastqueue: true
  186. broadcastrecent: true
  187. broadcastoffline: false
  188. votecommand: true
  189. rewardcommand: false
  190. joinmessage: true
  191. voteremind: false
  192. remindseconds: 300
  193. logfile: false
  194. dbMode: 'sqlite'
  195. dbFile: 'GAL.db'
  196. dbHost: 'localhost'
  197. dbPort: 3306
  198. dbUser: 'root'
  199. dbPass: ''
  200. dbName: 'GAL'
  201. dbPrefix: ''
  202.  
  203. # services section (default is used if service doesn't exist)
  204. # The example below would give 5 diamonds per vote.
  205.  
  206. services:
  207. default:
  208. broadcast: '{GREEN}{username} {GOLD}has voted @ {GREEN}{service} {GOLD}and received {GREEN}5 Diamonds!'
  209. playermessage: '{GREEN}Thanks for voting at {AQUA}{service}!'
  210. commands:
  211. - '/give {username} 264 5'
  212. MC-Index:
  213. broadcast: '{GREEN}{username} {GOLD}has voted @ {GREEN}MC-Index.com {GOLD}and received {GREEN}10 Diamonds!'
  214. playermessage: '{GREEN}Thanks for voting at {AQUA}{service}!'
  215. commands:
  216. - '/give {username} 264 5'
  217.  
  218. # luckyvotes section
  219. # 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.
  220.  
  221. luckyvotes:
  222. '10':
  223. broadcast: '{GREEN}{username} {GOLD}was lucky and received an {GREEN}extra $1000!'
  224. playermessage: '{GREEN}You were lucky and received an extra $1000!'
  225. commands:
  226. - '/eco give {username} 1000'
  227. '50':
  228. broadcast: '{GREEN}{username} {GOLD}was super lucky and received an {GREEN}extra 100 XP and $1000!'
  229. playermessage: '{GREEN}You were super lucky and received an {GREEN}extra 100 XP and $1000!'
  230. commands:
  231. - '/xp give {username} 100'
  232. - '/eco give {username} 1000'
  233.  
  234. # permission reward section
  235. # This example would give players with the permission node "gal.double" 10 Diamonds instead of their regular reward.
  236.  
  237. perms:
  238. double:
  239. broadcast: '{GREEN}{username} {GOLD}has voted @ {GREEN}{service} {GOLD}and received {GREEN}10 Diamonds!'
  240. playermessage: '{GREEN}Thanks for voting at {AQUA}{service}!'
  241. commands:
  242. - '/give {username} 264 10'
  243.  
  244. # cumulative reward section
  245. # This example would give players 20 Diamonds once they have reached a total of 10 votes.
  246.  
  247. cumulative:
  248. '10':
  249. broadcast: '{GREEN}{username} {GOLD}has voted a total of {YELLOW}10 times {GOLD}and received {GREEN}20 Diamonds!'
  250. playermessage: '{GREEN}Thanks for voting {AQUA}10 times!'
  251. rewardmessage: '20x Diamond'
  252. commands:
  253. - '/give {username} 264 20'
  254.  
  255. # blocked - a list of worlds where rewards should be disabled, they will remain queued until the player is in an allowed world.
  256.  
  257. blocked:
  258. - world_blocked
  259.  
  260. # Available formatting codes for messages:
  261.  
  262. # {service} {servicename} {SERVICE} = service name
  263. # {username} {player} {name} = player username
  264. # {votes} = current vote total
  265. # & = Colour Symbol to enter manual colours / control codes
  266. # {AQUA} {BLACK} {BLUE} {DARK_AQUA} {DARK_BLUE}
  267. # {DARK_GRAY} {DARK_GREEN} {DARK_PURPLE} {DARK_RED} {GOLD}
  268. # {GRAY} {GREEN} {LIGHT_PURPLE} {RED} {WHITE} {YELLOW} {BOLD}
  269. # {ITALIC} {UNDERLINE} {STRIKETHROUGH} {STRIKE}
  270. # {STRIKETHROUGH} {MAGIC} {RESET}
  271.  
  272. votemessage:
  273. - '{GOLD}-----------------------------------------------------'
  274. - 'Vote for us every day for in game rewards and extras'
  275. - '{GOLD}-----------------------------------------------------'
  276. - '{AQUA}You currently have {GREEN}{votes} Votes'
  277.  
  278. remindmessage:
  279. - '{GOLD}-----------------------------------------------------'
  280. - 'You have not voted recently, please vote to support the server'
  281. - '{GOLD}-----------------------------------------------------'
  282. - '{AQUA}You currently have {GREEN}{votes} Votes'
  283.  
  284. joinmessage:
  285. - '{GOLD}-----------------------------------------------------'
  286. - 'Vote for us every day for in game rewards and extras'
  287. - '{GOLD}-----------------------------------------------------'
  288. - '{AQUA}You currently have {GREEN}{votes} Votes'
  289.  
  290. # Additional formatting codes for below:
  291.  
  292. # {TOTAL} = vote total - used for /rewards
  293. # {REWARD} = current rewardmessage as specified in the cumulative reward section - used for /rewards
  294. # {POSITION} = current rank - used for /votetop
  295. # {username} = player name - used for /votetop
  296.  
  297. rewardformat: '{GREEN}{TOTAL} Votes {GRAY}- {AQUA}{REWARD}'
  298. votetopformat: '{POSITION}. {GREEN}{username} - {WHITE}{TOTAL}'
  299. rewardheader:
  300. - '{GOLD}---------------- {WHITE}[ {DARK_AQUA}Rewards{WHITE} ] {GOLD}----------------'
  301. votetopheader:
  302. - '{GOLD}---------------- {WHITE}[ {DARK_AQUA}Top Voters{WHITE} ] {GOLD}----------------'
  303. rewardfooter:
  304. - '{AQUA}You currently have {GREEN}{votes} Votes'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement