Advertisement
Guest User

Untitled

a guest
Oct 18th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.81 KB | None | 0 0
  1. # ======================================================
  2. #
  3. # DailyBonus Version: 2.2.3.1 build: 32121
  4. # Created by: JC_Plays_MC
  5. #
  6. # ======================================================
  7. #
  8. # Rewards File
  9. #
  10. # This is the rewards file where you will define what rewards a player
  11. # will receive for each consecutive day joined. The maximum amount of displayed rewards
  12. # allowed is 54 and if there is less than the highest reward will be applied to
  13. # the remaining amount of slots
  14. #
  15. # ======================================================
  16. #
  17. # Example Reward
  18. #
  19. # rewards:
  20. # <reward identifier>:
  21. # value: 0
  22. # default_lore:
  23. # - <line of lore>
  24. # received_lore:
  25. # - <line of lore>
  26. # actions:
  27. # - <actions>
  28. #
  29. # Rewards Index:
  30. #
  31. # <rewards number> | The reward identifier, each must be different
  32. # value: 0 | The amount of consecutive days required to get this reward (0 = lowest)
  33. # default_lore: - <line of lore> | The reward lore to be displayed on the item
  34. # received_lore: - <line of lore> | The reward lore to be displayed if the player has recived this reward
  35. # actions: - <actions> | The actions to be executed once the player reaches this reward
  36. # permission_actions: - <actions> | The actions if the player has the permission: 'dailybonus.premium'
  37. #
  38. # ======================================================
  39. #
  40. # Valid Actions:
  41. #
  42. # ** Please note that all actions are case-sensitive **
  43. #
  44. # [Chance=<percent>] [<action>] - Chance out of 100% that this action will be performed
  45. # [Delay=<time>] [<action>] - Delays the action to be performed after the delay period in seconds
  46. # [PlayerCommand] <command> - Executes the command as a player
  47. # [ConsoleCommand] <command> - Executes the command as the console
  48. # [OperatorCommand] <command> - Executes the command as the console
  49. # [Broadcast] <message> - Broadcasts the following message to the server
  50. # [Message] <message> - Sends the following message to the player
  51. # [JSONBroadcast] <message> - Sends the following json message to the server
  52. # [JSONMessage] <message> - Sends the following json to the player
  53. # [Sound] <sound value> - Plays the sound for the player
  54. # [VaultGive] <amount> - Adds the amount to the players Vault economy balance
  55. # [VaultTake] <amount> - Take the amount from the players Vault economy balance
  56. # [Teleport] <world name;x;y;z> - Teleports the player to the specified coordinates
  57. # [Teleport] <world name;x;y;z;yaw;pitch> - Teleports the player to the specified coordinates
  58. # [TitleBroadcast] <title> - Displays the title for the server
  59. # [TitleBroadcast] <title>;<subtitle> - Displays the title & subtitle for the server
  60. # [Title] <title> - Displays the title for the player
  61. # [Title] <title>;<subtitle> - Displays the title & subtitle for the player
  62. # [ActionBarBroadcast] <message> - Displays the message in the actionbar for the server
  63. # [ActionBar] <message> - Displays the message in the actionbar for the player
  64. # [Bungee] <server> - Sends the player to the specified bungee server
  65. #
  66. # ======================================================
  67.  
  68. rewards:
  69. '0':
  70. value: 0
  71. default_item: FIREWORK_CHARGE;%amount%;0
  72. default_name: '&b&nDaily Bonus&8 (&f#%amount%&8)'
  73. default_glow: false
  74. default_lore:
  75. - '&7&l●&f Join &bconsecutively&f for better &brewards&f.'
  76. - ''
  77. - '&b&nRewards&8:'
  78. - '&7&l●&f 1 Cube'
  79. - '&7&l●&f 30 Minutes of WorldEdit'
  80. - ''
  81. - '&b&nDonor Rewards&8:'
  82. - '&7&l●&f 2 Cubes &8(&fDonor&8)'
  83. - '&7&l●&f 1 Hour of WorldEdit &8(&fDonor&8)'
  84. received_item: FIREBALL;%amount%;0
  85. received_name: '&b&nDaily Bonus&8 (&f#%amount%&8)'
  86. received_glow: false
  87. received_lore:
  88. - '&7&l●&f Join &bconsecutively&f for better &brewards&f.'
  89. pending_item: NETHER_STAR;%amount%;0
  90. pending_name: '&b&nDaily Bonus&8 (&f#%amount%&8)'
  91. pending_glow: true
  92. pending_lore:
  93. - '&7&l●&f Join &bconsecutively&f for better &brewards&f.'
  94. - ''
  95. - '&b&nRewards&8:'
  96. - '&7&l●&f 1 Cube'
  97. - '&7&l●&f 30 Minutes of WorldEdit'
  98. - ''
  99. - '&b&nDonor Rewards&8:'
  100. - '&7&l●&f 2 Cubes &8(&fDonor&8)'
  101. - '&7&l●&f 1 Hour of WorldEdit &8(&fDonor&8)'
  102. actions:
  103. - '[Message] &8[&bBonus&8]&f You have claimed you &bDaily Bonus&f.'
  104. - '[ConsoleCommand] blocks add %player% 1 C'
  105. - '[ConsoleCommand] ptimer give %player% CreativeVoteRewards time:30m'
  106. permission_actions:
  107. - '[Message] &8[&bBonus&8]&f You have claimed you &bDaily Bonus&f. &8(&fDonor&8)'
  108. - '[ConsoleCommand] blocks add %player% 2 C'
  109. - '[ConsoleCommand] ptimer give %player% CreativeVoteRewards time:1h'
  110. '1':
  111. value: 1
  112. default_item: FIREWORK_CHARGE;%amount%;0
  113. default_name: '&b&nDaily Bonus&8 (&f#%amount%&8)'
  114. default_glow: false
  115. default_lore:
  116. - '&7&l●&f Join &bconsecutively&f for better &brewards&f.'
  117. - ''
  118. - '&b&nRewards&8:'
  119. - '&7&l●&f 2 Cubes'
  120. - '&7&l●&f 1 Hour of WorldEdit'
  121. - ''
  122. - '&b&nDonor Rewards&8:'
  123. - '&7&l●&f 4 Cubes &8(&fDonor&8)'
  124. - '&7&l●&f 2 Hours of WorldEdit &8(&fDonor&8)'
  125. received_item: FIREBALL;%amount%;0
  126. received_name: '&b&nDaily Bonus&8 (&f#%amount%&8)'
  127. received_glow: false
  128. received_lore:
  129. - '&7&l●&f Join &bconsecutively&f for better &brewards&f.'
  130. pending_item: NETHER_STAR;%amount%;0
  131. pending_name: '&b&nDaily Bonus&8 (&f#%amount%&8)'
  132. pending_glow: true
  133. pending_lore:
  134. - '&7&l●&f Join &bconsecutively&f for better &brewards&f.'
  135. - ''
  136. - '&b&nRewards&8:'
  137. - '&7&l●&f 2 Cubes'
  138. - '&7&l●&f 1 Hour of WorldEdit'
  139. - ''
  140. - '&b&nDonor Rewards&8:'
  141. - '&7&l●&f 4 Cubes &8(&fDonor&8)'
  142. - '&7&l●&f 2 Hours of WorldEdit &8(&fDonor&8)'
  143. actions:
  144. - '[Message] &8[&bBonus&8]&f You have claimed you &bDaily Bonus&f.'
  145. - '[ConsoleCommand] blocks add %player% 2 C'
  146. - '[ConsoleCommand] ptimer give %player% CreativeVoteRewards time:1h'
  147. permission_actions:
  148. - '[Message] &8[&bBonus&8]&f You have claimed you &bDaily Bonus&f. &8(&fDonor&8)'
  149. - '[ConsoleCommand] blocks add %player% 4 C'
  150. - '[ConsoleCommand] ptimer give %player% CreativeVoteRewards time:2h'
  151. '2':
  152. value: 2
  153. default_item: FIREWORK_CHARGE;%amount%;0
  154. default_name: '&b&nDaily Bonus&8 (&f#%amount%&8)'
  155. default_glow: false
  156. default_lore:
  157. - '&7&l●&f Join &bconsecutively&f for better &brewards&f.'
  158. - ''
  159. - '&b&nRewards&8:'
  160. - '&7&l●&f 4 Cubes'
  161. - '&7&l●&f 2 Hours of WorldEdit'
  162. - ''
  163. - '&b&nDonor Rewards&8:'
  164. - '&7&l●&f 6 Cubes &8(&fDonor&8)'
  165. - '&7&l●&f 4 Hours of WorldEdit &8(&fDonor&8)'
  166. received_item: FIREBALL;%amount%;0
  167. received_name: '&b&nDaily Bonus&8 (&f#%amount%&8)'
  168. received_glow: false
  169. received_lore:
  170. - '&7&l●&f Join &bconsecutively&f for better &brewards&f.'
  171. pending_item: NETHER_STAR;%amount%;0
  172. pending_name: '&b&nDaily Bonus&8 (&f#%amount%&8)'
  173. pending_glow: true
  174. pending_lore:
  175. - '&7&l●&f Join &bconsecutively&f for better &brewards&f.'
  176. - ''
  177. - '&b&nRewards&8:'
  178. - '&7&l●&f 4 Cubes'
  179. - '&7&l●&f 2 Hours of WorldEdit'
  180. - ''
  181. - '&b&nDonor Rewards&8:'
  182. - '&7&l●&f 6 Cubes &8(&fDonor&8)'
  183. - '&7&l●&f 4 Hours of WorldEdit &8(&fDonor&8)'
  184. actions:
  185. - '[Message] &8[&bBonus&8]&f You have claimed you &bDaily Bonus&f.'
  186. - '[ConsoleCommand] blocks add %player% 4 C'
  187. - '[ConsoleCommand] ptimer give %player% CreativeVoteRewards time:2h'
  188. permission_actions:
  189. - '[Message] &8[&bBonus&8]&f You have claimed you &bDaily Bonus&f. &8(&fDonor&8)'
  190. - '[ConsoleCommand] blocks add %player% 6 C'
  191. - '[ConsoleCommand] ptimer give %player% CreativeVoteRewards time:4h'
  192. '3':
  193. value: 3
  194. default_item: FIREWORK_CHARGE;%amount%;0
  195. default_name: '&b&nDaily Bonus&8 (&f#%amount%&8)'
  196. default_glow: false
  197. default_lore:
  198. - '&7&l●&f Join &bconsecutively&f for better &brewards&f.'
  199. - ''
  200. - '&b&nRewards&8:'
  201. - '&7&l●&f 6 Cubes'
  202. - '&7&l●&f 4 Hours of WorldEdit'
  203. - ''
  204. - '&b&nDonor Rewards&8:'
  205. - '&7&l●&f 10 Cubes &8(&fDonor&8)'
  206. - '&7&l●&f 6 Hours of WorldEdit &8(&fDonor&8)'
  207. received_item: FIREBALL;%amount%;0
  208. received_name: '&b&nDaily Bonus&8 (&f#%amount%&8)'
  209. received_glow: false
  210. received_lore:
  211. - '&7&l●&f Join &bconsecutively&f for better &brewards&f.'
  212. pending_item: NETHER_STAR;%amount%;0
  213. pending_name: '&b&nDaily Bonus&8 (&f#%amount%&8)'
  214. pending_glow: true
  215. pending_lore:
  216. - '&7&l●&f Join &bconsecutively&f for better &brewards&f.'
  217. - ''
  218. - '&b&nRewards&8:'
  219. - '&7&l●&f 6 Cubes'
  220. - '&7&l●&f 4 Hours of WorldEdit'
  221. - ''
  222. - '&b&nDonor Rewards&8:'
  223. - '&7&l●&f 10 Cubes &8(&fDonor&8)'
  224. - '&7&l●&f 6 Hours of WorldEdit &8(&fDonor&8)'
  225. actions:
  226. - '[Message] &8[&bBonus&8]&f You have claimed you &bDaily Bonus&f.'
  227. - '[ConsoleCommand] blocks add %player% 6 C'
  228. - '[ConsoleCommand] ptimer give %player% CreativeVoteRewards time:4h'
  229. permission_actions:
  230. - '[Message] &8[&bBonus&8]&f You have claimed you &bDaily Bonus&f. &8(&fDonor&8)'
  231. - '[ConsoleCommand] blocks add %player% 10 C'
  232. - '[ConsoleCommand] ptimer give %player% CreativeVoteRewards time:6h'
  233. '4':
  234. value: 4
  235. default_item: FIREWORK_CHARGE;%amount%;0
  236. default_name: '&b&nDaily Bonus&8 (&f#%amount%&8)'
  237. default_glow: false
  238. default_lore:
  239. - '&7&l●&f Join &bconsecutively&f for better &brewards&f.'
  240. - ''
  241. - '&b&nRewards&8:'
  242. - '&7&l●&f 8 Cubes'
  243. - '&7&l●&f 6 Hours of WorldEdit'
  244. - ''
  245. - '&b&nDonor Rewards&8:'
  246. - '&7&l●&f 12 Cubes &8(&fDonor&8)'
  247. - '&7&l●&f 12 Hours of WorldEdit &8(&fDonor&8)'
  248. received_item: FIREBALL;%amount%;0
  249. received_name: '&b&nDaily Bonus&8 (&f#%amount%&8)'
  250. received_glow: false
  251. received_lore:
  252. - '&7&l●&f Join &bconsecutively&f for better &brewards&f.'
  253. pending_item: NETHER_STAR;%amount%;0
  254. pending_name: '&b&nDaily Bonus&8 (&f#%amount%&8)'
  255. pending_glow: true
  256. pending_lore:
  257. - '&7&l●&f Join &bconsecutively&f for better &brewards&f.'
  258. - ''
  259. - '&b&nRewards&8:'
  260. - '&7&l●&f 8 Cubes'
  261. - '&7&l●&f 6 Hours of WorldEdit'
  262. - ''
  263. - '&b&nDonor Rewards&8:'
  264. - '&7&l●&f 12 Cubes &8(&fDonor&8)'
  265. - '&7&l●&f 8 Hours of WorldEdit &8(&fDonor&8)'
  266. actions:
  267. - '[Message] &8[&bBonus&8]&f You have claimed you &bDaily Bonus&f.'
  268. - '[ConsoleCommand] blocks add %player% 8 C'
  269. - '[ConsoleCommand] ptimer give %player% CreativeVoteRewards time:6h'
  270. permission_actions:
  271. - '[Message] &8[&bBonus&8]&f You have claimed you &bDaily Bonus&f. &8(&fDonor&8)'
  272. - '[ConsoleCommand] blocks add %player% 12 C'
  273. - '[ConsoleCommand] ptimer give %player% CreativeVoteRewards time:8h'
  274. '5':
  275. value: 5
  276. default_item: FIREWORK_CHARGE;%amount%;0
  277. default_name: '&b&nDaily Bonus&8 (&f#%amount%&8)'
  278. default_glow: false
  279. default_lore:
  280. - '&7&l●&f Join &bconsecutively&f for better &brewards&f.'
  281. - ''
  282. - '&b&nRewards&8:'
  283. - '&7&l●&f 10 Cubes'
  284. - '&7&l●&f 10 Hours of WorldEdit'
  285. - ''
  286. - '&b&nDonor Rewards&8:'
  287. - '&7&l●&f 14 Cubes &8(&fDonor&8)'
  288. - '&7&l●&f 12 Hours of WorldEdit &8(&fDonor&8)'
  289. received_item: FIREBALL;%amount%;0
  290. received_name: '&b&nDaily Bonus&8 (&f#%amount%&8)'
  291. received_glow: false
  292. received_lore:
  293. - '&7&l●&f Join &bconsecutively&f for better &brewards&f.'
  294. pending_item: NETHER_STAR;%amount%;0
  295. pending_name: '&b&nDaily Bonus&8 (&f#%amount%&8)'
  296. pending_glow: true
  297. pending_lore:
  298. - '&7&l●&f Join &bconsecutively&f for better &brewards&f.'
  299. - ''
  300. - '&b&nRewards&8:'
  301. - '&7&l●&f 10 Cubes'
  302. - '&7&l●&f 10 Hours of WorldEdit'
  303. - ''
  304. - '&b&nDonor Rewards&8:'
  305. - '&7&l●&f 14 Cubes &8(&fDonor&8)'
  306. - '&7&l●&f 12 Hours of WorldEdit &8(&fDonor&8)'
  307. actions:
  308. - '[Message] &8[&bBonus&8]&f You have claimed you &bDaily Bonus&f.'
  309. - '[ConsoleCommand] blocks add %player% 10 C'
  310. - '[ConsoleCommand] ptimer give %player% CreativeVoteRewards time:10h'
  311. permission_actions:
  312. - '[Message] &8[&bBonus&8]&f You have claimed you &bDaily Bonus&f. &8(&fDonor&8)'
  313. - '[ConsoleCommand] blocks add %player% 14 C'
  314. - '[ConsoleCommand] ptimer give %player% CreativeVoteRewards time:12h'
  315. '6':
  316. value: 6
  317. default_item: FIREWORK_CHARGE;%amount%;0
  318. default_name: '&b&nDaily Bonus&8 (&f#%amount%&8)'
  319. default_glow: false
  320. default_lore:
  321. - '&7&l●&f Join &bconsecutively&f for better &brewards&f.'
  322. - ''
  323. - '&b&nRewards&8:'
  324. - '&7&l●&f 12 Cubes'
  325. - '&7&l●&f 12 Hours of WorldEdit'
  326. - ''
  327. - '&b&nDonor Rewards&8:'
  328. - '&7&l●&f 16 Cubes &8(&fDonor&8)'
  329. - '&7&l●&f 24 Hours of WorldEdit &8(&fDonor&8)'
  330. received_item: DYE;%amount%;0
  331. received_name: '&b&nDaily Bonus&8 (&f#%amount%&8)'
  332. received_glow: false
  333. received_lore:
  334. - '&7&l●&f Join &bconsecutively&f for better &brewards&f.'
  335. pending_item: NETHER_STAR;%amount%;0
  336. pending_name: '&b&nDaily Bonus&8 (&f#%amount%&8)'
  337. pending_glow: true
  338. pending_lore:
  339. - '&7&l●&f Join &bconsecutively&f for better &brewards&f.'
  340. - ''
  341. - '&b&nRewards&8:'
  342. - '&7&l●&f 12 Cubes'
  343. - '&7&l●&f 12 Hours of WorldEdit'
  344. - ''
  345. - '&b&nDonor Rewards&8:'
  346. - '&7&l●&f 16 Cubes &8(&fDonor&8)'
  347. - '&7&l●&f 24 Hours of WorldEdit &8(&fDonor&8)'
  348. actions:
  349. - '[Message] &8[&bBonus&8]&f You have claimed you &bDaily Bonus&f.'
  350. - '[ConsoleCommand] blocks add %player% 12 C'
  351. - '[ConsoleCommand] ptimer give %player% CreativeVoteRewards time:12h'
  352. permission_actions:
  353. - '[Message] &8[&bBonus&8]&f You have claimed you &bDaily Bonus&f. &8(&fDonor&8)'
  354. - '[ConsoleCommand] blocks add %player% 16 C'
  355. - '[ConsoleCommand] ptimer give %player% CreativeVoteRewards time:24h'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement