Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.16 KB | None | 0 0
  1. ## Infinicrate Config ##
  2. # If one of the crates' percentages don't add up to 100,
  3. # then the total chance will be added past 100%.
  4.  
  5. # chesttype: 'ender' or 'normal', anything else given will default to normal
  6. # rewards: List of rewards. Format: 'item_name amount data percentage'
  7. #
  8. # FORMAT #
  9. # Tiers:
  10. # name: ID of the crate
  11. # name: Name of the crate in chat, color coded
  12. # keyName: Name of the key to open the crate, color coded
  13. # keyItem: The item that the key used to open the crate will be (ie. tripwire_hook)
  14. # keyLore: Lore of the key, color coded. More dashes = more lines.
  15. # - "text"
  16. # - "moreText"
  17. # message: Message that will be broadcasted once the player opens this crate. %player% is replaced with the player's name.
  18. # rewards: List of rewards that the player may receive
  19. # 1:
  20. # chance: Percent chance of this reward being received.
  21. # message: Message displayed in chat and on the chest once the reward has been received. %player% is replaced with the player's name.
  22. # items: List of items received
  23. # - "diamond 1 0" Item format: [name amount data]
  24. # commands: List of commands to be executed upon being rewarded. %player% is replaced with the player's name.
  25. # - "/tell %player% Hey, I'm doing a tutorial on Infinicrate config!"
  26. # 2: ...
  27. #
  28. #
  29. # PLUGIN BY TOADALLY
  30. # https://www.youtube.com/c/toadallyterrific
  31. #Copyright (c) 2016 Toadally under the MIT License (See at bottom of config)
  32. locations: []
  33.  
  34. #Fancy Opening Animation: Have the chest rotate towards the player during the opening sequence.
  35. # true: Constantly facing the player [May use more RAM, and can drop TPS depending on how many are being opened, Slower]
  36. # false: Looks at the player's location at the time of opening [Faster]
  37. fancy: true
  38.  
  39. # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! #
  40. # PLEASE USE ITEMSTACKS OF 64 OR LESS TO AVOID ISSUES WITH THE ITEM PARSER. WILL FIX SOON #
  41. # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! #
  42. Tiers:
  43. crate:
  44. name: "&c&lCrate"
  45. keyName: "&c&lCrate &7&lKey"
  46. keyItem: "tripwire_hook"
  47. keyLore:
  48. - "&7Use this key at &c/warp crates&7."
  49. message: "&e%player% &7opened a &c&lCrate&7!"
  50. rewards:
  51. 1:
  52. chance: 50
  53. message: "&e&lScared Emoji"
  54. items:
  55. - ""
  56. commands:
  57. - "broadcast &c%player% &7won a &e&lScared Emoji&7!"
  58. - "give %player% skull 1 3 {display:{Name:"Scared"},SkullOwner:{Id:"2cd3dbb5-6136-4127-9e14-89c328660871",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjM2ZTI2YzQ0NjU5ZTgxNDhlZDU4YWE3OWU0ZDYwZGI1OTVmNDI2NDQyMTE2ZjgxYjU0MTVjMjQ0NmVkOCJ9fX0="}]}}}"
  59. 2:
  60. chance: 50
  61. message: "&e&lAngel Emoji"
  62. items:
  63. - ""
  64. commands:
  65. - "broadcast &c%player% &7won a &e&lScared Emoji&7!"
  66. - "give %name% skull 1 3 {display:{Name:"Angel"},SkullOwner:{Id:"fd9dd8fa-58b2-49cb-a5fa-eacb62bb9bfc",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2UxZGViYzczMjMxZjhlZDRiNjlkNWMzYWMxYjFmMThmMzY1NmE4OTg4ZTIzZjJlMWJkYmM0ZTg1ZjZkNDZhIn19fQ=="}]}}}"
  67. 3:
  68. chance: 50
  69. message: "&e&l1 Dirt"
  70. items:
  71. - ""
  72. commands:
  73. - "broadcast &c%player% &7won a &e&lScared Emoji&7!"
  74. - ""
  75. 4:
  76. chance: 50
  77. message: "&e&l1 Dirt"
  78. items:
  79. - ""
  80. commands:
  81. - "broadcast &c%player% &7won a &e&lScared Emoji&7!"
  82. - ""
  83.  
  84. 5:
  85. chance: 50
  86. message: "&e&l1 Dirt"
  87. items:
  88. - ""
  89. commands:
  90. - "broadcast &c%player% &7won a &e&lScared Emoji&7!"
  91. - ""
  92.  
  93. 6:
  94. chance: 50
  95. message: "&e&l1 Dirt"
  96. items:
  97. - ""
  98. commands:
  99. - "broadcast &c%player% &7won a &e&lScared Emoji&7!"
  100. - ""
  101.  
  102. 7:
  103. chance: 50
  104. message: "&e&l1 Dirt"
  105. items:
  106. - ""
  107. commands:
  108. - "broadcast &c%player% &7won a &e&lScared Emoji&7!"
  109. - ""
  110.  
  111. 8:
  112. chance: 50
  113. message: "&e&l1 Dirt"
  114. items:
  115. - ""
  116. commands:
  117. - "broadcast &c%player% &7won a &e&lScared Emoji&7!"
  118. - ""
  119.  
  120. 9:
  121. chance: 50
  122. message: "&e&l1 Dirt"
  123. items:
  124. - ""
  125. commands:
  126. - "broadcast &c%player% &7won a &e&lScared Emoji&7!"
  127. - ""
  128.  
  129. 10:
  130. chance: 50
  131. message: "&e&l1 Dirt"
  132. items:
  133. - ""
  134. commands:
  135. - "broadcast &c%player% &7won a &e&lScared Emoji&7!"
  136. - ""
  137.  
  138. 11:
  139. chance: 50
  140. message: "&e&l1 Dirt"
  141. items:
  142. - ""
  143. commands:
  144. - "broadcast &c%player% &7won a &e&lScared Emoji&7!"
  145. - ""
  146.  
  147. 12:
  148. chance: 50
  149. message: "&e&l1 Dirt"
  150. items:
  151. - ""
  152. commands:
  153. - "broadcast &c%player% &7won a &e&lScared Emoji&7!"
  154. - ""
  155.  
  156. 13:
  157. chance: 50
  158. message: "&e&l1 Dirt"
  159. items:
  160. - ""
  161. commands:
  162. - "broadcast &c%player% &7won a &e&lScared Emoji&7!"
  163. - ""
  164.  
  165. 14:
  166. chance: 50
  167. message: "&e&l1 Dirt"
  168. items:
  169. - ""
  170. commands:
  171. - "broadcast &c%player% &7won a &e&lScared Emoji&7!"
  172. - ""
  173.  
  174. 15:
  175. chance: 50
  176. message: "&e&l1 Dirt"
  177. items:
  178. - ""
  179. commands:
  180. - "broadcast &c%player% &7won a &e&lScared Emoji&7!"
  181. - ""
  182.  
  183. 16:
  184. chance: 50
  185. message: "&e&l1 Dirt"
  186. items:
  187. - ""
  188. commands:
  189. - "broadcast &c%player% &7won a &e&lScared Emoji&7!"
  190. - ""
  191.  
  192. 17:
  193. chance: 50
  194. message: "&e&l1 Dirt"
  195. items:
  196. - ""
  197. commands:
  198. - "broadcast &c%player% &7won a &e&lScared Emoji&7!"
  199. - ""
  200.  
  201. 18:
  202. chance: 50
  203. message: "&e&l1 Dirt"
  204. items:
  205. - ""
  206. commands:
  207. - "broadcast &c%player% &7won a &e&lScared Emoji&7!"
  208. - ""
  209.  
  210. 19:
  211. chance: 50
  212. message: "&e&l1 Dirt"
  213. items:
  214. - ""
  215. commands:
  216. - "broadcast &c%player% &7won a &e&lScared Emoji&7!"
  217. - ""
  218.  
  219. 20:
  220. chance: 50
  221. message: "&e&l1 Dirt"
  222. items:
  223. - ""
  224. commands:
  225. - "broadcast &c%player% &7won a &e&lScared Emoji&7!"
  226. - ""
  227.  
  228. 21:
  229. chance: 50
  230. message: "&e&l1 Dirt"
  231. items:
  232. - ""
  233. commands:
  234. - "broadcast &c%player% &7won a &e&lScared Emoji&7!"
  235. - ""
  236.  
  237. 22:
  238. chance: 50
  239. message: "&e&l1 Dirt"
  240. items:
  241. - ""
  242. commands:
  243. - "broadcast &c%player% &7won a &e&lScared Emoji&7!"
  244. - ""
  245.  
  246. 23:
  247. chance: 50
  248. message: "&e&l1 Dirt"
  249. items:
  250. - ""
  251. commands:
  252. - "broadcast &c%player% &7won a &e&lScared Emoji&7!"
  253. - ""
  254.  
  255. 24:
  256. chance: 50
  257. message: "&e&l1 Dirt"
  258. items:
  259. - ""
  260. commands:
  261. - "broadcast &c%player% &7won a &e&lScared Emoji&7!"
  262. - ""
  263.  
  264. 25:
  265. chance: 50
  266. message: "&e&l1 Dirt"
  267. items:
  268. - ""
  269. commands:
  270. - "broadcast &c%player% &7won a &e&lScared Emoji&7!"
  271. - ""
  272.  
  273. 26:
  274. chance: 50
  275. message: "&e&l1 Dirt"
  276. items:
  277. - ""
  278. commands:
  279. - "broadcast &c%player% &7won a &e&lScared Emoji&7!"
  280. - ""
  281.  
  282. 27:
  283. chance: 50
  284. message: "&e&l1 Dirt"
  285. items:
  286. - ""
  287. commands:
  288. - "broadcast &c%player% &7won a &e&lScared Emoji&7!"
  289. - ""
  290.  
  291. 28:
  292. chance: 50
  293. message: "&e&l1 Dirt"
  294. items:
  295. - ""
  296. commands:
  297. - "broadcast &c%player% &7won a &e&lScared Emoji&7!"
  298. - ""
  299.  
  300. 29:
  301. chance: 50
  302. message: "&e&l1 Dirt"
  303. items:
  304. - ""
  305. commands:
  306. - "broadcast &c%player% &7won a &e&lScared Emoji&7!"
  307. - ""
  308.  
  309. 30:
  310. chance: 50
  311. message: "&e&l1 Dirt"
  312. items:
  313. - ""
  314. commands:
  315. - "broadcast &c%player% &7won a &e&lScared Emoji&7!"
  316. - ""
  317.  
  318. 31:
  319. chance: 50
  320. message: "&e&l1 Dirt"
  321. items:
  322. - ""
  323. commands:
  324. - "broadcast &c%player% &7won a &e&lScared Emoji&7!"
  325. - ""
  326.  
  327. 32:
  328. chance: 50
  329. message: "&e&l1 Dirt"
  330. items:
  331. - ""
  332. commands:
  333. - "broadcast &c%player% &7won a &e&lScared Emoji&7!"
  334. - ""
  335. rare:
  336. name: "&b&lRare Crate"
  337. keyName: "&b&lRare &eKey"
  338. keyItem: "tripwire_hook"
  339. keyLore:
  340. - "&7Open the crate at spawn to obtain loot!"
  341. - "&7&oInfinicrate"
  342. message: "&e%player% &7opened a &b&lRare Crate&7!"
  343. rewards:
  344. 1:
  345. #chance: percent chance to get the reward.
  346. #message: Message displayed when reward has been received.
  347. chance: 75
  348. message: "&e&l64 Emeralds"
  349. items:
  350. - emerald 64 0
  351. commands:
  352. - tell %player% Now go buy some stuff
  353. 2:
  354. chance: 25
  355. message: "&a&lThe Lootcrate™"
  356. items:
  357. - diamond_sword 1 0
  358. - diamond_pickaxe 1 0
  359. - diamond_axe 1 0
  360. - diamond_shovel 1 0
  361. - diamond_hoe 1 0
  362. - golden_apple 32 1
  363. commands:
  364. - tell %player% Yay! Goodies!
  365.  
  366.  
  367.  
  368. # The MIT License (MIT)
  369. # Copyright (c) 2016 Toadally
  370.  
  371. # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files
  372. # (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge,
  373. # publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
  374. # subject to the following conditions:
  375. # The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  376. # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  377. # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  378. # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement