Baibee

Untitled

Jan 26th, 2017
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.40 KB | None | 0 0
  1. # ##################################################################################################################################################################### #
  2. # #
  3. # ArchonCrates Crate Loot Configuration #
  4. # #
  5. # Crate Loot: #
  6. # Diamonds: - Loot id which is used to define the loot for the keys (Can't have any the same) #
  7. # Item ID: 264 - The id of the display item which will display in the crate GUI #
  8. # Item Data: 0 - The data value of the item in the display of the crate GUI #
  9. # StackAmount: 10 - The stack size of the display item in the crate GUI #
  10. # Name: '&3Diamonds' - The display name of the item in the crate GUI #
  11. # Broadcast Win: true - If true it will broadcast the win message to the whole server #
  12. # Player Message: true - If true it will send the player a message #
  13. # Chance: 5.0 - The chance of the prize being won (MIN value: 0.01 - MAX value: 9999.99) #
  14. # Prize Name: 10 diamonds - The name used in the win messages #
  15. # Glow: true - If true the display item will glow in the crate GUI #
  16. # Use Permission: false - If true it will use the permission for players to win the prize #
  17. # Permission: archoncrates.prize.diamonds - The permission used to check if players can win the prize #
  18. # Win Amount: '*' - The amount of times a prize can be won ('*' means unlimited times) #
  19. # Commands: - A list of commands which will be run when a player wins the prize #
  20. # - minecraft:give <player> diamond 10 #
  21. # #
  22. # #
  23. # #
  24. # ##################################################################################################################################################################### #
  25.  
  26. Crate Loot:
  27. ELITEKIT:
  28. Item ID: LEATHER_TUNIC
  29. Item Data: 0
  30. StackAmount: 0
  31. Name: '&5Kit Elite'
  32. Broadcast Win: true
  33. Player Message: true
  34. Chance: 15.0
  35. Prize Name: Kit Elite
  36. Glow: true
  37. Use Permission: false
  38. Permission: archoncrates.prize.elite
  39. Global Win Amount: '*'
  40. Player Win Amount: '*'
  41. Commands:
  42. - kits elite %player%
  43. ELITERANK:
  44. Item ID: LEATHER_TUNIC
  45. Item Data: 0
  46. StackAmount: 0
  47. Name: '&5Elite Rank'
  48. Broadcast Win: true
  49. Player Message: true
  50. Chance: 20.0
  51. Prize Name: Elite Rank
  52. Glow: true
  53. Use Permission: false
  54. Permission: archoncrates.prize.elite
  55. Global Win Amount: '*'
  56. Player Win Amount: '*'
  57. Commands:
  58. - manuadd %player% elite
  59. NEBULARANK:
  60. Item ID: GOLD_CHESTPLATE
  61. Item Data: 0
  62. StackAmount: 0
  63. Name: '&9Nebula Rank'
  64. Broadcast Win: true
  65. Player Message: true
  66. Chance: 15.0
  67. Prize Name: Nebula Rank
  68. Glow: true
  69. Use Permission: false
  70. Permission: archoncrates.prize.nebula
  71. Global Win Amount: '*'
  72. Player Win Amount: '*'
  73. Commands:
  74. - manuadd %player% nebula
  75. NEBULAKIT:
  76. Item ID: GOLD_CHESTPLATE
  77. Item Data: 0
  78. StackAmount: 0
  79. Name: '&9Nebula Kit'
  80. Broadcast Win: true
  81. Player Message: true
  82. Chance: 10.0
  83. Prize Name: Nebula Kit
  84. Glow: true
  85. Use Permission: false
  86. Permission: archoncrates.prize.nebula
  87. Global Win Amount: '*'
  88. Player Win Amount: '*'
  89. Commands:
  90. - kits nebula %player%
  91. HAVOCRANK:
  92. Item ID: IRON_CHESTPLATE
  93. Item Data: 0
  94. StackAmount: 0
  95. Name: '&cHavoc Rank'
  96. Broadcast Win: true
  97. Player Message: true
  98. Chance: 10.0
  99. Prize Name: Havoc Rank
  100. Glow: true
  101. Use Permission: false
  102. Permission: archoncrates.prize.havoc
  103. Global Win Amount: '*'
  104. Player Win Amount: '*'
  105. Commands:
  106. - manuadd %player% havoc
  107. HAVOCKIT:
  108. Item ID: IRON_CHESTPLATE
  109. Item Data: 0
  110. StackAmount: 0
  111. Name: '&cHavoc Kit'
  112. Broadcast Win: true
  113. Player Message: true
  114. Chance: 5.0
  115. Prize Name: Havoc Kit
  116. Glow: true
  117. Use Permission: false
  118. Permission: archoncrates.prize.havoc
  119. Global Win Amount: '*'
  120. Player Win Amount: '*'
  121. Commands:
  122. - kits havoc %player%
  123. HAVOCGODRANK:
  124. Item ID: IRON_CHESTPLATE
  125. Item Data: 0
  126. StackAmount: 0
  127. Name: '&4HavocGod Rank'
  128. Broadcast Win: true
  129. Player Message: true
  130. Chance: 5.0
  131. Prize Name: HavocGod Rank
  132. Glow: true
  133. Use Permission: false
  134. Permission: archoncrates.prize.havocgod
  135. Global Win Amount: '*'
  136. Player Win Amount: '*'
  137. Commands:
  138. - manuadd %player% havocgod
  139. HAVOCGODKit:
  140. Item ID: IRON_CHESTPLATE
  141. Item Data: 0
  142. StackAmount: 0
  143. Name: '&4HavocGod Kit'
  144. Broadcast Win: true
  145. Player Message: true
  146. Chance: 1.0
  147. Prize Name: HavocGod Kit
  148. Glow: true
  149. Use Permission: false
  150. Permission: archoncrates.prize.havocgod
  151. Global Win Amount: '*'
  152. Player Win Amount: '*'
  153. Commands:
  154. - kits havocgod %player%
  155. LTAG:
  156. Item ID: PAPER
  157. Item Data: 0
  158. StackAmount: 0
  159. Name: '&b&lL Tag'
  160. Broadcast Win: true
  161. Player Message: true
  162. Chance: 40.0
  163. Prize Name: L Tag
  164. Glow: true
  165. Use Permission: false
  166. Permission: archoncrates.prize.ltag
  167. Global Win Amount: '*'
  168. Player Win Amount: '*'
  169. Commands:
  170. - ltag.use
  171. Obsidian:
  172. Item ID: Obsidian
  173. Item Data: 0
  174. StackAmount: 64
  175. Name: '&5&lStacks Of Obby'
  176. Broadcast Win: true
  177. Player Message: true
  178. Chance: 10.0
  179. Prize Name: Obby
  180. Glow: true
  181. Use Permission: false
  182. Permission: archoncrates.prize.ltag
  183. Global Win Amount: '*'
  184. Player Win Amount: '*'
  185. Commands:
  186. - give %player% obsidian 1024
  187. Bedrock1:
  188. Item ID: Bedrock
  189. Item Data: 0
  190. StackAmount: 1
  191. Name: '&8Bedrock'
  192. Broadcast Win: true
  193. Player Message: true
  194. Chance: 29.0
  195. Prize Name: Bedrock
  196. Glow: true
  197. Use Permission: false
  198. Permission: archoncrates.prize.bedrock
  199. Global Win Amount: '*'
  200. Player Win Amount: '*'
  201. Commands:
  202. - give %player% bedrock 1
  203. Bedrock8:
  204. Item ID: Bedrock
  205. Item Data: 0
  206. StackAmount: 8
  207. Name: '&88 Bedrock'
  208. Broadcast Win: true
  209. Player Message: true
  210. Chance: 6.0
  211. Prize Name: Bedrock
  212. Glow: true
  213. Use Permission: false
  214. Permission: archoncrates.prize.bedrock
  215. Global Win Amount: '*'
  216. Player Win Amount: '*'
  217. Commands:
  218. - give %player% bedrock 8
  219. CEGGS:
  220. Item ID: 383:50
  221. Item Data: 0
  222. StackAmount: 0
  223. Name: '&a4 CEggs'
  224. Broadcast Win: true
  225. Player Message: true
  226. Chance: 10.0
  227. Prize Name: CEggs
  228. Glow: true
  229. Use Permission: false
  230. Permission: archoncrates.prize.ceggs
  231. Global Win Amount: '*'
  232. Player Win Amount: '*'
  233. Commands:
  234. - give %player% 383:50 4
  235. MCMMO:
  236. Item ID: PAPER
  237. Item Data: 0
  238. StackAmount: 0
  239. Name: '&6 125 MCMMO Credits'
  240. Broadcast Win: true
  241. Player Message: true
  242. Chance: 1.0
  243. Prize Name: MCMMO Credits
  244. Glow: true
  245. Use Permission: false
  246. Permission: archoncrates.prize.mcmmo
  247. Global Win Amount: '*'
  248. Player Win Amount: '*'
  249. Commands:
  250. - addcredits %player% 125
  251. ULTIMATEKEY:
  252. Item ID: tripwire_hook
  253. Item Data: 0
  254. StackAmount: 0
  255. Name: '&5Ultimate Key'
  256. Broadcast Win: true
  257. Player Message: true
  258. Chance: 1.0
  259. Prize Name: Ultimate Key
  260. Glow: true
  261. Use Permission: false
  262. Permission: archoncrates.prize.key
  263. Global Win Amount: '*'
  264. Player Win Amount: '*'
  265. Commands:
  266. - ac vkey %player% ultimate 1
  267. MEGAKEY:
  268. Item ID: tripwire_hook
  269. Item Data: 0
  270. StackAmount: 0
  271. Name: '&c&lMega Key'
  272. Broadcast Win: true
  273. Player Message: true
  274. Chance: 1.0
  275. Prize Name: Mega Key
  276. Glow: true
  277. Use Permission: false
  278. Permission: archoncrates.prize.key
  279. Global Win Amount: '*'
  280. Player Win Amount: '*'
  281. Commands:
  282. - ac key %player% mega 1
  283. MONTHLYCRATE:
  284. Item ID: 54
  285. Item Data: 0
  286. StackAmount: 0
  287. Name: '&6Monthly Crate'
  288. Broadcast Win: true
  289. Player Message: true
  290. Chance: 1.0
  291. Prize Name: Monthly Crate
  292. Glow: true
  293. Use Permission: false
  294. Permission: archoncrates.prize.crate
  295. Global Win Amount: '*'
  296. Player Win Amount: '*'
  297. Commands:
  298. - mcrate give %player% January 1
  299. XPBOTTLES:
  300. Item ID: 383
  301. Item Data: 0
  302. StackAmount: 0
  303. Name: '&eXP Bottles'
  304. Broadcast Win: true
  305. Player Message: true
  306. Chance: 1.0
  307. Prize Name: XP Bottles
  308. Glow: true
  309. Use Permission: false
  310. Permission: archoncrates.prize.xp
  311. Global Win Amount: '*'
  312. Player Win Amount: '*'
  313. Commands:
  314. - give %player% 383 512
  315. GKITS:
  316. Item ID: DIAMOND_CHESTPLATE
  317. Item Data: 0
  318. StackAmount: 0
  319. Name: '&9GKITS'
  320. Broadcast Win: true
  321. Player Message: true
  322. Chance: 40.0
  323. Prize Name: GKits
  324. Glow: true
  325. Use Permission: false
  326. Permission: archoncrates.prize.gkits
  327. Global Win Amount: '*'
  328. Player Win Amount: '*'
  329. Commands:
  330. - manuaddp %player% CrazyEnchantments.GKitz.*
  331. BEDROCK32:
  332. Item ID: Bedrock
  333. Item Data: 0
  334. StackAmount: 32
  335. Name: '&832 Bedrock'
  336. Broadcast Win: true
  337. Player Message: true
  338. Chance: 5.0
  339. Prize Name: Bedrock
  340. Glow: true
  341. Use Permission: false
  342. Permission: archoncrates.prize.bedrock
  343. Global Win Amount: '*'
  344. Player Win Amount: '*'
  345. Commands:
  346. - give %player% bedrock 32
  347. FIXHAND:
  348. Item ID: PAPER
  349. Item Data: 0
  350. StackAmount: 0
  351. Name: '&3/fixhand'
  352. Broadcast Win: true
  353. Player Message: true
  354. Chance: 5.0
  355. Prize Name: /fixhand
  356. Glow: true
  357. Use Permission: false
  358. Permission: archoncrates.prize.fixhand
  359. Global Win Amount: '*'
  360. Player Win Amount: '*'
  361. Commands:
  362. - manuaddp %player% essentials.fixhand
  363. FIXAll:
  364. Item ID: PAPER
  365. Item Data: 0
  366. StackAmount: 0
  367. Name: '&3/fixall'
  368. Broadcast Win: true
  369. Player Message: true
  370. Chance: 5.0
  371. Prize Name: /fixall
  372. Glow: true
  373. Use Permission: false
  374. Permission: archoncrates.prize.fixall
  375. Global Win Amount: '*'
  376. Player Win Amount: '*'
  377. Commands:
  378. - manuaddp %player% essentials.fixall
  379. GODRANK:
  380. Item ID: IRON_CHESTPLATE
  381. Item Data: 0
  382. StackAmount: 0
  383. Name: '&9&lGod Rank'
  384. Broadcast Win: true
  385. Player Message: true
  386. Chance: 1.0
  387. Prize Name: God Rank
  388. Glow: true
  389. Use Permission: false
  390. Permission: archoncrates.prize.godrank
  391. Global Win Amount: '*'
  392. Player Win Amount: '*'
  393. Commands:
  394. - manuadd %player% god
  395. CEGG32:
  396. Item ID: 383:50
  397. Item Data: 0
  398. StackAmount: 0
  399. Name: '&a32 CEGGS'
  400. Broadcast Win: true
  401. Player Message: true
  402. Chance: 2.5
  403. Prize Name: CEggs
  404. Glow: true
  405. Use Permission: false
  406. Permission: archoncrates.prize.ceggs
  407. Global Win Amount: '*'
  408. Player Win Amount: '*'
  409. Commands:
  410. - give %player% 383:50 32
  411. STACK:
  412. Item ID: PAPER
  413. Item Data: 0
  414. StackAmount: 0
  415. Name: '&3/stack'
  416. Broadcast Win: true
  417. Player Message: true
  418. Chance: 2.5
  419. Prize Name: Stack
  420. Glow: true
  421. Use Permission: false
  422. Permission: archoncrates.prize.stack
  423. Global Win Amount: '*'
  424. Player Win Amount: '*'
  425. Commands:
  426. - manuaddp %player% itemstacker.use
  427. TNTCRAFT:
  428. Item ID: PAPER
  429. Item Data: 0
  430. StackAmount: 0
  431. Name: '&c/tntcraft'
  432. Broadcast Win: true
  433. Player Message: true
  434. Chance: 2.5
  435. Prize Name: TNTCraft
  436. Glow: true
  437. Use Permission: false
  438. Permission: archoncrates.prize.tntcraft
  439. Global Win Amount: '*'
  440. Player Win Amount: '*'
  441. Commands:
  442. - manuaddp %player% crafttnt.use
  443. TNTFILL:
  444. Item ID: PAPER
  445. Item Data: 0
  446. StackAmount: 0
  447. Name: '&c/tntfill'
  448. Broadcast Win: true
  449. Player Message: true
  450. Chance: 2.5
  451. Prize Name: TNTFill
  452. Glow: true
  453. Use Permission: false
  454. Permission: archoncrates.prize.tntfill
  455. Global Win Amount: '*'
  456. Player Win Amount: '*'
  457. Commands:
  458. - manuaddp %player% tntfill.use
  459. FEBMonthlyCraft:
  460. Item ID: 54
  461. Item Data: 0
  462. StackAmount: 0
  463. Name: '&6February Monthly Crate'
  464. Broadcast Win: true
  465. Player Message: true
  466. Chance: 9.0
  467. Prize Name: Monthly Crate
  468. Glow: true
  469. Use Permission: false
  470. Permission: archoncrates.prize.monthlycrate
  471. Global Win Amount: '*'
  472. Player Win Amount: '*'
  473. Commands:
  474. - mcrate give <player> February 1
  475. RANKKEY:
  476. Item ID: tripwire_wire
  477. Item Data: 0
  478. StackAmount: 0
  479. Name: '&cRank Key'
  480. Broadcast Win: true
  481. Player Message: true
  482. Chance: 9.0
  483. Prize Name: Rank Key
  484. Glow: true
  485. Use Permission: false
  486. Permission: archoncrates.prize.key
  487. Global Win Amount: '*'
  488. Player Win Amount: '*'
  489. Commands:
  490. - ac vkey %player% rank 1
  491. GOLDENKEYS:
  492. Item ID: tripwire_wire
  493. Item Data: 0
  494. StackAmount: 0
  495. Name: '&6Golden Key'
  496. Broadcast Win: true
  497. Player Message: true
  498. Chance: 10.0
  499. Prize Name: Golden Key
  500. Glow: true
  501. Use Permission: false
  502. Permission: archoncrates.prize.key
  503. Global Win Amount: '*'
  504. Player Win Amount: '*'
  505. Commands:
  506. - ac vkey %player% golden 5
  507. IGSPAWNERS:
  508. Item ID: mob_spawner
  509. Item Data: 0
  510. StackAmount: 0
  511. Name: '&7IG Spawner'
  512. Broadcast Win: true
  513. Player Message: true
  514. Chance: 10.0
  515. Prize Name: IG Spawner
  516. Glow: true
  517. Use Permission: false
  518. Permission: archoncrates.prize.spawner
  519. Global Win Amount: '*'
  520. Player Win Amount: '*'
  521. Commands:
  522. - give %player% 52:99 10
  523. BLAZESPAWNERS:
  524. Item ID: mob_spawner
  525. Item Data: 0
  526. StackAmount: 0
  527. Name: '&cBlaze Spawner'
  528. Broadcast Win: true
  529. Player Message: true
  530. Chance: 10.0
  531. Prize Name: Blaze Spawner
  532. Glow: true
  533. Use Permission: false
  534. Permission: archoncrates.prize.spawner
  535. Global Win Amount: '*'
  536. Player Win Amount: '*'
  537. Commands:
  538. - give %player% 52:61 10
  539. PIGMANZOMBIESPAWNERS:
  540. Item ID: mob_spawner
  541. Item Data: 0
  542. StackAmount: 0
  543. Name: '&dPigman Spawner'
  544. Broadcast Win: true
  545. Player Message: true
  546. Chance: 10.0
  547. Prize Name: Pigman Spawner
  548. Glow: true
  549. Use Permission: false
  550. Permission: archoncrates.prize.spawner
  551. Global Win Amount: '*'
  552. Player Win Amount: '*'
  553. Commands:
  554. - give %player% 52:57 10
  555. MAGMASPAWNERS:
  556. Item ID: mob_spawner
  557. Item Data: 0
  558. StackAmount: 0
  559. Name: '&4Magma Spawner'
  560. Broadcast Win: true
  561. Player Message: true
  562. Chance: 10.0
  563. Prize Name: Magma Spawner
  564. Glow: true
  565. Use Permission: false
  566. Permission: archoncrates.prize.spawner
  567. Global Win Amount: '*'
  568. Player Win Amount: '*'
  569. Commands:
  570. - give %player% 52:62 1
  571. MOOSHROOMSPAWNERS:
  572. Item ID: mob_spawner
  573. Item Data: 0
  574. StackAmount: 0
  575. Name: '&cMooshroom Spawner'
  576. Broadcast Win: true
  577. Player Message: true
  578. Chance: 10.0
  579. Prize Name: Mooshroom Spawner
  580. Glow: true
  581. Use Permission: false
  582. Permission: archoncrates.prize.spawner
  583. Global Win Amount: '*'
  584. Player Win Amount: '*'
  585. Commands:
  586. - give %player% 52:96 1
  587. MYSTERYSPAWNER:
  588. Item ID: mob_spawner
  589. Item Data: 0
  590. StackAmount: 0
  591. Name: '&6Mystery Spawner'
  592. Broadcast Win: true
  593. Player Message: true
  594. Chance: 10.0
  595. Prize Name: Mystery Spawner
  596. Glow: true
  597. Use Permission: false
  598. Permission: archoncrates.prize.spawner
  599. Global Win Amount: '*'
  600. Player Win Amount: '*'
  601. Commands:
  602. - mms give %player% 1
  603. UNIQUEKEY:
  604. Item ID: tripwire_hook
  605. Item Data: 0
  606. StackAmount: 0
  607. Name: '&9Unique Key'
  608. Broadcast Win: true
  609. Player Message: true
  610. Chance: 10.0
  611. Prize Name: Unique Key
  612. Glow: true
  613. Use Permission: false
  614. Permission: archoncrates.prize.key
  615. Global Win Amount: '*'
  616. Player Win Amount: '*'
  617. Commands:
  618. - ac key %player% unique 1
  619. MEGAKEY:
  620. Item ID: tripwire_hook
  621. Item Data: 0
  622. StackAmount: 0
  623. Name: '&c&lMega Key'
  624. Broadcast Win: true
  625. Player Message: true
  626. Chance: 10.0
  627. Prize Name: Mega Key
  628. Glow: true
  629. Use Permission: false
  630. Permission: archoncrates.prize.key
  631. Global Win Amount: '*'
  632. Player Win Amount: '*'
  633. Commands:
  634. - ac key %player% mega 1
  635. TOP:
  636. Item ID: PAPER
  637. Item Data: 0
  638. StackAmount: 0
  639. Name: '&3/top'
  640. Broadcast Win: true
  641. Player Message: true
  642. Chance: 5.0
  643. Prize Name: Top
  644. Glow: true
  645. Use Permission: false
  646. Permission: archoncrates.prize.key
  647. Global Win Amount: '*'
  648. Player Win Amount: '*'
  649. Commands:
  650. - manuaddp %player% essentials.top
  651. FLY:
  652. Item ID: PAPER
  653. Item Data: 0
  654. StackAmount: 0
  655. Name: '&3/fly'
  656. Broadcast Win: true
  657. Player Message: true
  658. Chance: 5.0
  659. Prize Name: Fly
  660. Glow: true
  661. Use Permission: false
  662. Permission: archoncrates.prize.key
  663. Global Win Amount: '*'
  664. Player Win Amount: '*'
  665. Commands:
  666. - manuaddp %player% essentials.fly
  667. JL:
  668. Item ID: PAPER
  669. Item Data: 0
  670. StackAmount: 0
  671. Name: '&a/JL'
  672. Broadcast Win: true
  673. Player Message: true
  674. Chance: 5.0
  675. Prize Name: JL
  676. Glow: true
  677. Use Permission: false
  678. Permission: archoncrates.prize.JL
  679. Global Win Amount: '*'
  680. Player Win Amount: '*'
  681. Commands:
  682. - manuaddp %player% jellylegs.use
  683. NV:
  684. Item ID: PAPER
  685. Item Data: 0
  686. StackAmount: 0
  687. Name: '&9/NV'
  688. Broadcast Win: true
  689. Player Message: true
  690. Chance: 5.0
  691. Prize Name: NV
  692. Glow: true
  693. Use Permission: false
  694. Permission: archoncrates.prize.NV
  695. Global Win Amount: '*'
  696. Player Win Amount: '*'
  697. Commands:
  698. - manuaddp %player% nv.use
  699. SPECIALKIT:
  700. Item ID: DIAMOND_CHESTPLATE
  701. Item Data: 0
  702. StackAmount: 0
  703. Name: '&d&lSpecial Kit'
  704. Broadcast Win: true
  705. Player Message: true
  706. Chance: 15.0
  707. Prize Name: SpecialKit
  708. Glow: true
  709. Use Permission: false
  710. Permission: archoncrates.prize.specialkit
  711. Global Win Amount: '*'
  712. Player Win Amount: '*'
  713. Commands:
  714. - kit Special %player%
  715. SKYKIT:
  716. Item ID: IRON_CHESTPLATE
  717. Item Data: 0
  718. StackAmount: 0
  719. Name: '&3&lSky Kit'
  720. Broadcast Win: true
  721. Player Message: true
  722. Chance: 15.0
  723. Prize Name: SkyKit
  724. Glow: true
  725. Use Permission: false
  726. Permission: archoncrates.prize.skykit
  727. Global Win Amount: '*'
  728. Player Win Amount: '*'
  729. Commands:
  730. - kit Sky %player%
  731. OPAXEv1:
  732. Item ID: IRON_AXE
  733. Item Data: 0
  734. StackAmount: 0
  735. Name: '&bKit OPAXEv1'
  736. Broadcast Win: true
  737. Player Message: true
  738. Chance: 25.0
  739. Prize Name: Kit OPAXEv1
  740. Glow: true
  741. Use Permission: false
  742. Permission: archoncrates.prize.opaxe1
  743. Global Win Amount: '*'
  744. Player Win Amount: '*'
  745. Commands:
  746. - kit OPAXEv1 %player%
  747. OPAXEv2:
  748. Item ID: DIAMOND_AXE
  749. Item Data: 0
  750. StackAmount: 0
  751. Name: '&bKit OPAXEv2'
  752. Broadcast Win: true
  753. Player Message: true
  754. Chance: 25.0
  755. Prize Name: Kit OPAXEv2
  756. Glow: true
  757. Use Permission: false
  758. Permission: archoncrates.prize.opaxe2
  759. Global Win Amount: '*'
  760. Player Win Amount: '*'
  761. Commands:
  762. - kit OPAXEv2 %player%
Advertisement
Add Comment
Please, Sign In to add comment