Advertisement
TybaltMooney

config.yml daily bonus

Feb 21st, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.48 KB | None | 0 0
  1. # ======================================================
  2. #
  3. # DailyBonus Version: 2.1.4
  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. - '&f- $5000'
  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. - '&f- $5000'
  94. actions:
  95. - '[Message] &aYou have received a daily bonus of $5000!'
  96. - '[VaultGive] 5000'
  97. permission_actions:
  98. - '[Message] &aYou have received a daily bonus of $10000!'
  99. - '[VaultGive] 10000'
  100. '1':
  101. value: 1
  102. default_item: COAL_BLOCK;%amount%;0
  103. default_name: '&cReward #%amount%'
  104. default_glow: false
  105. default_lore:
  106. - '&7Come back every day to'
  107. - '&7receive even better rewards!'
  108. - ''
  109. - '&e&lReward:'
  110. - '&f- $10000'
  111. received_item: EMERALD_BLOCK;%amount%;0
  112. received_name: '&aReward #%amount%'
  113. received_glow: false
  114. received_lore:
  115. - '&7Keep up the streak to receive'
  116. - '&7even better rewards!'
  117. - ''
  118. - '&a&lCompleted!'
  119. pending_item: GOLD_BLOCK;%amount%;0
  120. pending_name: '&eReward #%amount%'
  121. pending_glow: true
  122. pending_lore:
  123. - '&7Come back tomorrow to receive'
  124. - '&7this reward!'
  125. - ''
  126. - '&e&lReward:'
  127. - '&f- $10000'
  128. actions:
  129. - '[Message] &aYou have received a daily bonus of $10000!'
  130. - '[VaultGive] 10000'
  131. permission_actions:
  132. - '[Message] &aYou have received a daily bonus of $20000!'
  133. - '[VaultGive] 20000'
  134. '2':
  135. value: 2
  136. default_item: COAL_BLOCK;%amount%;0
  137. default_name: '&cReward #%amount%'
  138. default_glow: false
  139. default_lore:
  140. - '&7Come back every day to'
  141. - '&7receive even better rewards!'
  142. - ''
  143. - '&e&lReward:'
  144. - '&f- $25000'
  145. received_item: EMERALD_BLOCK;%amount%;0
  146. received_name: '&aReward #%amount%'
  147. received_glow: false
  148. received_lore:
  149. - '&7Keep up the streak to receive'
  150. - '&7even better rewards!'
  151. - ''
  152. - '&a&lCompleted!'
  153. pending_item: GOLD_BLOCK;%amount%;0
  154. pending_name: '&eReward #%amount%'
  155. pending_glow: true
  156. pending_lore:
  157. - '&7Come back tomorrow to receive'
  158. - '&7this reward!'
  159. - ''
  160. - '&e&lReward:'
  161. - '&f- $25000'
  162. actions:
  163. - '[Message] &aYou have received a daily bonus of $25000!'
  164. - '[VaultGive] 25000'
  165. permission_actions:
  166. - '[Message] &aYou have received a daily bonus of $50000!'
  167. - '[VaultGive] 50000'
  168. '3':
  169. value: 3
  170. default_item: COAL_BLOCK;%amount%;0
  171. default_name: '&cReward #%amount%'
  172. default_glow: false
  173. default_lore:
  174. - '&7Come back every day to'
  175. - '&7receive even better rewards!'
  176. - ''
  177. - '&e&lReward:'
  178. - '&f- $50000'
  179. received_item: EMERALD_BLOCK;%amount%;0
  180. received_name: '&aReward #%amount%'
  181. received_glow: false
  182. received_lore:
  183. - '&7Keep up the streak to receive'
  184. - '&7even better rewards!'
  185. - ''
  186. - '&a&lCompleted!'
  187. pending_item: GOLD_BLOCK;%amount%;0
  188. pending_name: '&eReward #%amount%'
  189. pending_glow: true
  190. pending_lore:
  191. - '&7Come back tomorrow to receive'
  192. - '&7this reward!'
  193. - ''
  194. - '&e&lReward:'
  195. - '&f- $50000'
  196. actions:
  197. - '[Message] &aYou have received a daily bonus of $50000!'
  198. - '[VaultGive] 50000'
  199. permission_actions:
  200. - '[Message] &aYou have received a daily bonus of $100000!'
  201. - '[VaultGive] 100000'
  202. '4':
  203. value: 4
  204. default_item: COAL_BLOCK;%amount%;0
  205. default_name: '&cReward #%amount%'
  206. default_glow: false
  207. default_lore:
  208. - '&7Come back every day to'
  209. - '&7receive even better rewards!'
  210. - ''
  211. - '&e&lReward:'
  212. - '&f- $75000'
  213. received_item: EMERALD_BLOCK;%amount%;0
  214. received_name: '&aReward #%amount%'
  215. received_glow: false
  216. received_lore:
  217. - '&7Keep up the streak to receive'
  218. - '&7even better rewards!'
  219. - ''
  220. - '&a&lCompleted!'
  221. pending_item: GOLD_BLOCK;%amount%;0
  222. pending_name: '&eReward #%amount%'
  223. pending_glow: true
  224. pending_lore:
  225. - '&7Come back tomorrow to receive'
  226. - '&7this reward!'
  227. - ''
  228. - '&e&lReward:'
  229. - '&f- $75000'
  230. actions:
  231. - '[Message] &aYou have received a daily bonus of $75000!'
  232. - '[VaultGive] 75000'
  233. permission_actions:
  234. - '[Message] &aYou have received a daily bonus of $150000!'
  235. - '[VaultGive] 150000'
  236. '5':
  237. value: 5
  238. default_item: COAL_BLOCK;%amount%;0
  239. default_name: '&cReward #%amount%'
  240. default_glow: false
  241. default_lore:
  242. - '&7Come back every day to'
  243. - '&7receive even better rewards!'
  244. - ''
  245. - '&e&lReward:'
  246. - '&f- $100000'
  247. received_item: EMERALD_BLOCK;%amount%;0
  248. received_name: '&aReward #%amount%'
  249. received_glow: false
  250. received_lore:
  251. - '&7Keep up the streak to receive'
  252. - '&7even better rewards!'
  253. - ''
  254. - '&a&lCompleted!'
  255. pending_item: GOLD_BLOCK;%amount%;0
  256. pending_name: '&eReward #%amount%'
  257. pending_glow: true
  258. pending_lore:
  259. - '&7Come back tomorrow to receive'
  260. - '&7this reward!'
  261. - ''
  262. - '&e&lReward:'
  263. - '&f- $100000'
  264. actions:
  265. - '[Message] &aYou have received a daily bonus of $100000!'
  266. - '[VaultGive] 100000'
  267. permission_actions:
  268. - '[Message] &aYou have received a daily bonus of $200000!'
  269. - '[VaultGive] 200000'
  270. '6':
  271. value: 6
  272. default_item: COAL_BLOCK;%amount%;0
  273. default_name: '&cReward #%amount%'
  274. default_glow: false
  275. default_lore:
  276. - '&7Come back every day to'
  277. - '&7receive even better rewards!'
  278. - ''
  279. - '&e&lReward:'
  280. - '&f- $250000'
  281. received_item: EMERALD_BLOCK;%amount%;0
  282. received_name: '&aReward #%amount%'
  283. received_glow: false
  284. received_lore:
  285. - '&7Keep up the streak to receive'
  286. - '&7even better rewards!'
  287. - ''
  288. - '&a&lCompleted!'
  289. pending_item: GOLD_BLOCK;%amount%;0
  290. pending_name: '&eReward #%amount%'
  291. pending_glow: true
  292. pending_lore:
  293. - '&7Come back tomorrow to receive'
  294. - '&7this reward!'
  295. - ''
  296. - '&e&lReward:'
  297. - '&f- $250000'
  298. actions:
  299. - '[Message] &aYou have received a daily bonus of $250000!'
  300. - '[VaultGive] 250000'
  301. permission_actions:
  302. - '[Message] &aYou have received a daily bonus of $500000!'
  303. - '[VaultGive] 500000'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement