Advertisement
Guest User

ConfigFile

a guest
Mar 21st, 2014
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.03 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. # 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 to recent voters (last 24 hours) (default: true)
  28. # broadcastrecent: true
  29. #
  30. # Vote command (/vote) (default: true)
  31. # votecommand: true
  32. #
  33. # Enables the /vote command which will show the message contained in the votemessage section at the bottom of this config.
  34. #
  35. # Reward command (/rewards) (default: true)
  36. # rewardcommand: true
  37. #
  38. # Enables the /rewards command which will show a list of all the cumulative voting rewards.
  39. #
  40. # Join message (default: true)
  41. # joinmessage: true
  42. #
  43. # Show the message contained in the joinmessage section at the bottom of this config when a player joins the server.
  44. #
  45. # Message players who haven't voted in the last 24 hours (default: true)
  46. # voteremind: true
  47. #
  48. # How often (in seconds) between each reminder message.
  49. # remindseconds: 300
  50. #
  51. # Shows the message contained in the remindmessage section at the bottom of this config
  52. #
  53. # Log received votes to vote.log file (default: false)
  54. # logfile: false
  55. #
  56. # Database mode (default: sqlite)
  57. # dbMode: 'sqlite'
  58. #
  59. # Use either mysql or sqlite database mode
  60. #
  61. # Database filename (default: GAL.db) - for SQLite
  62. # dbFile: 'GAL.db'
  63. #
  64. # Database IP / Hostname (default: localhost) - for MySQL
  65. # dbHost: 'localhost'
  66. #
  67. # Database port (default: 3306) - for MySQL
  68. # dbPort: 3306
  69. #
  70. # Database username (default: root) - for MySQL
  71. # dbUser: 'root'
  72. #
  73. # Database password (default: none) - for MySQL
  74. # dbPass: ''
  75. #
  76. # Database name (default: GAL) - for MySQL
  77. # dbName: 'GAL'
  78. #
  79. # Database table prefix - for MySQL / SQLite
  80. # dbPrefix: ''
  81. #
  82. # Services section (default is used if service doesn't exist)
  83. # MC-Index:
  84. # broadcast: '{GREEN}{username} {GOLD}has voted @ {GREEN}www.mc-index.com {GOLD}and received {GREEN}5 Diamonds {GOLD}and {GREEN}200 XP!'
  85. # playermessage: '{GREEN}Thanks for voting at {AQUA}{service}!'
  86. # commands:
  87. # - '/give {username} 264 5'
  88. # - '/xp give {username} 200'
  89. #
  90. # The above examples would give a voter 5 diamonds and 200XP whenever they vote on a site with the service name "MC-Index"
  91. #
  92. # Lucky votes section (disabled by default)
  93. # luckyvotes:
  94. # 50:
  95. # broadcast: '{GREEN}{username} {GOLD}was lucky and received an {GREEN}extra $1000!'
  96. # playermessage: '{GREEN}You were lucky and received an extra $1000!'
  97. # commands:
  98. # - '/eco give {username} 1000'
  99. # 100:
  100. # broadcast: '{GREEN}{username} {GOLD}was {GREEN}super lucky {GOLD}and received an {GREEN}extra $5000!'
  101. # playermessage: '{GREEN}You were super lucky and received an extra $5000!'
  102. # commands:
  103. # - '/eco give {username} 5000'
  104. #
  105. # 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
  106. # If you do not use essentials economy, the command(s) can be modified to suit whichever economy you use.
  107. #
  108. # Permission votes section (disabled by default)
  109. # perms:
  110. # double:
  111. # broadcast: '{GREEN}{username} {GOLD}has voted @ {GREEN}{service} {GOLD}and received {GREEN}10 Diamonds!'
  112. # playermessage: '{GREEN}Thanks for voting at {AQUA}{service}!'
  113. # commands:
  114. # - '/give {username} 264 10'
  115. #
  116. # This will override the service section if the player has the permission node gal.whatever (gal.double for the example above)
  117. #
  118. # Cumulative votes section (disabled by default)
  119. # cumulative:
  120. # '10':
  121. # broadcast: '{GREEN}{username} {GOLD}has voted a total of {YELLOW}10 times {GOLD}and received {GREEN}20 Diamonds!'
  122. # playermessage: '{GREEN}Thanks for voting {AQUA}10 times!'
  123. # rewardmessage: '20x Diamond'
  124. # commands:
  125. # - '/give {username} 264 20'
  126. #
  127. #
  128. # Blocked Worlds
  129. # blocked:
  130. # - world_blocked
  131. #
  132. # A list of worlds where voting rewards should not be delivered.
  133. #
  134. # Vote Message
  135. # votemessage:
  136. # - 'add a message here with voting information'
  137. # - 'players will see this when they type /vote'
  138. #
  139. # Reminder Message
  140. # remindmessage:
  141. # - 'add a reminder message here for players'
  142. # - 'whose last vote was more than 24 hours ago'
  143. #
  144. # Available codes for messages / commands:
  145. #
  146. # {service} {servicename} {SERVICE} = service name
  147. # {username} {player} {name} = player username
  148. #
  149. # & = Colour Symbol to enter manual colours / control codes
  150. # {AQUA} {BLACK} {BLUE} {DARK_AQUA} {DARK_BLUE}
  151. # {DARK_GRAY} {DARK_GREEN} {DARK_PURPLE} {DARK_RED} {GOLD}
  152. # {GRAY} {GREEN} {LIGHT_PURPLE} {RED} {WHITE}
  153. # {YELLOW} {BOLD} {ITALIC} {UNDERLINE} {STRIKETHROUGH}
  154. # {STRIKE} {STRIKETHROUGH} {MAGIC} {RESET}
  155. #
  156. settings:
  157. onlineonly: true
  158. luckyvote: true
  159. permvote: true
  160. cumulative: true
  161. broadcastqueue: true
  162. broadcastrecent: true
  163. votecommand: true
  164. rewardcommand: true
  165. joinmessage: false
  166. voteremind: false
  167. remindseconds: 300
  168. logfile: false
  169. dbMode: 'sqlite'
  170. dbFile: 'GAL.db'
  171. dbHost: 'localhost'
  172. dbPort: 3306
  173. dbUser: 'root'
  174. dbPass: ''
  175. dbName: 'GAL'
  176. dbPrefix: ''
  177.  
  178. services:
  179. default:
  180. broadcast: '&a&l[&b+&a&a&l] &b{username} &7voted and received &a&l[&b$30,000]'
  181. playermessage: ''
  182. commands:
  183. - '/eco give {username} 30000'
  184.  
  185. luckyvotes:
  186. '5':
  187. broadcast: '&a&l[&b+&a&a&l] &b{username} &7was lucky and received an extra &a&l[&b$5,000&a&l]'
  188. playermessage: ''
  189. commands:
  190. - '/eco give {username} 5000'
  191. '6':
  192. broadcast: '&a&l[&b+&a&a&l] &b{username} &7was lucky and received an extra &a&l[&b$10,000&a&l]'
  193. playermessage: ''
  194. commands:
  195. - '/eco give {username} 10000'
  196. '7':
  197. broadcast: '&a&l[&b+&a&a&l] &b{username} &7was lucky and received an extra &a&l[&b$15,000&a&l]'
  198. playermessage: ''
  199. commands:
  200. - '/eco give {username} 15000'
  201. '8':
  202. broadcast: '&a&l[&b+&a&a&l] &b{username} &7was lucky and received an extra &a&l[&b$20,000&a&l]'
  203. playermessage: ''
  204. commands:
  205. - '/eco give {username} 20000'
  206. '9':
  207. broadcast: '&a&l[&b+&a&a&l] &b{username} &7was lucky and received an extra &a&l[&b$25,000&a&l]'
  208. playermessage: ''
  209. commands:
  210. - '/eco give {username} 25000'
  211. '10':
  212. broadcast: '&a&l[&b+&a&a&l] &b{username} &7was lucky and received an extra &a&l[&b$30,000&a&l]'
  213. playermessage: ''
  214. commands:
  215. - '/eco give {username} 30000'
  216. '15':
  217. broadcast: '&a&l[&b+&a&a&l] &b{username} &7was lucky and received an extra &a&l[&b$50,000&a&l]'
  218. playermessage: ''
  219. commands:
  220. - '/eco give {username} 50000'
  221. '20':
  222. broadcast: '&a&l[&b+&a&a&l] &b{username} &7was lucky and received an extra &a&l[&b$75,000&a&l]'
  223. playermessage: ''
  224. commands:
  225. - '/eco give {username} 75000'
  226. '25':
  227. broadcast: '&a&l[&b+&a&a&l] &b{username} &7was lucky and received an extra &a&l[&b$100,000&a&l]'
  228. playermessage: ''
  229. commands:
  230. - '/eco give {username} 100000'
  231. '30':
  232. broadcast: '&a&l[&b+&a&a&l] &b{username} &7was lucky and received an extra &a&l[&b$125,000&a&l]'
  233. playermessage: ''
  234. commands:
  235. - '/eco give {username} 125000'
  236. '35':
  237. broadcast: '&a&l[&b+&a&a&l] &b{username} &7was lucky and received an extra &a&l[&b$150,000&a&l]'
  238. playermessage: ''
  239. commands:
  240. - '/eco give {username} 150000'
  241. '40':
  242. broadcast: '&a&l[&b+&a&a&l] &b{username} &7was lucky and received an extra &a&l[&b$200,000&a&l]'
  243. playermessage: ''
  244. commands:
  245. - '/eco give {username} 200000'
  246. '50':
  247. broadcast: '&a&l[&b+&a&a&l] &b{username} &7was lucky and received an extra &a&l[&b$250,000&a&l]'
  248. playermessage: ''
  249. commands:
  250. - '/eco give {username} 250000'
  251. '60':
  252. broadcast: '&a&l[&b+&a&a&l] &b{username} &7was lucky and received an extra &a&l[&b$300,000&a&l]'
  253. playermessage: ''
  254. commands:
  255. - '/eco give {username} 300000'
  256. '70':
  257. broadcast: '&a&l[&b+&a&a&l] &b{username} &7was lucky and received an extra &a&l[&b$500,000&a&l]'
  258. playermessage: ''
  259. commands:
  260. - '/eco give {username} 500000'
  261. '80':
  262. broadcast: '&a&l[&b+&a&a&l] &b{username} &7was lucky and received an extra &a&l[&b$750,000&a&l]'
  263. playermessage: ''
  264. commands:
  265. - '/eco give {username} 750000'
  266. '90':
  267. broadcast: '&a&l[&b+&a&a&l] &b{username} &7was lucky and received an extra &a&l[&b$1,000,000&a&l]'
  268. playermessage: ''
  269. commands:
  270. - '/eco give {username} 1000000'
  271.  
  272. perms:
  273. double:
  274. broadcast: '&a&l[&b+&a&a&l] &b{username} &7voted and received &a&l[&b$30,000]'
  275. playermessage: ''
  276. commands:
  277. - '/eco give {username} 30000'
  278.  
  279. cumulative:
  280. '10':
  281. broadcast: '&a&l[&b+&a&a&l] &b{username} &7voted 10 times and received an extra &a&l[&b$5,000&a&l]'
  282. playermessage: ''
  283. rewardmessage: ''
  284. commands:
  285. - '/eco give {username} 30000'
  286.  
  287. blocked:
  288. - world_blocked
  289.  
  290. votemessage:
  291. - '&b&l&m----------------&r&a&l [&4&lVoting&r&4&a&l] &r&b&l&m----------------'
  292. - ' &7&oVote For Us Everyday For Ingame Rewards!'
  293. - ' '
  294. - '&6&lMC Server List'
  295. - '&ehttp://goo.gl/lZRiUp'
  296. - ' '
  297. - '&6&lMC Servers'
  298. - '&ehttp://goo.gl/3OJpKX'
  299. - ' '
  300. - '&6&lRatchetCraft Forum'
  301. - '&ehttp://goo.gl/JZS5ZS'
  302. - ' '
  303. - '&6&lMC Forums'
  304. - '&ehttp://goo.gl/f8byyp'
  305. - '&b&l&m----------------------------------------'
  306.  
  307. remindmessage:
  308. - '&b&l&m----------------&r&a&l [&4&lVoting&r&4&a&l] &r&b&l&m----------------'
  309. - ' &7&oVote For Us Everyday For Ingame Rewards!'
  310. - ' '
  311. - '&6&lMC Server List'
  312. - '&ehttp://goo.gl/lZRiUp'
  313. - ' '
  314. - '&6&lMC Servers'
  315. - '&ehttp://goo.gl/3OJpKX'
  316. - ' '
  317. - '&6&lRatchetCraft Forum'
  318. - '&ehttp://goo.gl/JZS5ZS'
  319. - ' '
  320. - '&6&lMC Forums'
  321. - '&ehttp://goo.gl/f8byyp'
  322. - '&b&l&m----------------------------------------'
  323.  
  324. joinmessage:
  325. - '&b&l&m----------------&r&a&l [&4&lVoting&r&4&a&l] &r&b&l&m----------------'
  326. - ' &7&oVote For Us Everyday For Ingame Rewards!'
  327. - ' '
  328. - '&6&lMC Server List'
  329. - '&ehttp://goo.gl/lZRiUp'
  330. - ' '
  331. - '&6&lMC Servers'
  332. - '&ehttp://goo.gl/3OJpKX'
  333. - ' '
  334. - '&6&lRatchetCraft Forum'
  335. - '&ehttp://goo.gl/JZS5ZS'
  336. - ' '
  337. - '&6&lMC Forums'
  338. - '&ehttp://goo.gl/f8byyp'
  339. - '&b&l&m----------------------------------------'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement