Advertisement
aspiriamc

Untitled

Aug 19th, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.51 KB | None | 0 0
  1. # ======================================================
  2. #
  3. # DailyBonus Version: 2.1.9.5
  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-6>
  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-6> | The amount of consecutive days required to get this reward (0 = lowest, 6 = highest)
  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. # [Title] <title> - Displays the title for the player
  59. # [Title] <title>;<subtitle> - Displays the title & subtitle for the player
  60. # [ActionBar] <message> - Displays the message in the actionbar for the player
  61. # [Bungee] <server> - Sends the player to the specified bungee server
  62. #
  63. # ======================================================
  64.  
  65. rewards:
  66. '0':
  67. value: 0
  68. default_item: COAL_BLOCK;%amount%;0
  69. default_name: '&cReward #%amount%'
  70. default_glow: false
  71. default_lore:
  72. - '&7Come back every day to'
  73. - '&7receive even better rewards!'
  74. - ''
  75. - '&e&lReward:'
  76. - '&f5 iron ingots, 3 saplings, $500'
  77. received_item: EMERALD_BLOCK;%amount%;0
  78. received_name: '&aReward #%amount%'
  79. received_glow: false
  80. received_lore:
  81. - '&7Keep up the streak to receive'
  82. - '&7even better rewards!'
  83. - ''
  84. - '&a&lCompleted!'
  85. pending_item: GOLD_BLOCK;%amount%;0
  86. pending_name: '&eReward #%amount%'
  87. pending_glow: true
  88. pending_lore:
  89. - '&7Come back tomorrow to receive'
  90. - '&7this reward!'
  91. - ''
  92. - '&e&lReward:'
  93. - '&f5 iron ingots, 3 saplings, $500'
  94. actions:
  95. - '[ConsoleCommand] give %player% ironingot 5'
  96. - '[ConsoleCommand] give %player% sapling:1 3'
  97. - '[VaultGive] 500'
  98. - '[Message] &aYou have received a daily bonus of 5 iron ingots, 3 saplings and $500!'
  99. permission_actions:
  100. - '[ConsoleCommand] give %player% ironingot 5'
  101. - '[ConsoleCommand] give %player% sapling:1 3'
  102. - '[VaultGive] 500'
  103. - '[Message] &aYou have received a daily bonus of 5 iron ingots, 3 saplings and $500!'
  104. '1':
  105. value: 1
  106. default_item: COAL_BLOCK;%amount%;0
  107. default_name: '&cReward #%amount%'
  108. default_glow: false
  109. default_lore:
  110. - '&7Come back every day to'
  111. - '&7receive even better rewards!'
  112. - ''
  113. - '&e&lReward:'
  114. - '&f5 gold ingots, 3 saplings, $600'
  115. received_item: EMERALD_BLOCK;%amount%;0
  116. received_name: '&aReward #%amount%'
  117. received_glow: false
  118. received_lore:
  119. - '&7Keep up the streak to receive'
  120. - '&7even better rewards!'
  121. - ''
  122. - '&a&lCompleted!'
  123. pending_item: GOLD_BLOCK;%amount%;0
  124. pending_name: '&eReward #%amount%'
  125. pending_glow: true
  126. pending_lore:
  127. - '&7Come back tomorrow to receive'
  128. - '&7this reward!'
  129. - ''
  130. - '&e&lReward:'
  131. - '&f5 iron ingots, 3 saplings, $600'
  132. actions:
  133. - '[ConsoleCommand] give %player% goldingot 5'
  134. - '[ConsoleCommand] give %player% sapling:2 3'
  135. - '[VaultGive] 600'
  136. - '[Message] &aYou have received a daily bonus of 5 gold ingots, 3 saplings and $600!'
  137. permission_actions:
  138. - '[ConsoleCommand] give %player% goldingot 5'
  139. - '[ConsoleCommand] give %player% sapling:2 3'
  140. - '[VaultGive] 600'
  141. - '[Message] &aYou have received a daily bonus of 5 gold ingots, 3 saplings and $600'
  142. '2':
  143. value: 2
  144. default_item: COAL_BLOCK;%amount%;0
  145. default_name: '&cReward #%amount%'
  146. default_glow: false
  147. default_lore:
  148. - '&7Come back every day to'
  149. - '&7receive even better rewards!'
  150. - ''
  151. - '&e&lReward:'
  152. - '&f5 iron ingots,5 gold ingots 3 saplings, $750'
  153. received_item: EMERALD_BLOCK;%amount%;0
  154. received_name: '&aReward #%amount%'
  155. received_glow: false
  156. received_lore:
  157. - '&7Keep up the streak to receive'
  158. - '&7even better rewards!'
  159. - ''
  160. - '&a&lCompleted!'
  161. pending_item: GOLD_BLOCK;%amount%;0
  162. pending_name: '&eReward #%amount%'
  163. pending_glow: true
  164. pending_lore:
  165. - '&7Come back tomorrow to receive'
  166. - '&7this reward!'
  167. - ''
  168. - '&e&lReward:'
  169. - '&f5 iron ingots,5 gold ingots, 3 saplings, $750'
  170. actions:
  171. - '[ConsoleCommand] give %player% ironingot 5'
  172. - '[ConsoleCommand] give %player% goldingot 5'
  173. - '[ConsoleCommand] give %player% sapling:1 3'
  174. - '[VaultGive] 750'
  175. - '[Message] &aYou have received a daily bonus of 5 iron ingots,5 gold ingots, 3 saplings and $750!'
  176. permission_actions:
  177. - '[Message] &aYou have received a daily bonus of 5 iron ingots,5 gold ingots, 3 saplings and $750!'
  178. - '[VaultGive] 750'
  179. '3':
  180. value: 3
  181. default_item: COAL_BLOCK;%amount%;0
  182. default_name: '&cReward #%amount%'
  183. default_glow: false
  184. default_lore:
  185. - '&7Come back every day to'
  186. - '&7receive even better rewards!'
  187. - ''
  188. - '&e&lReward:'
  189. - '&f5 5 gold ingots, 1 sponge and 3 saplings, $800'
  190. received_item: EMERALD_BLOCK;%amount%;0
  191. received_name: '&aReward #%amount%'
  192. received_glow: false
  193. received_lore:
  194. - '&7Keep up the streak to receive'
  195. - '&7even better rewards!'
  196. - ''
  197. - '&a&lCompleted!'
  198. pending_item: GOLD_BLOCK;%amount%;0
  199. pending_name: '&eReward #%amount%'
  200. pending_glow: true
  201. pending_lore:
  202. - '&7Come back tomorrow to receive'
  203. - '&7this reward!'
  204. - ''
  205. - '&e&lReward:'
  206. - '&f5 5 gold ingots, 1 sponge and 3 saplings, $800'
  207. actions:
  208. - '[ConsoleCommand] give %player% goldingot 5'
  209. - '[ConsoleCommand] give %player% sapling:1 3'
  210. - '[ConsoleCommand] give %player% sponge 1'
  211. - '[VaultGive] 800'
  212. - '[Message] &aYou have received a daily bonus of 5 gold ingots, 1 sponge and 3 saplings and $800!'
  213. permission_actions:
  214. - '[ConsoleCommand] give %player% goldingot 5'
  215. - '[ConsoleCommand] give %player% sapling:1 3'
  216. - '[ConsoleCommand] give %player% sponge 1'
  217. - '[VaultGive] 800'
  218. - '[Message] &aYou have received a daily bonus of 5 gold ingots, 1 sponge and 3 saplings and $800!'
  219. '4':
  220. value: 4
  221. default_item: COAL_BLOCK;%amount%;0
  222. default_name: '&cReward #%amount%'
  223. default_glow: false
  224. default_lore:
  225. - '&7Come back every day to'
  226. - '&7receive even better rewards!'
  227. - ''
  228. - '&e&lReward:'
  229. - '&f5 5 gold ingots, 2 sponge and 4 Bottle o Enchanting $850'
  230. received_item: EMERALD_BLOCK;%amount%;0
  231. received_name: '&aReward #%amount%'
  232. received_glow: false
  233. received_lore:
  234. - '&7Keep up the streak to receive'
  235. - '&7even better rewards!'
  236. - ''
  237. - '&a&lCompleted!'
  238. pending_item: GOLD_BLOCK;%amount%;0
  239. pending_name: '&eReward #%amount%'
  240. pending_glow: true
  241. pending_lore:
  242. - '&7Come back tomorrow to receive'
  243. - '&7this reward!'
  244. - ''
  245. - '&e&lReward:'
  246. - '&f5 5 gold ingots, 2 sponge and 4 Bottle o Enchanting, $850'
  247. actions:
  248. - '[ConsoleCommand] give %player% goldingot 5'
  249. - '[ConsoleCommand] give %player% xpbottle 4'
  250. - '[ConsoleCommand] give %player% sponge 2'
  251. - '[VaultGive] 850'
  252. - '[Message] &aYou have received a daily bonus of 5 gold ingots, 2 sponge and 4 XP Bottle and $850!'
  253. permission_actions:
  254. - '[ConsoleCommand] give %player% goldingot 5'
  255. - '[ConsoleCommand] give %player% xpbottle 4'
  256. - '[ConsoleCommand] give %player% sponge 2'
  257. - '[VaultGive] 850'
  258. - '[Message] &aYou have received a daily bonus of 5 gold ingots, 2 sponge and 4 XP Bottle and $850!'
  259. '5':
  260. value: 5
  261. default_item: COAL_BLOCK;%amount%;0
  262. default_name: '&cReward #%amount%'
  263. default_glow: false
  264. default_lore:
  265. - '&7Come back every day to'
  266. - '&7receive even better rewards!'
  267. - ''
  268. - '&e&lReward:'
  269. - '&f5 1 Diamond and $900'
  270. received_item: EMERALD_BLOCK;%amount%;0
  271. received_name: '&aReward #%amount%'
  272. received_glow: false
  273. received_lore:
  274. - '&7Keep up the streak to receive'
  275. - '&7even better rewards!'
  276. - ''
  277. - '&a&lCompleted!'
  278. pending_item: GOLD_BLOCK;%amount%;0
  279. pending_name: '&eReward #%amount%'
  280. pending_glow: true
  281. pending_lore:
  282. - '&7Come back tomorrow to receive'
  283. - '&7this reward!'
  284. - ''
  285. - '&e&lReward:'
  286. - '&f5 1 Diamond $900'
  287. actions:
  288. - '[ConsoleCommand] give %player% diamond 1'
  289. - '[VaultGive] 900'
  290. - '[Message] &aYou have received a daily bonus of 1 Diamond and $900!'
  291. permission_actions:
  292. - '[ConsoleCommand] give %player% diamond 1'
  293. - '[VaultGive] 900'
  294. - '[Message] &aYou have received a daily bonus of 1 Diamond and $900!'
  295. '6':
  296. value: 6
  297. default_item: COAL_BLOCK;%amount%;0
  298. default_name: '&cReward #%amount%'
  299. default_glow: false
  300. default_lore:
  301. - '&7Come back every day to'
  302. - '&7receive even better rewards!'
  303. - ''
  304. - '&e&lReward:'
  305. - '&f5 1 Emerald and $1000'
  306. received_item: EMERALD_BLOCK;%amount%;0
  307. received_name: '&aReward #%amount%'
  308. received_glow: false
  309. received_lore:
  310. - '&7Keep up the streak to receive'
  311. - '&7even better rewards!'
  312. - ''
  313. - '&a&lCompleted!'
  314. pending_item: GOLD_BLOCK;%amount%;0
  315. pending_name: '&eReward #%amount%'
  316. pending_glow: true
  317. pending_lore:
  318. - '&7Come back tomorrow to receive'
  319. - '&7this reward!'
  320. - ''
  321. - '&e&lReward:'
  322. - '&f5 1 Emerald $1000'
  323. actions:
  324. - '[ConsoleCommand] give %player% emerald 1'
  325. - '[VaultGive] 1000'
  326. - '[Message] &aYou have received a daily bonus of 1 Emerald and $1000!'
  327. permission_actions:
  328. - '[ConsoleCommand] give %player% emerald 1'
  329. - '[VaultGive] 1000'
  330. - '[Message] &aYou have received a daily bonus of 1 Emerald and $1000!'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement