Advertisement
Guest User

Untitled

a guest
May 31st, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 90.44 KB | None | 0 0
  1. #
  2. # Colors are the stained glass around the outside of the crate, legal values include:
  3. # (WHITE, ORANGE, MAGENTA, LIGHT_BLUE, YELLOW, LIME, PINK, GRAY, SILVER, CYAN, PURPLE, BLUE, BROWN, GREEN, RED, BLACK)
  4. #
  5. # YAML ItemStack definition:
  6. # material: enum, legal values here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
  7. # data (optional, default 0): short, the data value for this item
  8. # display-name (optional): string, the name the item shows in it's tooltip (use & for colors formatting)
  9. # lore (optional): string list, a list of lore lines (use & for colors formatting)
  10. # amount (optional, defaults to int 1): int
  11. # amount (optional, defaults to int 1): allows child keys of min and max (both of type int) offering a random range
  12. # enchantment (optional): adds all child keys as enchantments
  13. # (legal values here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/enchantments/Enchantment.html)
  14. # to the item, using the child key's integer value as the enchantment level
  15. # enchantment-effect (optional, default false): boolean, set weather to add a fake enchantment effect (without any lore)
  16. # spawned-type (optional): enum, legal values here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/EntityType.html (only valid if material is MOB_SPAWNER)
  17. # commands (optional, <player> variable): string list, instead of giving the itemstack, the crate will instead run the commands
  18. #
  19.  
  20. mysql:
  21. address: databasesql:3306
  22. database: DMonthlyCrates
  23. username: root
  24. password: fuckglorfuckinggettinghackedandshitallthefuckingtimefml
  25.  
  26. messages:
  27. border-display-name: "&7Desteria"
  28.  
  29. defined-reward-item:
  30. material: CHEST
  31. display-name: "&r&lReward #<reward-number>"
  32. lore:
  33. - "&7Click to reveal reward"
  34.  
  35. op-reward-item:
  36. material: ENDER_CHEST
  37. display-name: "&c&lOP Reward"
  38. lore:
  39. - "&7Click to reveal reward"
  40.  
  41. wait-for-unlock: "&cYou must wait for other items to reveal first."
  42. unlock-defined-first: "&cYou must reveal all other rewards until unlocking the last op reward."
  43.  
  44. unlocking:
  45. 3:
  46. display-name: "&6&lOpening..."
  47. lore:
  48. - "&7Revealing in 3s"
  49. 2:
  50. display-name: "&e&lOpening..."
  51. lore:
  52. - "&7Revealing in 2s"
  53. 1:
  54. display-name: "&f&lOpening..."
  55. lore:
  56. - "&7Revealing in 1s"
  57.  
  58. crates:
  59. july17:
  60. name: "July"
  61. item:
  62. material: CHEST
  63. display-name: "&f&l*+* &6&l&nJULY&7 Monthly Crate &f&l*+*"
  64. lore:
  65. - ""
  66. - "&fGuaranteed rewards:"
  67. - "&f&l* &e$75,000 - $500,000"
  68. - "&f&l* &eRename Scroll"
  69. - "&f&l* &eJuly Sword"
  70. - "&f&l* &eRandom Spawner"
  71. - "&f&l* &eHoppers"
  72. - "&f&l* &eRandom Tier Supply Crate"
  73. - "&f&l* &eOP Golden Apples"
  74. - "&f&l* &eRandom July Title"
  75. - "&f&l* &e64x - 256x TNT"
  76. - ""
  77. - "&fReceive &n1&r of the following:"
  78. - "&f&l* &eIron Golem Spawner"
  79. - "&f&l* &eRank Note"
  80. - "&f&l* &eUpgrade Gem"
  81. - ""
  82. - "&7Purchased by &f&l<player>"
  83. - "&7from &f&nstore.desteria.com"
  84. primary-color: ORANGE
  85. secondary-color: YELLOW
  86.  
  87. defined-rewards:
  88. 1:
  89. a:
  90. material: PAPER
  91. display-name: "&a$75,000 &7in-game."
  92. enchantment-effect: true
  93. commands:
  94. - "eco give <player> 75000"
  95. b:
  96. material: PAPER
  97. display-name: "&a$150,000 &7in-game."
  98. enchantment-effect: true
  99. commands:
  100. - "eco give <player> 150000"
  101. c:
  102. material: PAPER
  103. display-name: "&a$225,000 &7in-game."
  104. enchantment-effect: true
  105. commands:
  106. - "eco give <player> 225000"
  107. d:
  108. material: PAPER
  109. display-name: "&a$300,000 &7in-game."
  110. enchantment-effect: true
  111. commands:
  112. - "eco give <player> 300000"
  113. e:
  114. material: PAPER
  115. display-name: "&a$375,000 &7in-game."
  116. enchantment-effect: true
  117. commands:
  118. - "eco give <player> 375000"
  119. f:
  120. material: PAPER
  121. display-name: "&a$450,000 &7in-game."
  122. enchantment-effect: true
  123. commands:
  124. - "eco give <player> 450000"
  125. g:
  126. material: PAPER
  127. display-name: "&a$500,000 &7in-game."
  128. enchantment-effect: true
  129. commands:
  130. - "eco give <player> 500000"
  131. 2:
  132. material: PAPER
  133. display-name: "&a&lSCROLL: &a\"&fRename&a\""
  134. lore:
  135. - "&7Right-click this item on any tool"
  136. - "&7to give it a customized name!"
  137. - ""
  138. - "&7You can use the following formatting:"
  139. - "&a* Color (&&a-f, 0-9)"
  140. - "&a* &lBold &a(&&l)"
  141. - "&a* &nUnderline&a (&&n)"
  142. - "&a* &a&mStrikethrough&a (&&m)"
  143. commands:
  144. - "givescroll <player> rename"
  145.  
  146. 3:
  147. material: DIAMOND_SWORD
  148. display-name: "&6July Sword"
  149. enchantment:
  150. DAMAGE_ALL: 5
  151. FIRE_ASPECT: 2
  152. LOOT_BONUS_MOBS: 3
  153. DURABILITY: 3
  154. DAMAGE_ARTHROPODS: 1
  155. 4:
  156. a:
  157. material: MOB_SPAWNER
  158. spawned-type: CREEPER
  159. b:
  160. material: MOB_SPAWNER
  161. spawned-type: ZOMBIE
  162. c:
  163. material: MOB_SPAWNER
  164. spawned-type: ENDERMAN
  165. d:
  166. material: MOB_SPAWNER
  167. spawned-type: WITCH
  168. e:
  169. material: MOB_SPAWNER
  170. spawned-type: CAVE_SPIDER
  171. 5:
  172. material: HOPPER
  173. amount:
  174. min: 2
  175. max: 3
  176. 6:
  177. a:
  178. material: CHEST
  179. display-name: "&fCommon &7Supply Crate"
  180. lore:
  181. "&e&nstore.desteria.com"
  182. commands:
  183. - "givecrate <player> common 1"
  184. b:
  185. material: CHEST
  186. display-name: "&eRegular &7Supply Crate"
  187. lore:
  188. "&e&nstore.desteria.com"
  189. commands:
  190. - "givecrate <player> regular 1"
  191. c:
  192. material: CHEST
  193. display-name: "&bUltra &7Supply Crate"
  194. lore:
  195. "&e&nstore.desteria.com"
  196. commands:
  197. - "givecrate <player> ultra 1"
  198. d:
  199. material: CHEST
  200. display-name: "&dRare &7Supply Crate"
  201. lore:
  202. "&e&nstore.desteria.com"
  203. commands:
  204. - "givecrate <player> rare 1"
  205. e:
  206. material: CHEST
  207. display-name: "&cLegend &7Supply Crate"
  208. lore:
  209. "&e&nstore.desteria.com"
  210. commands:
  211. - "givecrate <player> legend 1"
  212.  
  213. 7:
  214. material: GOLDEN_APPLE
  215. data: 1
  216. amount:
  217. min: 2
  218. max: 3
  219. 8:
  220. a:
  221. material: NAME_TAG
  222. display-name: "&a#AmericaOG Title"
  223. commands:
  224. - "subgroupadd <player> americaog"
  225. b:
  226. material: NAME_TAG
  227. display-name: "&a#4thJuly Title"
  228. commands:
  229. - "subgroupadd <player> 4thjuly"
  230. c:
  231. material: NAME_TAG
  232. display-name: "&a#Summer Title"
  233. commands:
  234. - "subgroupadd <player> summer"
  235. 9:
  236. material: TNT
  237. amount:
  238. min: 64
  239. max: 256
  240.  
  241. op-rewards:
  242. 1:
  243. material: MOB_SPAWNER
  244. spawned-type: IRON_GOLEM
  245. 2:
  246. a:
  247. material: PAPER
  248. display-name: "&a&lRANK NOTE: &a\"&fDonator&a\""
  249. lore:
  250. - "&7Right-click this item to redeem"
  251. - "&7the Donator rank on this realm!"
  252. commands:
  253. - "giverankpaper <player> donator"
  254. b:
  255. material: PAPER
  256. display-name: "&a&lRANK NOTE: &a\"&fSponsor&a\""
  257. lore:
  258. - "&7Right-click this item to redeem"
  259. - "&7the Sponsor rank on this realm!"
  260. commands:
  261. - "giverankpaper <player> sponsor"
  262. 3:
  263. a:
  264. material: EMERALD
  265. display-name: "&a&lUPGRADE GEM: &a\"&fSponsor&a\""
  266. lore:
  267. - "&7Right-click this item to upgrade"
  268. - "&7to Sponsor rank on this realm!"
  269. commands:
  270. - "giverankpaper <player> sponsor upgrade"
  271. b:
  272. material: EMERALD
  273. display-name: "&a&lUPGRADE GEM: &a\"&fPremium&a\""
  274. lore:
  275. - "&7Right-click this item to upgrade"
  276. - "&7to Premium rank on this realm!"
  277. commands:
  278. - "giverankpaper <player> premium upgrade"
  279. august17:
  280. name: "August"
  281. item:
  282. material: CHEST
  283. display-name: "&f&l*+* &3&l&nAUGUST&7 Monthly Crate &f&l*+*"
  284. lore:
  285. - ""
  286. - "&fGuaranteed rewards:"
  287. - "&f&l* &b$80,000 - $600,000"
  288. - "&f&l* &bAugust Sword"
  289. - "&f&l* &bRandom Spawner"
  290. - "&f&l* &bHoppers"
  291. - "&f&l* &bTNT (2-4 stacks)"
  292. - "&f&l* &bRandom Tier Supply Crate"
  293. - "&f&l* &bOP Golden Apples"
  294. - "&f&l* &bRandom August Title"
  295. - "&f&l* &bIron Golem Spawner"
  296. - ""
  297. - "&fReceive &n1&r of the following:"
  298. - "&f&l* &b4x Rename Scrolls"
  299. - "&f&l* &bRank Note"
  300. - "&f&l* &bUpgrade Gem"
  301. - ""
  302. - "&7Purchased by &f&l<player>"
  303. - "&7from &f&nstore.desteria.com"
  304. primary-color: CYAN
  305. secondary-color: LIGHT_BLUE
  306.  
  307. defined-rewards:
  308. 1:
  309. a:
  310. material: PAPER
  311. display-name: "&a$80,000 &7in-game."
  312. enchantment-effect: true
  313. commands:
  314. - "eco give <player> 80000"
  315. b:
  316. material: PAPER
  317. display-name: "&a$160,000 &7in-game."
  318. enchantment-effect: true
  319. commands:
  320. - "eco give <player> 160000"
  321. c:
  322. material: PAPER
  323. display-name: "&a$240,000 &7in-game."
  324. enchantment-effect: true
  325. commands:
  326. - "eco give <player> 240000"
  327. d:
  328. material: PAPER
  329. display-name: "&a$320,000 &7in-game."
  330. enchantment-effect: true
  331. commands:
  332. - "eco give <player> 320000"
  333. e:
  334. material: PAPER
  335. display-name: "&a$400,000 &7in-game."
  336. enchantment-effect: true
  337. commands:
  338. - "eco give <player> 400000"
  339. f:
  340. material: PAPER
  341. display-name: "&a$480,000 &7in-game."
  342. enchantment-effect: true
  343. commands:
  344. - "eco give <player> 480000"
  345. g:
  346. material: PAPER
  347. display-name: "&a$600,000 &7in-game."
  348. enchantment-effect: true
  349. commands:
  350. - "eco give <player> 600000"
  351.  
  352. 2:
  353. material: DIAMOND_SWORD
  354. display-name: "&3August Sword"
  355. enchantment:
  356. DAMAGE_ALL: 5
  357. KNOCKBACK: 2
  358. FIRE_ASPECT: 2
  359. DAMAGE_UNDEAD: 3
  360. DURABILITY: 3
  361. DAMAGE_ARTHROPODS: 2
  362. 3:
  363. a:
  364. material: MOB_SPAWNER
  365. spawned-type: CREEPER
  366. b:
  367. material: MOB_SPAWNER
  368. spawned-type: ZOMBIE
  369. c:
  370. material: MOB_SPAWNER
  371. spawned-type: ENDERMAN
  372. d:
  373. material: MOB_SPAWNER
  374. spawned-type: WITCH
  375. e:
  376. material: MOB_SPAWNER
  377. spawned-type: CAVE_SPIDER
  378. 4:
  379. material: HOPPER
  380. amount:
  381. min: 5
  382. max: 10
  383. 5:
  384. material: TNT
  385. amount:
  386. min: 128
  387. max: 256
  388. 6:
  389. a:
  390. material: CHEST
  391. display-name: "&fCommon &7Supply Crate"
  392. lore:
  393. "&e&nstore.desteria.com"
  394. commands:
  395. - "givecrate <player> common 1"
  396. b:
  397. material: CHEST
  398. display-name: "&eRegular &7Supply Crate"
  399. lore:
  400. "&e&nstore.desteria.com"
  401. commands:
  402. - "givecrate <player> regular 1"
  403. c:
  404. material: CHEST
  405. display-name: "&bUltra &7Supply Crate"
  406. lore:
  407. "&e&nstore.desteria.com"
  408. commands:
  409. - "givecrate <player> ultra 1"
  410. d:
  411. material: CHEST
  412. display-name: "&dRare &7Supply Crate"
  413. lore:
  414. "&e&nstore.desteria.com"
  415. commands:
  416. - "givecrate <player> rare 1"
  417. e:
  418. material: CHEST
  419. display-name: "&cLegend &7Supply Crate"
  420. lore:
  421. "&e&nstore.desteria.com"
  422. commands:
  423. - "givecrate <player> legend 1"
  424.  
  425. 7:
  426. material: GOLDEN_APPLE
  427. data: 1
  428. amount:
  429. min: 5
  430. max: 10
  431. 8:
  432. a:
  433. material: NAME_TAG
  434. display-name: "&a#AugustOG Title"
  435. commands:
  436. - "subgroupadd <player> augustog"
  437. b:
  438. material: NAME_TAG
  439. display-name: "&a#1.0Bae Title"
  440. commands:
  441. - "subgroupadd <player> 10bae"
  442. c:
  443. material: NAME_TAG
  444. display-name: "&a#King Title"
  445. commands:
  446. - "subgroupadd <player> king"
  447. d:
  448. material: NAME_TAG
  449. display-name: "&a#Queen Title"
  450. commands:
  451. - "subgroupadd <player> queen"
  452. 9:
  453. material: MOB_SPAWNER
  454. spawned-type: IRON_GOLEM
  455. op-rewards:
  456. 1:
  457. material: PAPER
  458. display-name: "&a&lSCROLL: &a\"&fRename&a\""
  459. lore:
  460. - "&7Right-click this item on any tool"
  461. - "&7to give it a customized name!"
  462. - ""
  463. - "&7You can use the following formatting:"
  464. - "&a* Color (&&a-f, 0-9)"
  465. - "&a* &lBold &a(&&l)"
  466. - "&a* &nUnderline&a (&&n)"
  467. - "&a* &a&mStrikethrough&a (&&m)"
  468. amount: 4
  469. commands:
  470. - "givescroll <player> rename"
  471. - "givescroll <player> rename"
  472. - "givescroll <player> rename"
  473. - "givescroll <player> rename"
  474.  
  475. 2:
  476. a:
  477. material: PAPER
  478. display-name: "&a&lRANK NOTE: &a\"&fDonator&a\""
  479. lore:
  480. - "&7Right-click this item to redeem"
  481. - "&7the Donator rank on this realm!"
  482. commands:
  483. - "giverankpaper <player> donator"
  484. b:
  485. material: PAPER
  486. display-name: "&a&lRANK NOTE: &a\"&fSponsor&a\""
  487. lore:
  488. - "&7Right-click this item to redeem"
  489. - "&7the Sponsor rank on this realm!"
  490. commands:
  491. - "giverankpaper <player> sponsor"
  492. 3:
  493. a:
  494. material: EMERALD
  495. display-name: "&a&lUPGRADE GEM: &a\"&fSponsor&a\""
  496. lore:
  497. - "&7Right-click this item to upgrade"
  498. - "&7to Sponsor rank on this realm!"
  499. commands:
  500. - "giverankpaper <player> sponsor upgrade"
  501. b:
  502. material: EMERALD
  503. display-name: "&a&lUPGRADE GEM: &a\"&fPremium&a\""
  504. lore:
  505. - "&7Right-click this item to upgrade"
  506. - "&7to Premium rank on this realm!"
  507. commands:
  508. - "giverankpaper <player> premium upgrade"
  509. september17:
  510. name: "September"
  511. item:
  512. material: CHEST
  513. display-name: "&f&l*+* &a&l&nSEPTEMBER&7 Monthly Crate &f&l*+*"
  514. lore:
  515. - ""
  516. - "&fGuaranteed rewards:"
  517. - "&f&l* &2$90,000 - $550,000"
  518. - "&f&l* &2Rename Scroll"
  519. - "&f&l* &2September Sword (Looting IV)"
  520. - "&f&l* &2Random Spawner"
  521. - "&f&l* &2TNT (3-4 stacks)"
  522. - "&f&l* &2Hoppers (5-10)"
  523. - "&f&l* &2Random Tier Supply Crate"
  524. - "&f&l* &2OP Golden Apples (5-10)"
  525. - "&f&l* &2Random September Title"
  526. - ""
  527. - "&fReceive &n1&r of the following:"
  528. - "&f&l* &2Faction Fly"
  529. - "&f&l* &2Rank Note"
  530. - "&f&l* &2Upgrade Gem"
  531. - "&f&l* &2$550,000"
  532. - ""
  533. - "&7Purchased by &f&l<player>"
  534. - "&7from &f&nstore.desteria.com"
  535. primary-color: GREEN
  536. secondary-color: LIME
  537.  
  538. defined-rewards:
  539. 1:
  540. a:
  541. material: PAPER
  542. display-name: "&a$90,000 &7in-game."
  543. enchantment-effect: true
  544. commands:
  545. - "eco give <player> 90000"
  546. b:
  547. material: PAPER
  548. display-name: "&a$150,000 &7in-game."
  549. enchantment-effect: true
  550. commands:
  551. - "eco give <player> 150000"
  552. c:
  553. material: PAPER
  554. display-name: "&a$225,000 &7in-game."
  555. enchantment-effect: true
  556. commands:
  557. - "eco give <player> 225000"
  558. d:
  559. material: PAPER
  560. display-name: "&a$300,000 &7in-game."
  561. enchantment-effect: true
  562. commands:
  563. - "eco give <player> 300000"
  564. e:
  565. material: PAPER
  566. display-name: "&a$375,000 &7in-game."
  567. enchantment-effect: true
  568. commands:
  569. - "eco give <player> 375000"
  570. f:
  571. material: PAPER
  572. display-name: "&a$450,000 &7in-game."
  573. enchantment-effect: true
  574. commands:
  575. - "eco give <player> 450000"
  576. g:
  577. material: PAPER
  578. display-name: "&a$550,000 &7in-game."
  579. enchantment-effect: true
  580. commands:
  581. - "eco give <player> 550000"
  582. 2:
  583. material: PAPER
  584. display-name: "&a&lSCROLL: &a\"&fRename&a\""
  585. lore:
  586. - "&7Right-click this item on any tool"
  587. - "&7to give it a customized name!"
  588. - ""
  589. - "&7You can use the following formatting:"
  590. - "&a* Color (&&a-f, 0-9)"
  591. - "&a* &lBold &a(&&l)"
  592. - "&a* &nUnderline&a (&&n)"
  593. - "&a* &a&mStrikethrough&a (&&m)"
  594. commands:
  595. - "givescroll <player> rename"
  596.  
  597. 3:
  598. material: DIAMOND_SWORD
  599. display-name: "&2September Sword"
  600. enchantment:
  601. DAMAGE_ALL: 5
  602. FIRE_ASPECT: 2
  603. LOOT_BONUS_MOBS: 4
  604. DURABILITY: 3
  605. DAMAGE_ARTHROPODS: 5
  606. 4:
  607. a:
  608. material: MOB_SPAWNER
  609. spawned-type: CREEPER
  610. b:
  611. material: MOB_SPAWNER
  612. spawned-type: ZOMBIE
  613. c:
  614. material: MOB_SPAWNER
  615. spawned-type: ENDERMAN
  616. d:
  617. material: MOB_SPAWNER
  618. spawned-type: WITCH
  619. e:
  620. material: MOB_SPAWNER
  621. spawned-type: CAVE_SPIDER
  622. 5:
  623. material: HOPPER
  624. amount:
  625. min: 5
  626. max: 10
  627. 6:
  628. a:
  629. material: CHEST
  630. display-name: "&fCommon &7Supply Crate"
  631. lore:
  632. "&e&nstore.desteria.com"
  633. commands:
  634. - "givecrate <player> common 1"
  635. b:
  636. material: CHEST
  637. display-name: "&eRegular &7Supply Crate"
  638. lore:
  639. "&e&nstore.desteria.com"
  640. commands:
  641. - "givecrate <player> regular 1"
  642. c:
  643. material: CHEST
  644. display-name: "&bUltra &7Supply Crate"
  645. lore:
  646. "&e&nstore.desteria.com"
  647. commands:
  648. - "givecrate <player> ultra 1"
  649. d:
  650. material: CHEST
  651. display-name: "&dRare &7Supply Crate"
  652. lore:
  653. "&e&nstore.desteria.com"
  654. commands:
  655. - "givecrate <player> rare 1"
  656. e:
  657. material: CHEST
  658. display-name: "&cLegend &7Supply Crate"
  659. lore:
  660. "&e&nstore.desteria.com"
  661. commands:
  662. - "givecrate <player> legend 1"
  663.  
  664. 7:
  665. material: GOLDEN_APPLE
  666. data: 1
  667. amount:
  668. min: 5
  669. max: 10
  670. 8:
  671. a:
  672. material: NAME_TAG
  673. display-name: "&a#Gang Title"
  674. commands:
  675. - "subgroupadd <player> gang"
  676. b:
  677. material: NAME_TAG
  678. display-name: "&a#Master Title"
  679. commands:
  680. - "subgroupadd <player> master"
  681. c:
  682. material: NAME_TAG
  683. display-name: "&a#NoPotted Title"
  684. commands:
  685. - "subgroupadd <player> nopotted"
  686. d:
  687. material: NAME_TAG
  688. display-name: "&a#Builder Title"
  689. commands:
  690. - "subgroupadd <player> builder"
  691. e:
  692. material: NAME_TAG
  693. display-name: "&a#NoLife Title"
  694. commands:
  695. - "subgroupadd <player> nolife"
  696.  
  697. 9:
  698. material: TNT
  699. amount:
  700. min: 192
  701. max: 256
  702.  
  703. op-rewards:
  704. 1:
  705. material: PAPER
  706. display-name: "&a$550,000 &7in-game."
  707. enchantment-effect: true
  708. commands:
  709. - "eco give <player> 550000"
  710. 2:
  711. a:
  712. material: PAPER
  713. display-name: "&a&lRANK NOTE: &a\"&fDonator&a\""
  714. lore:
  715. - "&7Right-click this item to redeem"
  716. - "&7the Donator rank on this realm!"
  717. commands:
  718. - "giverankpaper <player> donator"
  719. b:
  720. material: PAPER
  721. display-name: "&a&lRANK NOTE: &a\"&fSponsor&a\""
  722. lore:
  723. - "&7Right-click this item to redeem"
  724. - "&7the Sponsor rank on this realm!"
  725. commands:
  726. - "giverankpaper <player> sponsor"
  727. 3:
  728. a:
  729. material: EMERALD
  730. display-name: "&a&lUPGRADE GEM: &a\"&fSponsor&a\""
  731. lore:
  732. - "&7Right-click this item to upgrade"
  733. - "&7to Sponsor rank on this realm!"
  734. commands:
  735. - "giverankpaper <player> sponsor upgrade"
  736. b:
  737. material: EMERALD
  738. display-name: "&a&lUPGRADE GEM: &a\"&fPremium&a\""
  739. lore:
  740. - "&7Right-click this item to upgrade"
  741. - "&7to Premium rank on this realm!"
  742. commands:
  743. - "giverankpaper <player> premium upgrade"
  744. 4:
  745. material: FEATHER
  746. display-name: "&b&lFaction Fly"
  747. enchantment-effect: true
  748. commands:
  749. - "subgroupadd <player> flypackage"
  750. halloween:
  751. name: "Halloween"
  752. item:
  753. material: PUMPKIN
  754. display-name: "&8&l*+* &6&l&nHALLOWEEN&7 Supply Crate &8&l*+*"
  755. lore:
  756. - ""
  757. - "&7Guaranteed rewards:"
  758. - "&8&l* &6$100,000 - $600,000"
  759. - "&8&l* &7Reaper's Blade"
  760. - "&8&l* &6Iron Golem Spawner"
  761. - "&8&l* &7Random Spawner"
  762. - "&8&l* &616x Devil's Pie"
  763. - "&8&l* &7Random Tier Supply Crate"
  764. - "&8&l* &65-10x OP Golden Apples"
  765. - "&8&l* &7Limited Edition Title"
  766. - "&8&l* &61-3x Legend Supply Crates"
  767. - ""
  768. - "&7TRICK &nor&7 TREAT?!:"
  769. - "&8&l* &6Jack o' Lantern"
  770. - "&8&l* &cHigh Tier Rank Note"
  771. - ""
  772. - "&7Purchased by &8&l<player>"
  773. - "&7from &8&nstore.desteria.com"
  774. primary-color: GRAY
  775. secondary-color: GREEN
  776.  
  777. defined-rewards:
  778. 1:
  779. a:
  780. material: PAPER
  781. display-name: "&a$100,000 &7in-game."
  782. enchantment-effect: true
  783. commands:
  784. - "eco give <player> 100000"
  785. b:
  786. material: PAPER
  787. display-name: "&a$200,000 &7in-game."
  788. enchantment-effect: true
  789. commands:
  790. - "eco give <player> 200000"
  791. c:
  792. material: PAPER
  793. display-name: "&a$300,000 &7in-game."
  794. enchantment-effect: true
  795. commands:
  796. - "eco give <player> 300000"
  797. d:
  798. material: PAPER
  799. display-name: "&a$400,000 &7in-game."
  800. enchantment-effect: true
  801. commands:
  802. - "eco give <player> 400000"
  803. e:
  804. material: PAPER
  805. display-name: "&a$500,000 &7in-game."
  806. enchantment-effect: true
  807. commands:
  808. - "eco give <player> 500000"
  809. f:
  810. material: PAPER
  811. display-name: "&a$600,000 &7in-game."
  812. enchantment-effect: true
  813. commands:
  814. - "eco give <player> 600000"
  815.  
  816. 2:
  817. material: DIAMOND_SWORD
  818. display-name: "&6&oReaper's Blade"
  819. enchantment:
  820. DAMAGE_ALL: 5
  821. DAMAGE_ARTHROPODS: 4
  822. DURABILITY: 3
  823. FIRE_ASPECT: 1
  824. LOOT_BONUS_MOBS: 3
  825. 3:
  826. material: MOB_SPAWNER
  827. spawned-type: IRON_GOLEM
  828. 4:
  829. a:
  830. material: MOB_SPAWNER
  831. spawned-type: CREEPER
  832. b:
  833. material: MOB_SPAWNER
  834. spawned-type: ZOMBIE
  835. c:
  836. material: MOB_SPAWNER
  837. spawned-type: ENDERMAN
  838. d:
  839. material: MOB_SPAWNER
  840. spawned-type: WITCH
  841. e:
  842. material: MOB_SPAWNER
  843. spawned-type: CAVE_SPIDER
  844. 5:
  845. material: PUMPKIN_PIE
  846. amount:
  847. min: 16
  848. max: 16
  849. 6:
  850. a:
  851. material: CHEST
  852. display-name: "&f&lCommon &7Supply Crate"
  853. lore:
  854. - "&7Right-click this item to discover"
  855. - "&74 pieces of Desteria loot."
  856. - "&f&nstore.desteria.com"
  857. commands:
  858. - "givecrate <player> common 1"
  859. b:
  860. material: CHEST
  861. display-name: "&e&lRegular &7Supply Crate"
  862. lore:
  863. - "&7Right-click this item to discover"
  864. - "&74 pieces of Desteria loot."
  865. - "&f&nstore.desteria.com"
  866. commands:
  867. - "givecrate <player> regular 1"
  868. c:
  869. material: CHEST
  870. display-name: "&b&lUltra &7Supply Crate"
  871. lore:
  872. - "&7Right-click this item to discover"
  873. - "&74 pieces of Desteria loot."
  874. - "&f&nstore.desteria.com"
  875. commands:
  876. - "givecrate <player> ultra 1"
  877. d:
  878. material: CHEST
  879. display-name: "&d&lRare &7Supply Crate"
  880. lore:
  881. - "&7Right-click this item to discover"
  882. - "&74 pieces of Desteria loot."
  883. - "&f&nstore.desteria.com"
  884. commands:
  885. - "givecrate <player> rare 1"
  886. e:
  887. material: CHEST
  888. display-name: "&c&lLegend &7Supply Crate"
  889. lore:
  890. - "&7Right-click this item to discover"
  891. - "&74 pieces of Desteria loot."
  892. - "&f&nstore.desteria.com"
  893. commands:
  894. - "givecrate <player> legend 1"
  895.  
  896. 7:
  897. material: GOLDEN_APPLE
  898. data: 1
  899. amount:
  900. min: 5
  901. max: 10
  902. 8:
  903. a:
  904. material: NAME_TAG
  905. display-name: "&a#Witch Title"
  906. commands:
  907. - "permadd <player> dtitles.titles.witch"
  908. b:
  909. material: NAME_TAG
  910. display-name: "&a#Vampire Title"
  911. commands:
  912. - "permadd <player> dtitles.titles.vampire"
  913. c:
  914. material: NAME_TAG
  915. display-name: "&a#PumpkinHead Title"
  916. commands:
  917. - "permadd <player> dtitles.titles.pumpkinhead"
  918. d:
  919. material: NAME_TAG
  920. display-name: "&a#Deadly Title"
  921. commands:
  922. - "permadd <player> dtitles.titles.deadly"
  923. e:
  924. material: NAME_TAG
  925. display-name: "&a#BrainDead Title"
  926. commands:
  927. - "permadd <player> dtitles.titles.braindead"
  928.  
  929. 9:
  930. a:
  931. material: CHEST
  932. display-name: "&c&lLegend &7Supply Crate"
  933. lore:
  934. - "&7Right-click this item to discover"
  935. - "&74 pieces of Desteria loot."
  936. - "&f&nstore.desteria.com"
  937. commands:
  938. - "givecrate <player> legend 1"
  939. b:
  940. material: CHEST
  941. amount: 2
  942. display-name: "&c&lLegend &7Supply Crate"
  943. lore:
  944. - "&7Right-click this item to discover"
  945. - "&74 pieces of Desteria loot."
  946. - "&f&nstore.desteria.com"
  947. commands:
  948. - "givecrate <player> legend 2"
  949. c:
  950. material: CHEST
  951. amount: 3
  952. display-name: "&c&lLegend &7Supply Crate"
  953. lore:
  954. - "&7Right-click this item to discover"
  955. - "&74 pieces of Desteria loot."
  956. - "&f&nstore.desteria.com"
  957. commands:
  958. - "givecrate <player> legend 3"
  959.  
  960. op-rewards:
  961. 1:
  962. material: JACK_O_LANTERN
  963. display-name: "&6feelsbadman"
  964. enchantment-effect: true
  965. 2:
  966. material: JACK_O_LANTERN
  967. display-name: "&6feelsbadman"
  968. enchantment-effect: true
  969. 3:
  970. material: JACK_O_LANTERN
  971. display-name: "&6feelsbadman"
  972. enchantment-effect: true
  973.  
  974. 4:
  975. a:
  976. material: PAPER
  977. display-name: "&a&lRANK NOTE: &a\"&fHero&a\""
  978. lore:
  979. - "&7Right-click this item to redeem"
  980. - "&7the Hero rank on this realm!"
  981. commands:
  982. - "giverankpaper <player> hero"
  983. b:
  984. material: PAPER
  985. display-name: "&a&lRANK NOTE: &a\"&fGod&a\""
  986. lore:
  987. - "&7Right-click this item to redeem"
  988. - "&7the God rank on this realm!"
  989. commands:
  990. - "giverankpaper <player> god"
  991. november17:
  992. name: "November"
  993. item:
  994. material: CHEST
  995. display-name: "&f&l*+* &9&l&nNOVEMBER&7 Monthly Crate &f&l*+*"
  996. lore:
  997. - ""
  998. - "&fGuaranteed rewards:"
  999. - "&f&l* &9$150,000 - $550,000"
  1000. - "&f&l* &dNovember Sword"
  1001. - "&f&l* &9Random Spawner"
  1002. - "&f&l* &d100-300x Tokens"
  1003. - "&f&l* &91x Destroyer Kit Set"
  1004. - "&f&l* &d1x Random Supply Crate"
  1005. - "&f&l* &93-5x Rename Scrolls"
  1006. - "&f&l* &dLimited Edition Title"
  1007. - "&f&l* &91-3x Legend Supply Crates"
  1008. - ""
  1009. - "&fReceive &n1&r of the following:"
  1010. - "&f&l* &9November Monthly Crate"
  1011. - "&f&l* &dRank Note"
  1012. - "&f&l* &9#L Title"
  1013. - ""
  1014. - "&7Purchased by &f&l<player>"
  1015. - "&7from &f&nstore.desteria.com"
  1016. primary-color: BLUE
  1017. secondary-color: PINK
  1018.  
  1019. defined-rewards:
  1020. 1:
  1021. a:
  1022. material: PAPER
  1023. display-name: "&a$150,000 &7in-game."
  1024. enchantment-effect: true
  1025. commands:
  1026. - "eco give <player> 150000"
  1027. b:
  1028. material: PAPER
  1029. display-name: "&a$250,000 &7in-game."
  1030. enchantment-effect: true
  1031. commands:
  1032. - "eco give <player> 250000"
  1033. c:
  1034. material: PAPER
  1035. display-name: "&a$350,000 &7in-game."
  1036. enchantment-effect: true
  1037. commands:
  1038. - "eco give <player> 350000"
  1039. d:
  1040. material: PAPER
  1041. display-name: "&a$450,000 &7in-game."
  1042. enchantment-effect: true
  1043. commands:
  1044. - "eco give <player> 450000"
  1045. e:
  1046. material: PAPER
  1047. display-name: "&a$550,000 &7in-game."
  1048. enchantment-effect: true
  1049. commands:
  1050. - "eco give <player> 550000"
  1051.  
  1052. 2:
  1053. material: DIAMOND_SWORD
  1054. display-name: "&9&lNovember &9Sword"
  1055. enchantment:
  1056. DAMAGE_ALL: 5
  1057. DAMAGE_UNDEAD: 4
  1058. DAMAGE_ARTHROPODS: 3
  1059. DURABILITY: 3
  1060. FIRE_ASPECT: 2
  1061. LOOT_BONUS_MOBS: 3
  1062. 3:
  1063. a:
  1064. material: MOB_SPAWNER
  1065. spawned-type: CREEPER
  1066. b:
  1067. material: MOB_SPAWNER
  1068. spawned-type: ZOMBIE
  1069. c:
  1070. material: MOB_SPAWNER
  1071. spawned-type: ENDERMAN
  1072. d:
  1073. material: MOB_SPAWNER
  1074. spawned-type: WITCH
  1075. e:
  1076. material: MOB_SPAWNER
  1077. spawned-type: CAVE_SPIDER
  1078. 4:
  1079. a:
  1080. material: PAPER
  1081. display-name: "&a100 Tokens."
  1082. enchantment-effect: true
  1083. commands:
  1084. - "tokens give <player> 100"
  1085. b:
  1086. material: PAPER
  1087. display-name: "&a200 Tokens."
  1088. enchantment-effect: true
  1089. commands:
  1090. - "tokens give <player> 200"
  1091. c:
  1092. material: PAPER
  1093. display-name: "&a300 Tokens."
  1094. enchantment-effect: true
  1095. commands:
  1096. - "tokens give <player> 300"
  1097. 5:
  1098. material: DIAMOND_HELMET
  1099. display-name: "&a&lDestroyer Kit"
  1100. enchanted: true
  1101. lore:
  1102. - "&7A full set of the god-like Destroyer kit."
  1103. commands:
  1104. - "ekit destroyer <player>"
  1105. 6:
  1106. a:
  1107. material: CHEST
  1108. display-name: "&f&lCommon &7Supply Crate"
  1109. lore:
  1110. - "&7Right-click this item to discover"
  1111. - "&74 pieces of Desteria loot."
  1112. - "&f&nstore.desteria.com"
  1113. commands:
  1114. - "givecrate <player> common 1"
  1115. b:
  1116. material: CHEST
  1117. display-name: "&e&lRegular &7Supply Crate"
  1118. lore:
  1119. - "&7Right-click this item to discover"
  1120. - "&74 pieces of Desteria loot."
  1121. - "&f&nstore.desteria.com"
  1122. commands:
  1123. - "givecrate <player> regular 1"
  1124. c:
  1125. material: CHEST
  1126. display-name: "&b&lUltra &7Supply Crate"
  1127. lore:
  1128. - "&7Right-click this item to discover"
  1129. - "&74 pieces of Desteria loot."
  1130. - "&f&nstore.desteria.com"
  1131. commands:
  1132. - "givecrate <player> ultra 1"
  1133. d:
  1134. material: CHEST
  1135. display-name: "&d&lRare &7Supply Crate"
  1136. lore:
  1137. - "&7Right-click this item to discover"
  1138. - "&74 pieces of Desteria loot."
  1139. - "&f&nstore.desteria.com"
  1140. commands:
  1141. - "givecrate <player> rare 1"
  1142. e:
  1143. material: CHEST
  1144. display-name: "&c&lLegend &7Supply Crate"
  1145. lore:
  1146. - "&7Right-click this item to discover"
  1147. - "&74 pieces of Desteria loot."
  1148. - "&f&nstore.desteria.com"
  1149. commands:
  1150. - "givecrate <player> legend 1"
  1151.  
  1152. 7:
  1153. a:
  1154. material: PAPER
  1155. display-name: "&a&lSCROLL: &a\"&fRename&a\""
  1156. lore:
  1157. - "&7Right-click this item on any tool"
  1158. - "&7to give it a customized name!"
  1159. - ""
  1160. - "&7You can use the following formatting:"
  1161. - "&a* Color (&&a-f, 0-9)"
  1162. - "&a* &lBold &a(&&l)"
  1163. - "&a* &nUnderline&a (&&n)"
  1164. - "&a* &a&mStrikethrough&a (&&m)"
  1165. amount: 3
  1166. commands:
  1167. - "givescroll <player> rename"
  1168. - "givescroll <player> rename"
  1169. - "givescroll <player> rename"
  1170.  
  1171. b:
  1172. material: PAPER
  1173. display-name: "&a&lSCROLL: &a\"&fRename&a\""
  1174. lore:
  1175. - "&7Right-click this item on any tool"
  1176. - "&7to give it a customized name!"
  1177. - ""
  1178. - "&7You can use the following formatting:"
  1179. - "&a* Color (&&a-f, 0-9)"
  1180. - "&a* &lBold &a(&&l)"
  1181. - "&a* &nUnderline&a (&&n)"
  1182. - "&a* &a&mStrikethrough&a (&&m)"
  1183. amount: 4
  1184. commands:
  1185. - "givescroll <player> rename"
  1186. - "givescroll <player> rename"
  1187. - "givescroll <player> rename"
  1188. - "givescroll <player> rename"
  1189. c:
  1190. material: PAPER
  1191. display-name: "&a&lSCROLL: &a\"&fRename&a\""
  1192. lore:
  1193. - "&7Right-click this item on any tool"
  1194. - "&7to give it a customized name!"
  1195. - ""
  1196. - "&7You can use the following formatting:"
  1197. - "&a* Color (&&a-f, 0-9)"
  1198. - "&a* &lBold &a(&&l)"
  1199. - "&a* &nUnderline&a (&&n)"
  1200. - "&a* &a&mStrikethrough&a (&&m)"
  1201. amount: 5
  1202. commands:
  1203. - "givescroll <player> rename"
  1204. - "givescroll <player> rename"
  1205. - "givescroll <player> rename"
  1206. - "givescroll <player> rename"
  1207. - "givescroll <player> rename"
  1208. 8:
  1209. a:
  1210. material: NAME_TAG
  1211. display-name: "&a#Enchanted Title"
  1212. commands:
  1213. - "permadd <player> dtitles.titles.enchanted"
  1214. b:
  1215. material: NAME_TAG
  1216. display-name: "&a#Chill Title"
  1217. commands:
  1218. - "permadd <player> dtitles.titles.chill"
  1219. c:
  1220. material: NAME_TAG
  1221. display-name: "&a#Sparkle Title"
  1222. commands:
  1223. - "permadd <player> dtitles.titles.sparkle"
  1224. d:
  1225. material: NAME_TAG
  1226. display-name: "&a#Boom Title"
  1227. commands:
  1228. - "permadd <player> dtitles.titles.boom"
  1229.  
  1230. 9:
  1231. a:
  1232. material: CHEST
  1233. display-name: "&c&lLegend &7Supply Crate"
  1234. lore:
  1235. - "&7Right-click this item to discover"
  1236. - "&74 pieces of Desteria loot."
  1237. - "&f&nstore.desteria.com"
  1238. commands:
  1239. - "givecrate <player> legend 1"
  1240. b:
  1241. material: CHEST
  1242. amount: 2
  1243. display-name: "&c&lLegend &7Supply Crate"
  1244. lore:
  1245. - "&7Right-click this item to discover"
  1246. - "&74 pieces of Desteria loot."
  1247. - "&f&nstore.desteria.com"
  1248. commands:
  1249. - "givecrate <player> legend 2"
  1250. c:
  1251. material: CHEST
  1252. amount: 3
  1253. display-name: "&c&lLegend &7Supply Crate"
  1254. lore:
  1255. - "&7Right-click this item to discover"
  1256. - "&74 pieces of Desteria loot."
  1257. - "&f&nstore.desteria.com"
  1258. commands:
  1259. - "givecrate <player> legend 3"
  1260.  
  1261. op-rewards:
  1262. 1:
  1263. material: NAME_TAG
  1264. display-name: "&a#L Title"
  1265. commands:
  1266. - "permadd <player> dtitles.titles.l"
  1267. 2:
  1268. material: NAME_TAG
  1269. display-name: "&a#L Title"
  1270. commands:
  1271. - "permadd <player> dtitles.titles.l"
  1272. 3:
  1273. a:
  1274. material: PAPER
  1275. display-name: "&a&lRANK NOTE: &a\"&fDonator&a\""
  1276. lore:
  1277. - "&7Right-click this item to redeem"
  1278. - "&7the Donator rank on this realm!"
  1279. commands:
  1280. - "giverankpaper <player> donator"
  1281. b:
  1282. material: PAPER
  1283. display-name: "&a&lRANK NOTE: &a\"&fSponsor&a\""
  1284. lore:
  1285. - "&7Right-click this item to redeem"
  1286. - "&7the Sponsor rank on this realm!"
  1287. commands:
  1288. - "giverankpaper <player> sponsor"
  1289. 4:
  1290. a:
  1291. material: PAPER
  1292. display-name: "&a&lRANK NOTE: &a\"&fDonator&a\""
  1293. lore:
  1294. - "&7Right-click this item to redeem"
  1295. - "&7the Donator rank on this realm!"
  1296. commands:
  1297. - "giverankpaper <player> donator"
  1298. b:
  1299. material: PAPER
  1300. display-name: "&a&lRANK NOTE: &a\"&fSponsor&a\""
  1301. lore:
  1302. - "&7Right-click this item to redeem"
  1303. - "&7the Sponsor rank on this realm!"
  1304. commands:
  1305. - "giverankpaper <player> sponsor"
  1306. 5:
  1307. material: CHEST
  1308. display-name: "&f&l*+* &9&l&nNOVEMBER&7 Monthly Crate &f&l*+*"
  1309. lore:
  1310. - ""
  1311. - "&fGuaranteed rewards:"
  1312. - "&f&l* &9$150,000 - $550,000"
  1313. - "&f&l* &dNovember Sword"
  1314. - "&f&l* &9Random Spawner"
  1315. - "&f&l* &d100-300x Tokens"
  1316. - "&f&l* &91x Destroyer Kit Set"
  1317. - "&f&l* &d1x Random Supply Crate"
  1318. - "&f&l* &93-5x Rename Scrolls"
  1319. - "&f&l* &dLimited Edition Title"
  1320. - "&f&l* &91-3x Legend Supply Crates"
  1321. - ""
  1322. - "&fReceive &n1&r of the following:"
  1323. - "&f&l* &9November Monthly Crate"
  1324. - "&f&l* &dRank Note"
  1325. - "&f&l* &9#L Title"
  1326. commands:
  1327. - "givemonthlycrate <player> november17"
  1328. january18:
  1329. name: "January 2018"
  1330. item:
  1331. material: CHEST
  1332. display-name: "&f&l*** &d&l&nJANUARY 2018&7 Monthly Crate &f&l***"
  1333. lore:
  1334. - ""
  1335. - "&fGuaranteed rewards:"
  1336. - "&f&l* &b$170,000 - $180,000"
  1337. - "&f&l* &bDesteria Rockets"
  1338. - "&f&l* &bTier 2 Spawner Generator"
  1339. - "&f&l* &d100-200x Tokens"
  1340. - "&f&l* &d1x Traveler Kit Set"
  1341. - "&f&l* &d3x Rare Supply Crates"
  1342. - "&f&l* &b1x Chest Sell Wand"
  1343. - "&f&l* &bLimited Edition Title"
  1344. - "&f&l* &b1x Random Scroll"
  1345. - ""
  1346. - "&fReceive &n1&r of the following:"
  1347. - "&f&l* &d&lTier 3 Spawner Generator"
  1348. - "&f&l* &d&lHigh Tier Upgrade Gem"
  1349. - ""
  1350. - "&7Purchased by &f&l<player>"
  1351. - "&7from &f&nstore.desteria.com"
  1352. primary-color: PINK
  1353. secondary-color: LIGHT_BLUE
  1354.  
  1355. defined-rewards:
  1356. 1:
  1357. a:
  1358. material: PAPER
  1359. display-name: "&a$170,000 &7in-game."
  1360. enchantment-effect: true
  1361. commands:
  1362. - "eco give <player> 170000"
  1363. b:
  1364. material: PAPER
  1365. display-name: "&a$180,000 &7in-game."
  1366. enchantment-effect: true
  1367. commands:
  1368. - "eco give <player> 180000"
  1369. 2:
  1370. material: FIREWORK
  1371. display-name: "&aD&2e&as&2t&ae&2r&ai&2a&7 Rocket"
  1372. amount: 10
  1373. commands:
  1374. - "give <player> 401 10 name:&aD&2e&as&2t&ae&2r&ai&2a&7_Rocket color:green,lime,cyan shape:large fade:black effect:trail,twinkle"
  1375. 3:
  1376. material: DAYLIGHT_DETECTOR
  1377. display-name: "&6&lSpawner Generator"
  1378. lore:
  1379. - "&7--- Tier: &62 &7---"
  1380. - ""
  1381. - "&7Place this in your faction claimed"
  1382. - "&7territory to construct a generator."
  1383. - ""
  1384. - "&7Spawner Generators..."
  1385. - "&f&l* &7require nearby player energy"
  1386. - "&f&l* &7generate up to 10 tier 2 spawners"
  1387. - "&f&l* &7have a 1 per chunk limit"
  1388. commands:
  1389. - "dsg give <player> 2 1"
  1390. 4:
  1391. a:
  1392. material: PAPER
  1393. display-name: "&a100 Tokens."
  1394. enchantment-effect: true
  1395. commands:
  1396. - "tokens give <player> 100"
  1397. b:
  1398. material: PAPER
  1399. display-name: "&a200 Tokens."
  1400. enchantment-effect: true
  1401. commands:
  1402. - "tokens give <player> 200"
  1403. 5:
  1404. material: DIAMOND_HELMET
  1405. display-name: "&3&lTraveler Kit"
  1406. enchanted: true
  1407. lore:
  1408. - "&7A full set of the true adventurer's Traveler kit."
  1409. commands:
  1410. - "ekit traveler <player>"
  1411. 6:
  1412. material: CHEST
  1413. display-name: "&d&lRare &7Supply Crate"
  1414. amount: 3
  1415. lore:
  1416. - "&7Right-click this item to discover"
  1417. - "&74 pieces of Desteria loot."
  1418. - "&f&nstore.desteria.com"
  1419. commands:
  1420. - "givecrate <player> rare 3"
  1421. 7:
  1422. material: STICK
  1423. display-name: "&e&lWAND: &e\"&fChest Sell&e\""
  1424. lore:
  1425. - "&7Right-click this item on a"
  1426. - "&7chest to sell its entire contents."
  1427. commands:
  1428. - "givesellwand <player> 2500"
  1429. 8:
  1430. a:
  1431. material: NAME_TAG
  1432. display-name: "&a#2018"
  1433. commands:
  1434. - "permadd <player> dtitles.titles.2018"
  1435. b:
  1436. material: NAME_TAG
  1437. display-name: "&a#NewYears Title"
  1438. commands:
  1439. - "permadd <player> dtitles.titles.newyears"
  1440. c:
  1441. material: NAME_TAG
  1442. display-name: "&a#Reformed Title"
  1443. commands:
  1444. - "permadd <player> dtitles.titles.reformed"
  1445. 9:
  1446. a:
  1447. material: PAPER
  1448. display-name: "&a&lSCROLL: &a\"&fRename&a\""
  1449. lore:
  1450. - "&7Right-click this item on any tool"
  1451. - "&7to give it a customized name!"
  1452. - ""
  1453. - "&7You can use the following formatting:"
  1454. - "&a* Color (&&a-f, 0-9)"
  1455. - "&a* &lBold &a(&&l)"
  1456. - "&a* &nUnderline&a (&&n)"
  1457. - "&a* &a&mStrikethrough&a (&&m)"
  1458. commands:
  1459. - "givescroll <player> rename"
  1460. - "givescroll <player> rename"
  1461. - "givescroll <player> rename"
  1462.  
  1463. b:
  1464. material: PAPER
  1465. display-name: "&a&lSCROLL: &a\"&fStatistic&a\""
  1466. lore:
  1467. - "&7Right-click this item on any tool,"
  1468. - "&7weapon, or armor piece to track"
  1469. - "&7its statistics in the item's lore."
  1470. commands:
  1471. - "givescroll <player> statistic"
  1472. c:
  1473. material: PAPER
  1474. display-name: "&a&lSCROLL: &a\"&fResurrection&a\""
  1475. lore:
  1476. - "&7Right-click this item on any tool,"
  1477. - "&7weapon, or armor piece to add a 20%"
  1478. - "&7chance of retaining the item on death."
  1479. commands:
  1480. - "givescroll <player> resurrection"
  1481.  
  1482. op-rewards:
  1483. 1:
  1484. material: DAYLIGHT_DETECTOR
  1485. display-name: "&c&lSpawner Generator"
  1486. lore:
  1487. - "&7--- Tier: &c3 &7---"
  1488. - ""
  1489. - "&7Place this in your faction claimed"
  1490. - "&7territory to construct a generator."
  1491. - ""
  1492. - "&7Spawner Generators..."
  1493. - "&f&l* &7require nearby player energy"
  1494. - "&f&l* &7generate up to 10 tier 3 spawners"
  1495. - "&f&l* &7have a 1 per chunk limit"
  1496. commands:
  1497. - "dsg give <player> 3 1"
  1498. 2:
  1499. a:
  1500. material: EMERALD
  1501. display-name: "&a&lUPGRADE GEM: &a\"&fHero&a\""
  1502. lore:
  1503. - "&7Right-click this item to upgrade"
  1504. - "&7to Hero rank on this realm!"
  1505. commands:
  1506. - "giverankpaper <player> hero upgrade"
  1507. b:
  1508. material: EMERALD
  1509. display-name: "&a&lUPGRADE GEM: &a\"&fGod&a\""
  1510. lore:
  1511. - "&7Right-click this item to upgrade"
  1512. - "&7to God rank on this realm!"
  1513. commands:
  1514. - "giverankpaper <player> god upgrade"
  1515. february18:
  1516. name: "February 2018"
  1517. item:
  1518. material: CHEST
  1519. display-name: "&f&l*** &d&l&nFEBRUARY&7 Monthly Crate &f&l***"
  1520. lore:
  1521. - ""
  1522. - "&fGuaranteed rewards:"
  1523. - "&f&l* &c$100,000 - $300,000"
  1524. - "&f&l* &cRename OR Statistic Scroll"
  1525. - "&f&l* &cBoss Flare"
  1526. - "&f&l* &cTier 3 Spawner Generator"
  1527. - "&f&l* &c32-64x Hoppers"
  1528. - "&f&l* &cLegend Supply Crate"
  1529. - "&f&l* &c#Loved Title"
  1530. - "&f&l* &cTitle Colors Upgrade"
  1531. - "&f&l* &c1-3x Creeper Eggs"
  1532. - ""
  1533. - "&fReceive &n1&r of the following:"
  1534. - "&f&l* &c&lUpgrade Gem"
  1535. - "&f&l* &c&lLooting IV Diamond Sword"
  1536. - ""
  1537. - "&7Purchased by &f&l<player>"
  1538. - "&7from &f&nstore.desteria.com"
  1539. primary-color: RED
  1540. secondary-color: PINK
  1541.  
  1542. defined-rewards:
  1543. 1:
  1544. a:
  1545. material: PAPER
  1546. display-name: "&a$100,000 &7in-game."
  1547. enchantment-effect: true
  1548. commands:
  1549. - "eco give <player> 100000"
  1550. b:
  1551. material: PAPER
  1552. display-name: "&a$200,000 &7in-game."
  1553. enchantment-effect: true
  1554. commands:
  1555. - "eco give <player> 200000"
  1556. c:
  1557. material: PAPER
  1558. display-name: "&a$300,000 &7in-game."
  1559. enchantment-effect: true
  1560. commands:
  1561. - "eco give <player> 300000"
  1562. 2:
  1563. a:
  1564. material: PAPER
  1565. display-name: "&a&lSCROLL: &a\"&fRename&a\""
  1566. lore:
  1567. - "&7Right-click this item on any tool"
  1568. - "&7to give it a customized name!"
  1569. - ""
  1570. - "&7You can use the following formatting:"
  1571. - "&a* Color (&&a-f, 0-9)"
  1572. - "&a* &lBold &a(&&l)"
  1573. - "&a* &nUnderline&a (&&n)"
  1574. - "&a* &a&mStrikethrough&a (&&m)"
  1575. commands:
  1576. - "givescroll <player> rename"
  1577.  
  1578. b:
  1579. material: PAPER
  1580. display-name: "&a&lSCROLL: &a\"&fStatistic&a\""
  1581. lore:
  1582. - "&7Right-click this item on any tool,"
  1583. - "&7weapon, or armor piece to track"
  1584. - "&7its statistics in the item's lore."
  1585. commands:
  1586. - "givescroll <player> statistic"
  1587. 3:
  1588. a:
  1589. material: LEVER
  1590. display-name: "&5&lBoss Flare"
  1591. lore:
  1592. - "&7Type: &nNex Horsemen"
  1593. - ""
  1594. - "&7Place this flare down in the"
  1595. - "&7boss arena to call it in."
  1596. commands:
  1597. - "dbosses giveflare <player> nexhorsemen 1"
  1598. b:
  1599. material: LEVER
  1600. display-name: "&5&lBoss Flare"
  1601. lore:
  1602. - "&7Type: &nNex Destroyer"
  1603. - ""
  1604. - "&7Place this flare down in the"
  1605. - "&7boss arena to call it in."
  1606. commands:
  1607. - "dbosses giveflare <player> nexdestroyer 1"
  1608. c:
  1609. material: LEVER
  1610. display-name: "&5&lBoss Flare"
  1611. lore:
  1612. - "&7Type: &nSlimey Nex"
  1613. - ""
  1614. - "&7Place this flare down in the"
  1615. - "&7boss arena to call it in."
  1616. commands:
  1617. - "dbosses giveflare <player> slimeynex 1"
  1618.  
  1619. 4:
  1620. material: DAYLIGHT_DETECTOR
  1621. display-name: "&c&lSpawner Generator"
  1622. lore:
  1623. - "&7--- Tier: &c3 &7---"
  1624. - ""
  1625. - "&7Place this in your faction claimed"
  1626. - "&7territory to construct a generator."
  1627. - ""
  1628. - "&7Spawner Generators..."
  1629. - "&f&l* &7require nearby player energy"
  1630. - "&f&l* &7generate up to 10 tier 3 spawners"
  1631. - "&f&l* &7have a 1 per chunk limit"
  1632. commands:
  1633. - "dsg give <player> 3 1"
  1634. 5:
  1635. material: HOPPER
  1636. amount:
  1637. min: 32
  1638. max: 64
  1639. 6:
  1640. material: CHEST
  1641. display-name: "&c&lLegend &7Supply Crate"
  1642. lore:
  1643. - "&7Right-click this item to discover"
  1644. - "&74 pieces of Desteria loot."
  1645. - "&f&nstore.desteria.com"
  1646. commands:
  1647. - "givecrate <player> legend 1"
  1648. 7:
  1649. material: NAME_TAG
  1650. display-name: "&e#Loved"
  1651. commands:
  1652. - "permadd <player> dtitles.titles.loved"
  1653. 8:
  1654. material: NAME_TAG
  1655. display-name: "&eTitle Colors Upgrade"
  1656. commands:
  1657. - "subgroupadd <player> titlecolors"
  1658. 9:
  1659. material: MONSTER_EGG
  1660. data: 50
  1661. amount:
  1662. min: 1
  1663. max: 3
  1664.  
  1665. op-rewards:
  1666. 1:
  1667. material: DIAMOND_SWORD
  1668. enchantment:
  1669. LOOT_BONUS_MOBS: 4
  1670. 2:
  1671. a:
  1672. material: EMERALD
  1673. display-name: "&a&lUPGRADE GEM: &a\"&fPremium&a\""
  1674. lore:
  1675. - "&7Right-click this item to upgrade"
  1676. - "&7to Premium rank on this realm!"
  1677. commands:
  1678. - "giverankpaper <player> premium upgrade"
  1679. b:
  1680. material: EMERALD
  1681. display-name: "&a&lUPGRADE GEM: &a\"&fChampion&a\""
  1682. lore:
  1683. - "&7Right-click this item to upgrade"
  1684. - "&7to Champion rank on this realm!"
  1685. commands:
  1686. - "giverankpaper <player> champion upgrade"
  1687. c:
  1688. material: EMERALD
  1689. display-name: "&a&lUPGRADE GEM: &a\"&fHero&a\""
  1690. lore:
  1691. - "&7Right-click this item to upgrade"
  1692. - "&7to Hero rank on this realm!"
  1693. commands:
  1694. - "giverankpaper <player> Hero upgrade"
  1695. march18:
  1696. name: "Pot O' Gold"
  1697. item:
  1698. material: CHEST
  1699. display-name: " &f&l*+* &6&l&nPot O' Gold&7 Crate &f&l*+*"
  1700. lore:
  1701. - " &f&lLIMITED EDITION SUPPLY CRATE"
  1702. - ""
  1703. - "&fGuaranteed rewards:"
  1704. - "&f&l* &2$100,000 - $500,000"
  1705. - "&f&l* &2#Lucky or #Clover Title"
  1706. - "&f&l* &21x Sell Wand"
  1707. - "&f&l* &2Leprechaun Trail Aura"
  1708. - "&f&l* &2Lucky Sword (Looting IV)"
  1709. - "&f&l* &21-3x Legend Crates"
  1710. - "&f&l* &21-2x Tier 3 Spawner Generators"
  1711. - "&f&l* &2100-200 Tokens"
  1712. - "&f&l* &2Rename or Statistic Scroll"
  1713. - ""
  1714. - "&fReceive &n1&r of the following:"
  1715. - "&f&l* &6&lHigh Tier Upgrade Gem"
  1716. - "&f&l* &6&lTravelers' Kit (Permanent)"
  1717. - ""
  1718. - "&7Purchased by &f&l<player>"
  1719. - "&7from &f&nstore.desteria.com"
  1720. primary-color: LIME
  1721. secondary-color: ORANGE
  1722.  
  1723. defined-rewards:
  1724. 1:
  1725. a:
  1726. material: PAPER
  1727. display-name: "&a$100,000 &7in-game."
  1728. enchantment-effect: true
  1729. commands:
  1730. - "eco give <player> 100,000"
  1731. b:
  1732. material: PAPER
  1733. display-name: "&a$200,000 &7in-game."
  1734. enchantment-effect: true
  1735. commands:
  1736. - "eco give <player> 200,000"
  1737. c:
  1738. material: PAPER
  1739. display-name: "&a$300,000 &7in-game."
  1740. enchantment-effect: true
  1741. commands:
  1742. - "eco give <player> 300,000"
  1743. d:
  1744. material: PAPER
  1745. display-name: "&a$400,000 &7in-game."
  1746. enchantment-effect: true
  1747. commands:
  1748. - "eco give <player> 400,000"
  1749. e:
  1750. material: PAPER
  1751. display-name: "&a$500,000 &7in-game."
  1752. enchantment-effect: true
  1753. commands:
  1754. - "eco give <player> 500,000"
  1755. 2:
  1756. a:
  1757. material: PAPER
  1758. display-name: "&a&lSCROLL: &a\"&fRename&a\""
  1759. lore:
  1760. - "&7Right-click this item on any tool"
  1761. - "&7to give it a customized name!"
  1762. - ""
  1763. - "&7You can use the following formatting:"
  1764. - "&a* Color (&&a-f, 0-9)"
  1765. - "&a* &lBold &a(&&l)"
  1766. - "&a* &nUnderline&a (&&n)"
  1767. - "&a* &a&mStrikethrough&a (&&m)"
  1768. commands:
  1769. - "givescroll <player> rename"
  1770.  
  1771. b:
  1772. material: PAPER
  1773. display-name: "&a&lSCROLL: &a\"&fStatistic&a\""
  1774. lore:
  1775. - "&7Right-click this item on any tool,"
  1776. - "&7weapon, or armor piece to track"
  1777. - "&7its statistics in the item's lore."
  1778. commands:
  1779. - "givescroll <player> statistic"
  1780. 3:
  1781. material: STICK
  1782. display-name: "&e&lWAND: &e\"&fChest Sell&e\""
  1783. lore:
  1784. - "&7Right-click this item on a"
  1785. - "&7chest to sell its entire contents."
  1786. commands:
  1787. - "givesellwand <player> 2500"
  1788.  
  1789. 4:
  1790. material: WATER_LILY
  1791. display-name: "&a&lLeprechaun Trail"
  1792. lore:
  1793. - "&7A St. Patrick's Day Special!"
  1794. commands:
  1795. - "permadd <player> Particles.Trail.Leprechaun"
  1796. 5:
  1797. material: DIAMOND_SWORD
  1798. display-name: "&6Lucky Sword"
  1799. enchantment:
  1800. DAMAGE_ALL: 5
  1801. FIRE_ASPECT: 2
  1802. LOOT_BONUS_MOBS: 4
  1803. DURABILITY: 3
  1804. 6:
  1805. a:
  1806. material: CHEST
  1807. display-name: "&c&lLegend &7Supply Crate"
  1808. lore:
  1809. - "&7Right-click this item to discover"
  1810. - "&74 pieces of Desteria loot."
  1811. - "&f&nstore.desteria.com"
  1812. commands:
  1813. - "givecrate <player> legend 1"
  1814. b:
  1815. material: CHEST
  1816. amount: 2
  1817. display-name: "&c&lLegend &7Supply Crate"
  1818. lore:
  1819. - "&7Right-click this item to discover"
  1820. - "&74 pieces of Desteria loot."
  1821. - "&f&nstore.desteria.com"
  1822. commands:
  1823. - "givecrate <player> legend 2"
  1824. c:
  1825. material: CHEST
  1826. amount: 3
  1827. display-name: "&c&lLegend &7Supply Crate"
  1828. lore:
  1829. - "&7Right-click this item to discover"
  1830. - "&74 pieces of Desteria loot."
  1831. - "&f&nstore.desteria.com"
  1832. commands:
  1833. - "givecrate <player> legend 3"
  1834. 7:
  1835. a:
  1836. material: NAME_TAG
  1837. display-name: "&e#Lucky"
  1838. commands:
  1839. - "permadd <player> dtitles.titles.lucky"
  1840. b:
  1841. material: NAME_TAG
  1842. display-name: "&e#Clover"
  1843. commands:
  1844. - "permadd <player> dtitles.titles.clover"
  1845.  
  1846. 8:
  1847. a:
  1848. material: PAPER
  1849. display-name: "&a100 Tokens."
  1850. enchantment-effect: true
  1851. commands:
  1852. - "tokens give <player> 100"
  1853. b:
  1854. material: PAPER
  1855. display-name: "&a200 Tokens."
  1856. enchantment-effect: true
  1857. commands:
  1858. - "tokens give <player> 200"
  1859. 9:
  1860. a:
  1861. material: DAYLIGHT_DETECTOR
  1862. display-name: "&c&lSpawner Generator"
  1863. lore:
  1864. - "&7--- Tier: &c3 &7---"
  1865. - ""
  1866. - "&7Place this in your faction claimed"
  1867. - "&7territory to construct a generator."
  1868. - ""
  1869. - "&7Spawner Generators..."
  1870. - "&f&l* &7require nearby player energy"
  1871. - "&f&l* &7generate up to 10 tier 3 spawners"
  1872. - "&f&l* &7have a 1 per chunk limit"
  1873. commands:
  1874. - "dsg give <player> 3 1"
  1875. b:
  1876. material: DAYLIGHT_DETECTOR
  1877. display-name: "&c&lSpawner Generator"
  1878. amount: 2
  1879. lore:
  1880. - "&7--- Tier: &c3 &7---"
  1881. - ""
  1882. - "&7Place this in your faction claimed"
  1883. - "&7territory to construct a generator."
  1884. - ""
  1885. - "&7Spawner Generators..."
  1886. - "&f&l* &7require nearby player energy"
  1887. - "&f&l* &7generate up to 10 tier 3 spawners"
  1888. - "&f&l* &7have a 1 per chunk limit"
  1889. commands:
  1890. - "dsg give <player> 3 2"
  1891.  
  1892.  
  1893. op-rewards:
  1894. 1:
  1895. material: DIAMOND_HELMET
  1896. display-name: "&3&lTraveler Kit &7(Permanent)"
  1897. enchanted: true
  1898. lore:
  1899. - "&7Permanent access to the Travelers' kit."
  1900. commands:
  1901. - "permadd <player> essentials.kits.Traveler"
  1902. 2:
  1903. a:
  1904. material: EMERALD
  1905. display-name: "&a&lUPGRADE GEM: &a\"&fChampion&a\""
  1906. lore:
  1907. - "&7Right-click this item to upgrade"
  1908. - "&7to Champion rank on this realm!"
  1909. commands:
  1910. - "giverankpaper <player> champion upgrade"
  1911. b:
  1912. material: EMERALD
  1913. display-name: "&a&lUPGRADE GEM: &a\"&fHero&a\""
  1914. lore:
  1915. - "&7Right-click this item to upgrade"
  1916. - "&7to Hero rank on this realm!"
  1917. commands:
  1918. - "giverankpaper <player> hero upgrade"
  1919. c:
  1920. material: EMERALD
  1921. display-name: "&a&lUPGRADE GEM: &a\"&fGod&a\""
  1922. lore:
  1923. - "&7Right-click this item to upgrade"
  1924. - "&7to God rank on this realm!"
  1925. commands:
  1926. - "giverankpaper <player> god upgrade"
  1927. april18:
  1928. name: "April"
  1929. item:
  1930. material: CHEST
  1931. display-name: " &f&l*+* &a&l&nAPRIL&r &7Monthly Crate &f&l*+*"
  1932. lore:
  1933. - " &f&lLIMITED EDITION SUPPLY CRATE "
  1934. - ""
  1935. - "&fGuaranteed rewards:"
  1936. - "&f&l* &2$100,000 - $200,000"
  1937. - "&f&l* &2100-200 Tokens"
  1938. - "&f&l* &2#EGGsplosive or #Spring Title"
  1939. - "&f&l* &21-2x Legendary Crates"
  1940. - "&f&l* &216x Chocolate Eggs"
  1941. - "&f&l* &22x High-Tier Spawners"
  1942. - "&f&l* &2Grinding Sword (Looting IV)"
  1943. - "&f&l* &21x Chest Sell Wand"
  1944. - "&f&l* &25x Crop Hoppers"
  1945. - ""
  1946. - "&fReceive &n1&r of the following:"
  1947. - "&f&l* &a&lRank Note"
  1948. - "&f&l* &a&lRaid Kit (Permanent)"
  1949. - ""
  1950. - "&7Purchased by &f&l<player>"
  1951. - "&7from &f&nstore.desteria.com"
  1952. primary-color: LIME
  1953. secondary-color: GREEN
  1954.  
  1955. defined-rewards:
  1956. 1:
  1957. a:
  1958. material: PAPER
  1959. display-name: "&a$100,000 &7in-game."
  1960. enchantment-effect: true
  1961. commands:
  1962. - "eco give <player> 100,000"
  1963. b:
  1964. material: PAPER
  1965. display-name: "&a$120,000 &7in-game."
  1966. enchantment-effect: true
  1967. commands:
  1968. - "eco give <player> 120,000"
  1969. c:
  1970. material: PAPER
  1971. display-name: "&a$140,000 &7in-game."
  1972. enchantment-effect: true
  1973. commands:
  1974. - "eco give <player> 140,000"
  1975. d:
  1976. material: PAPER
  1977. display-name: "&a$160,000 &7in-game."
  1978. enchantment-effect: true
  1979. commands:
  1980. - "eco give <player> 160,000"
  1981. e:
  1982. material: PAPER
  1983. display-name: "&a$180,000 &7in-game."
  1984. enchantment-effect: true
  1985. commands:
  1986. - "eco give <player> 180,000"
  1987. f:
  1988. material: PAPER
  1989. display-name: "&a$200,000 &7in-game."
  1990. enchantment-effect: true
  1991. commands:
  1992. - "eco give <player> 200,000"
  1993. 2:
  1994. a:
  1995. material: PAPER
  1996. display-name: "&a100 Tokens."
  1997. enchantment-effect: true
  1998. commands:
  1999. - "tokens give <player> 100"
  2000. b:
  2001. material: PAPER
  2002. display-name: "&a120 Tokens."
  2003. enchantment-effect: true
  2004. commands:
  2005. - "tokens give <player> 120"
  2006. c:
  2007. material: PAPER
  2008. display-name: "&a140 Tokens."
  2009. enchantment-effect: true
  2010. commands:
  2011. - "tokens give <player> 140"
  2012. d:
  2013. material: PAPER
  2014. display-name: "&a160 Tokens."
  2015. enchantment-effect: true
  2016. commands:
  2017. - "tokens give <player> 160"
  2018. e:
  2019. material: PAPER
  2020. display-name: "&a180 Tokens."
  2021. enchantment-effect: true
  2022. commands:
  2023. - "tokens give <player> 180"
  2024. f:
  2025. material: PAPER
  2026. display-name: "&a200 Tokens."
  2027. enchantment-effect: true
  2028. commands:
  2029. - "tokens give <player> 200"
  2030. 3:
  2031. a:
  2032. material: NAME_TAG
  2033. display-name: "&e#EGGsplosive"
  2034. commands:
  2035. - "permadd <player> dtitles.titles.eggsplosive"
  2036. b:
  2037. material: NAME_TAG
  2038. display-name: "&e#Spring"
  2039. commands:
  2040. - "permadd <player> dtitles.titles.spring"
  2041. 4:
  2042. a:
  2043. material: CHEST
  2044. display-name: "&c&lLegendary &7Supply Crate"
  2045. lore:
  2046. - "&7Right-click this item to discover"
  2047. - "&74 pieces of Desteria loot."
  2048. - "&f&nstore.desteria.com"
  2049. commands:
  2050. - "givecrate <player> legendary 1"
  2051. b:
  2052. material: CHEST
  2053. amount: 2
  2054. display-name: "&c&lLegendary &7Supply Crate"
  2055. lore:
  2056. - "&7Right-click this item to discover"
  2057. - "&74 pieces of Desteria loot."
  2058. - "&f&nstore.desteria.com"
  2059. commands:
  2060. - "givecrate <player> legendary 2"
  2061.  
  2062. 5:
  2063. material: MONSTER_EGG
  2064. data: 101
  2065. display-name: "&6&lChocolate Egg"
  2066. lore:
  2067. - "&7&nExclusive item found only"
  2068. - "&7&nin the April Crate!"
  2069. - ""
  2070. - "&7Mhm... tasty!"
  2071. - ""
  2072. - "&7Right-click to consume."
  2073. amount: 16
  2074. commands:
  2075. - "givechocolateegg <player> 16"
  2076. 6:
  2077. a:
  2078. material: MOB_SPAWNER
  2079. spawned-type: PIG_ZOMBIE
  2080. amount: 2
  2081. b:
  2082. material: MOB_SPAWNER
  2083. spawned-type: CREEPER
  2084. amount: 2
  2085. c:
  2086. material: MOB_SPAWNER
  2087. spawned-type: ENDERMAN
  2088. amount: 2
  2089. d:
  2090. material: MOB_SPAWNER
  2091. spawned-type: BLAZE
  2092. amount: 2
  2093. e:
  2094. material: MOB_SPAWNER
  2095. spawned-type: IRON_GOLEM
  2096. amount: 2
  2097. f:
  2098. material: MOB_SPAWNER
  2099. spawned-type: VILLAGER
  2100. amount: 2
  2101. 7:
  2102. material: DIAMOND_SWORD
  2103. display-name: "&e&lGrinding Sword"
  2104. enchantment:
  2105. DAMAGE_ALL: 5
  2106. LOOT_BONUS_MOBS: 4
  2107. DURABILITY: 3
  2108. 8:
  2109. material: STICK
  2110. display-name: "&e&lWAND: &e\"&fChest Sell&e\""
  2111. lore:
  2112. - "&7Right-click this item on a"
  2113. - "&7chest to sell its entire contents."
  2114. commands:
  2115. - "givesellwand <player> 2500"
  2116.  
  2117. 9:
  2118. material: HOPPER
  2119. display-name: "&a&lCrop Hopper &7(Place)"
  2120. lore:
  2121. - "&7Place this in a chunk to automatically"
  2122. - "&7collect farming crops as they grow."
  2123. - ""
  2124. - "&7Collects wheat, sugar cane and cacti."
  2125. amount: 5
  2126. commands:
  2127. - "givecrophopper <player> 5"
  2128.  
  2129. op-rewards:
  2130. 1:
  2131. material: DIAMOND_HELMET
  2132. display-name: "&c&lRaid Kit &7(Permanent)"
  2133. enchanted: true
  2134. lore:
  2135. - "&7Permanent access to the Raid kit."
  2136. commands:
  2137. - "permadd <player> essentials.kits.Raid"
  2138. 2:
  2139. material: PAPER
  2140. display-name: "&a&lRANK NOTE: &a\"&fExplorer&a\""
  2141. lore:
  2142. - "&7Right-click this item to redeem"
  2143. - "&7the Explorer rank on this realm!"
  2144. commands:
  2145. - "giverankpaper <player> explorer"
  2146. june18:
  2147. name: "June"
  2148. item:
  2149. material: CHEST
  2150. display-name: " &f&l*+* &e&l&nJUNE&r &7Monthly Crate &f&l*+*"
  2151. lore:
  2152. - " &f&lLIMITED EDITION SUPPLY CRATE "
  2153. - ""
  2154. - "&fGuaranteed rewards:"
  2155. - "&f&l* &e$250,000 - $400,000"
  2156. - "&f&l* &e150-250 Tokens"
  2157. - "&f&l* &e#SchoolsOut Title"
  2158. - "&f&l* &62x Legendary Crates"
  2159. - "&f&l* &6Knockback III Stick"
  2160. - "&f&l* &61-2x High-Tier Spawners"
  2161. - "&f&l* &eLooting IV Grinding Sword"
  2162. - "&f&l* &e1x Chest Sell Wand"
  2163. - "&f&l* &e16-32x Hoppers"
  2164. - ""
  2165. - "&fReceive &n1&r of the following:"
  2166. - "&f&l* &6&lExplorer Rank"
  2167. - "&f&l* &6&l2x Legendary Crates"
  2168. - ""
  2169. - "&7Purchased by &f&l<player>"
  2170. - "&7from &f&nstore.desteria.com"
  2171. primary-color: LIME
  2172. secondary-color: GREEN
  2173.  
  2174. defined-rewards:
  2175. 1:
  2176. a:
  2177. material: PAPER
  2178. display-name: "&a$250,000 &7in-game."
  2179. enchantment-effect: true
  2180. commands:
  2181. - "eco give <player> 250,000"
  2182. b:
  2183. material: PAPER
  2184. display-name: "&a$300,000 &7in-game."
  2185. enchantment-effect: true
  2186. commands:
  2187. - "eco give <player> 300,000"
  2188. c:
  2189. material: PAPER
  2190. display-name: "&a$350,000 &7in-game."
  2191. enchantment-effect: true
  2192. commands:
  2193. - "eco give <player> 350,000"
  2194. d:
  2195. material: PAPER
  2196. display-name: "&a$400,000 &7in-game."
  2197. enchantment-effect: true
  2198. commands:
  2199. - "eco give <player> 400,000"
  2200. 2:
  2201. a:
  2202. material: PAPER
  2203. display-name: "&a150 Tokens."
  2204. enchantment-effect: true
  2205. commands:
  2206. - "tokens give <player> 150"
  2207. b:
  2208. material: PAPER
  2209. display-name: "&a175 Tokens."
  2210. enchantment-effect: true
  2211. commands:
  2212. - "tokens give <player> 175"
  2213. c:
  2214. material: PAPER
  2215. display-name: "&a200 Tokens."
  2216. enchantment-effect: true
  2217. commands:
  2218. - "tokens give <player> 200"
  2219. d:
  2220. material: PAPER
  2221. display-name: "&a225 Tokens."
  2222. enchantment-effect: true
  2223. commands:
  2224. - "tokens give <player> 225"
  2225. e:
  2226. material: PAPER
  2227. display-name: "&a250 Tokens."
  2228. enchantment-effect: true
  2229. commands:
  2230. - "tokens give <player> 250"
  2231. 3:
  2232. a:
  2233. material: NAME_TAG
  2234. display-name: "&e#SchoolsOut"
  2235. commands:
  2236. - "permadd <player> dtitles.titles.schoolsout"
  2237. 4:
  2238. a:
  2239. material: CHEST
  2240. amount: 2
  2241. display-name: "&c&lLegendary &7Supply Crate"
  2242. lore:
  2243. - "&7Right-click this item to discover"
  2244. - "&74 pieces of Desteria loot."
  2245. - "&f&nstore.desteria.com"
  2246. commands:
  2247. - "givecrate <player> legendary 2"
  2248. 5:
  2249. material: STICK
  2250. display-name: "&e&lExertion Rod"
  2251. enchantment:
  2252. KNOCKBACK: 3
  2253. DURABILITY: 3
  2254. 6:
  2255. material: STICK
  2256. display-name: "&e&lWAND: &e\"&fChest Sell&e\""
  2257. lore:
  2258. - "&7Right-click this item on a"
  2259. - "&7chest to sell its entire contents."
  2260. commands:
  2261. - "givesellwand <player> 2500"
  2262. 7:
  2263. material: HOPPER
  2264. amount:
  2265. min: 16
  2266. max: 32
  2267. 8:
  2268. material: DIAMOND_SWORD
  2269. display-name: "&e&lGrinding Sword"
  2270. enchantment:
  2271. DAMAGE_ALL: 5
  2272. LOOT_BONUS_MOBS: 4
  2273. DURABILITY: 3
  2274. 9:
  2275. a:
  2276. material: MOB_SPAWNER
  2277. spawned-type: PIG_ZOMBIE
  2278. amount: 2
  2279. b:
  2280. material: MOB_SPAWNER
  2281. spawned-type: CREEPER
  2282. amount: 1
  2283. c:
  2284. material: MOB_SPAWNER
  2285. spawned-type: ENDERMAN
  2286. amount: 1
  2287. d:
  2288. material: MOB_SPAWNER
  2289. spawned-type: IRON_GOLEM
  2290. amount: 1
  2291. e:
  2292. material: MOB_SPAWNER
  2293. spawned-type: VILLAGER
  2294. amount: 1
  2295. op-rewards:
  2296. 1:
  2297. material: PAPER
  2298. display-name: "&a&lRANK NOTE: &a\"&fExplorer&a\""
  2299. lore:
  2300. - "&7Right-click this item to redeem"
  2301. - "&7the Explorer rank on this realm!"
  2302. commands:
  2303. - "giverankpaper <player> explorer"
  2304. 2:
  2305. material: CHEST
  2306. amount: 2
  2307. display-name: "&c&lLegendary &7Supply Crate"
  2308. lore:
  2309. - "&7Right-click this item to discover"
  2310. - "&74 pieces of Desteria loot."
  2311. - "&f&nstore.desteria.com"
  2312. commands:
  2313. - "givecrate <player> legendary 2"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement