Advertisement
Guest User

Untitled

a guest
Oct 18th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.57 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 2 Cubes'
  79. - ''
  80. - '&b&nDonor Rewards&8:'
  81. - '&7&l●&f 4 Cubes &8(&fDonor&8)'
  82. received_item: FIREBALL;%amount%;0
  83. received_name: '&b&nDaily Bonus&8 (&f#%amount%&8)'
  84. received_glow: false
  85. received_lore:
  86. - '&7&l●&f Join &bconsecutively&f for better &brewards&f.'
  87. pending_item: NETHER_STAR;%amount%;0
  88. pending_name: '&b&nDaily Bonus&8 (&f#%amount%&8)'
  89. pending_glow: true
  90. pending_lore:
  91. - '&7&l●&f Join &bconsecutively&f for better &brewards&f.'
  92. - ''
  93. - '&b&nRewards&8:'
  94. - '&7&l●&f 2 Cubes'
  95. - ''
  96. - '&b&nDonor Rewards&8:'
  97. - '&7&l●&f 4 Cubes &8(&fDonor&8)'
  98. actions:
  99. - '[Message] &8[&bBonus&8]&f You have &bclaimed&f your &bDaily Bonus&f.'
  100. - '[ConsoleCommand] blocks add %player% 2 C'
  101. permission_actions:
  102. - '[Message] &8[&bBonus&8]&f You have &bclaimed&f your &bDaily Bonus&f. &8(&fDonor&8)'
  103. - '[ConsoleCommand] blocks add %player% 4 C'
  104. '1':
  105. value: 1
  106. default_item: FIREWORK_CHARGE;%amount%;0
  107. default_name: '&b&nDaily Bonus&8 (&f#%amount%&8)'
  108. default_glow: false
  109. default_lore:
  110. - '&7&l●&f Join &bconsecutively&f for better &brewards&f.'
  111. - ''
  112. - '&b&nRewards&8:'
  113. - '&7&l●&f 4 Cubes'
  114. - ''
  115. - '&b&nDonor Rewards&8:'
  116. - '&7&l●&f 6 Cubes &8(&fDonor&8)'
  117. received_item: FIREBALL;%amount%;0
  118. received_name: '&b&nDaily Bonus&8 (&f#%amount%&8)'
  119. received_glow: false
  120. received_lore:
  121. - '&7&l●&f Join &bconsecutively&f for better &brewards&f.'
  122. pending_item: NETHER_STAR;%amount%;0
  123. pending_name: '&b&nDaily Bonus&8 (&f#%amount%&8)'
  124. pending_glow: true
  125. pending_lore:
  126. - '&7&l●&f Join &bconsecutively&f for better &brewards&f.'
  127. - ''
  128. - '&b&nRewards&8:'
  129. - '&7&l●&f 4 Cubes'
  130. - ''
  131. - '&b&nDonor Rewards&8:'
  132. - '&7&l●&f 6 Cubes &8(&fDonor&8)'
  133. actions:
  134. - '[Message] &8[&bBonus&8]&f You have &bclaimed&f your &bDaily Bonus&f.'
  135. - '[ConsoleCommand] blocks add %player% 4 C'
  136. permission_actions:
  137. - '[Message] &8[&bBonus&8]&f You have &bclaimed&f your &bDaily Bonus&f. &8(&fDonor&8)'
  138. - '[ConsoleCommand] blocks add %player% 6 C'
  139. '2':
  140. value: 2
  141. default_item: FIREWORK_CHARGE;%amount%;0
  142. default_name: '&b&nDaily Bonus&8 (&f#%amount%&8)'
  143. default_glow: false
  144. default_lore:
  145. - '&7&l●&f Join &bconsecutively&f for better &brewards&f.'
  146. - ''
  147. - '&b&nRewards&8:'
  148. - '&7&l●&f 6 Cubes'
  149. - ''
  150. - '&b&nDonor Rewards&8:'
  151. - '&7&l●&f 10 Cubes &8(&fDonor&8)'
  152. received_item: FIREBALL;%amount%;0
  153. received_name: '&b&nDaily Bonus&8 (&f#%amount%&8)'
  154. received_glow: false
  155. received_lore:
  156. - '&7&l●&f Join &bconsecutively&f for better &brewards&f.'
  157. pending_item: NETHER_STAR;%amount%;0
  158. pending_name: '&b&nDaily Bonus&8 (&f#%amount%&8)'
  159. pending_glow: true
  160. pending_lore:
  161. - '&7&l●&f Join &bconsecutively&f for better &brewards&f.'
  162. - ''
  163. - '&b&nRewards&8:'
  164. - '&7&l●&f 6 Cubes'
  165. - ''
  166. - '&b&nDonor Rewards&8:'
  167. - '&7&l●&f 10 Cubes &8(&fDonor&8)'
  168. actions:
  169. - '[Message] &8[&bBonus&8]&f You have &bclaimed&f your &bDaily Bonus&f.'
  170. - '[ConsoleCommand] blocks add %player% 6 C'
  171. permission_actions:
  172. - '[Message] &8[&bBonus&8]&f You have &bclaimed&f your &bDaily Bonus&f. &8(&fDonor&8)'
  173. - '[ConsoleCommand] blocks add %player% 10 C'
  174. '3':
  175. value: 3
  176. default_item: FIREWORK_CHARGE;%amount%;0
  177. default_name: '&b&nDaily Bonus&8 (&f#%amount%&8)'
  178. default_glow: false
  179. default_lore:
  180. - '&7&l●&f Join &bconsecutively&f for better &brewards&f.'
  181. - ''
  182. - '&b&nRewards&8:'
  183. - '&7&l●&f 10 Cubes'
  184. - ''
  185. - '&b&nDonor Rewards&8:'
  186. - '&7&l●&f 16 Cubes &8(&fDonor&8)'
  187. received_item: FIREBALL;%amount%;0
  188. received_name: '&b&nDaily Bonus&8 (&f#%amount%&8)'
  189. received_glow: false
  190. received_lore:
  191. - '&7&l●&f Join &bconsecutively&f for better &brewards&f.'
  192. pending_item: NETHER_STAR;%amount%;0
  193. pending_name: '&b&nDaily Bonus&8 (&f#%amount%&8)'
  194. pending_glow: true
  195. pending_lore:
  196. - '&7&l●&f Join &bconsecutively&f for better &brewards&f.'
  197. - ''
  198. - '&b&nRewards&8:'
  199. - '&7&l●&f 10 Cubes'
  200. - ''
  201. - '&b&nDonor Rewards&8:'
  202. - '&7&l●&f 16 Cubes &8(&fDonor&8)'
  203. actions:
  204. - '[Message] &8[&bBonus&8]&f You have &bclaimed&f your &bDaily Bonus&f.'
  205. - '[ConsoleCommand] blocks add %player% 10 C'
  206. permission_actions:
  207. - '[Message] &8[&bBonus&8]&f You have &bclaimed&f your &bDaily Bonus&f. &8(&fDonor&8)'
  208. - '[ConsoleCommand] blocks add %player% 16 C'
  209. '4':
  210. value: 4
  211. default_item: FIREWORK_CHARGE;%amount%;0
  212. default_name: '&b&nDaily Bonus&8 (&f#%amount%&8)'
  213. default_glow: false
  214. default_lore:
  215. - '&7&l●&f Join &bconsecutively&f for better &brewards&f.'
  216. - ''
  217. - '&b&nRewards&8:'
  218. - '&7&l●&f 16 Cubes'
  219. - ''
  220. - '&b&nDonor Rewards&8:'
  221. - '&7&l●&f 22 Cubes &8(&fDonor&8)'
  222. received_item: FIREBALL;%amount%;0
  223. received_name: '&b&nDaily Bonus&8 (&f#%amount%&8)'
  224. received_glow: false
  225. received_lore:
  226. - '&7&l●&f Join &bconsecutively&f for better &brewards&f.'
  227. pending_item: NETHER_STAR;%amount%;0
  228. pending_name: '&b&nDaily Bonus&8 (&f#%amount%&8)'
  229. pending_glow: true
  230. pending_lore:
  231. - '&7&l●&f Join &bconsecutively&f for better &brewards&f.'
  232. - ''
  233. - '&b&nRewards&8:'
  234. - '&7&l●&f 16 Cubes'
  235. - ''
  236. - '&b&nDonor Rewards&8:'
  237. - '&7&l●&f 22 Cubes &8(&fDonor&8)'
  238. actions:
  239. - '[Message] &8[&bBonus&8]&f You have &bclaimed&f your &bDaily Bonus&f.'
  240. - '[ConsoleCommand] blocks add %player% 16 C'
  241. permission_actions:
  242. - '[Message] &8[&bBonus&8]&f You have &bclaimed&f your &bDaily Bonus&f. &8(&fDonor&8)'
  243. - '[ConsoleCommand] blocks add %player% 22 C'
  244. '5':
  245. value: 5
  246. default_item: FIREWORK_CHARGE;%amount%;0
  247. default_name: '&b&nDaily Bonus&8 (&f#%amount%&8)'
  248. default_glow: false
  249. default_lore:
  250. - '&7&l●&f Join &bconsecutively&f for better &brewards&f.'
  251. - ''
  252. - '&b&nRewards&8:'
  253. - '&7&l●&f 22 Cubes'
  254. - ''
  255. - '&b&nDonor Rewards&8:'
  256. - '&7&l●&f 30 Cubes &8(&fDonor&8)'
  257. received_item: FIREBALL;%amount%;0
  258. received_name: '&b&nDaily Bonus&8 (&f#%amount%&8)'
  259. received_glow: false
  260. received_lore:
  261. - '&7&l●&f Join &bconsecutively&f for better &brewards&f.'
  262. pending_item: NETHER_STAR;%amount%;0
  263. pending_name: '&b&nDaily Bonus&8 (&f#%amount%&8)'
  264. pending_glow: true
  265. pending_lore:
  266. - '&7&l●&f Join &bconsecutively&f for better &brewards&f.'
  267. - ''
  268. - '&b&nRewards&8:'
  269. - '&7&l●&f 22 Cubes'
  270. - ''
  271. - '&b&nDonor Rewards&8:'
  272. - '&7&l●&f 30 Cubes &8(&fDonor&8)'
  273. actions:
  274. - '[Message] &8[&bBonus&8]&f You have &bclaimed&f your &bDaily Bonus&f.'
  275. - '[ConsoleCommand] blocks add %player% 22 C'
  276. permission_actions:
  277. - '[Message] &8[&bBonus&8]&f You have &bclaimed&f your &bDaily Bonus&f. &8(&fDonor&8)'
  278. - '[ConsoleCommand] blocks add %player% 30 C'
  279. '6':
  280. value: 6
  281. default_item: FIREWORK_CHARGE;%amount%;0
  282. default_name: '&b&nDaily Bonus&8 (&f#%amount%&8)'
  283. default_glow: false
  284. default_lore:
  285. - '&7&l●&f Join &bconsecutively&f for better &brewards&f.'
  286. - ''
  287. - '&b&nRewards&8:'
  288. - '&7&l●&f 32 Cubes'
  289. - ''
  290. - '&b&nDonor Rewards&8:'
  291. - '&7&l●&f 64 Cubes &8(&fDonor&8)'
  292. received_item: DYE;%amount%;0
  293. received_name: '&b&nDaily Bonus&8 (&f#%amount%&8)'
  294. received_glow: false
  295. received_lore:
  296. - '&7&l●&f Join &bconsecutively&f for better &brewards&f.'
  297. pending_item: NETHER_STAR;%amount%;0
  298. pending_name: '&b&nDaily Bonus&8 (&f#%amount%&8)'
  299. pending_glow: true
  300. pending_lore:
  301. - '&7&l●&f Join &bconsecutively&f for better &brewards&f.'
  302. - ''
  303. - '&b&nRewards&8:'
  304. - '&7&l●&f 32 Cubes'
  305. - ''
  306. - '&b&nDonor Rewards&8:'
  307. - '&7&l●&f 64 Cubes &8(&fDonor&8)'
  308. actions:
  309. - '[Message] &8[&bBonus&8]&f You have &bclaimed&f your &bDaily Bonus&f.'
  310. - '[ConsoleCommand] blocks add %player% 32 C'
  311. permission_actions:
  312. - '[Message] &8[&bBonus&8]&f You have &bclaimed&f your &bDaily Bonus&f. &8(&fDonor&8)'
  313. - '[ConsoleCommand] blocks add %player% 64 C'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement