Guest User

Untitled

a guest
Jan 17th, 2016
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 59.93 KB | None | 0 0
  1. # If set to true, will check for updates
  2. Check-For-Updates: true
  3. # List of the enabled categories.
  4. Categories-Enabled:
  5. Gadgets: true
  6. Particle-Effects: true
  7. Mounts: true
  8. Pets: true
  9. Morphs: true
  10. Hats: true
  11. # Do you want to enable Suits category?
  12. Suits: true
  13. # Other settings for categories:
  14. # - The Item in Main Menu.
  15. # - Do you want a BackToMainMenu Arrow in it?
  16. Categories:
  17. Gadgets:
  18. Main-Menu-Item: '341:0'
  19. Go-Back-Arrow: true
  20. # You wanna show the cooldown of
  21. # current gadget in action bar?
  22. Cooldown-In-ActionBar: true
  23. Particle-Effects:
  24. Main-Menu-Item: '362:0'
  25. Go-Back-Arrow: true
  26. Mounts:
  27. Main-Menu-Item: '329:0'
  28. Go-Back-Arrow: true
  29. Pets:
  30. Main-Menu-Item: '383:0'
  31. Go-Back-Arrow: false
  32. Morphs:
  33. Main-Menu-Item: '397:4'
  34. Go-Back-Arrow: true
  35. Hats:
  36. Main-Menu-Item: '310:0'
  37. Go-Back-Arrow: true
  38. Suits:
  39. Main-Menu-Item: '299:0'
  40. Go-Back-Arrow: true
  41. # Item where user click to clear a cosmetic.
  42. Clear-Cosmetic-Item: '152:0'
  43. # Previous Page Item
  44. Previous-Page-Item: '368:0'
  45. # Next Page Item
  46. Next-Page-Item: '381:0'
  47. # Back to Main Menu Item
  48. Back-Main-Menu-Item: '262:0'
  49. Self-View-Item:
  50. # Item in Morphs Menu when Self View enabled.
  51. When-Enabled: '381:0'
  52. # Item in Morphs Menu when Self View disabled.
  53. When-Disabled: '368:0'
  54. Gadgets-Item:
  55. # Item in Gadgets Menu when Gadgets enabled.
  56. When-Enabled: '351:10'
  57. # Item in Gadgets Menu when Gadgets disabled.
  58. When-Disabled: '351:8'
  59. # Item in Pets Menu to rename current pet.
  60. Rename-Pet-Item: '421:0'
  61. # Should GUI close after selecting a cosmetic?
  62. Close-GUI-After-Select: false
  63. # Treasure Chests Settings.
  64. # /uc reload will not be enough to toggle them!
  65. # Also currently requires "Ammo-System-For-Gadgets" toggled on
  66. # to work.
  67. #
  68. # NOTE: Money will be given
  69. # to player even if disabled in case
  70. # there is nothing to give!
  71. #
  72. #
  73. # About Treasure Chests designs:
  74. # For a list of effect: http://pastebin.com/CVKkufck
  75. # For the chest-types: NORMAL or ENDER
  76. # Material syntax: 'id:data'
  77. # You CAN make more designs just copy one, paste it and modify.
  78. # Not twice same name!
  79. #
  80. # Some infos:
  81. # center-block: The block on the center.
  82. # around-center: Blocks around the center
  83. # third-blocks: blocks "around around" the center.
  84. # below-chests: Block below the chests.
  85. # barriers: the barrier.
  86. # chest-type: The chest type (NORMAL or ENDER)
  87. # effect: The effect (complete list: http://pastebin.com/CVKkufck)
  88. #
  89. # For permission command:
  90. # Change it to correspond to your Permissions plugin!
  91. # Default one is Pex's.
  92. #
  93. TreasureChests:
  94. Enabled: true
  95. Key-Price: 1000
  96. Loots:
  97. Money:
  98. Enabled: true
  99. Max: 100
  100. Chance: 20
  101. Message:
  102. enabled: true
  103. message: '%prefix% &6&l%name% found %money%$'
  104. Gadgets-Ammo:
  105. Enabled: true
  106. Min: 20
  107. Max: 100
  108. Chance: 60
  109. Message:
  110. enabled: true
  111. message: '%prefix% &6&l%name% found %ammo% %gadget% ammo'
  112. Mounts:
  113. Enabled: true
  114. Chance: 10
  115. Message:
  116. enabled: true
  117. message: '%prefix% &6&l%name% found rare %mount%'
  118. Pets:
  119. Enabled: true
  120. Chance: 10
  121. Message:
  122. enabled: true
  123. message: '%prefix% &6&l%name% found rare %pet%'
  124. Morphs:
  125. Enabled: true
  126. Chance: 4
  127. Message:
  128. enabled: true
  129. message: '%prefix% &6&l%name% found legendary %morph%'
  130. Effects:
  131. Enabled: true
  132. Chance: 4
  133. Message:
  134. enabled: true
  135. message: '%prefix% &6&l%name% found legendary %effect%'
  136. Hats:
  137. Enabled: true
  138. Chance: 30
  139. Message:
  140. enabled: true
  141. message: '%prefix% &6&l%name% found rare %hat%'
  142. # Chance of getting a GADGET
  143. # This is different from ammo!
  144. Gadgets:
  145. Enabled: true
  146. Chance: 20
  147. Message:
  148. enabled: true
  149. message: '%prefix% &6&l%name% found gadget %gadget%'
  150. Suits:
  151. Enabled: true
  152. Chance: 10
  153. Message:
  154. enabled: true
  155. message: '%prefix% &6&l%name% found suit part: %suitw%'
  156. Designs:
  157. Modern:
  158. center-block: '169:0'
  159. around-center: '159:4'
  160. third-blocks: '155:1'
  161. below-chests: '159:9'
  162. barriers: '0'
  163. chest-type: ENDER
  164. effect: REDSTONE
  165. Permission-Add-Command: pex user %name% add %permission%
  166. # This option will fill the blank slots of inventories
  167. # with a custom item!
  168. Fill-Blank-Slots-With-Item:
  169. Enabled: true
  170. Item: '160:15'
  171. # Toggle this to allow players to rename pets.
  172. #
  173. # Permission-Required:
  174. # If true, the permission:
  175. # ultracosmetics.pets.rename
  176. # will be required to rename a pet.
  177. #
  178. # Requires Money:
  179. # If true, money will be required
  180. # to rename a pet.
  181. Pets-Rename:
  182. Enabled: true
  183. Permission-Required: false
  184. Requires-Money:
  185. Enabled: true
  186. Price: 100
  187. # Do pets drop items? (not pickable up by players)
  188. Pets-Drop-Items: true
  189. # Are pets babies?
  190. Pets-Are-Babies: true
  191. # Do you want the mounts
  192. # that normally make block trails
  193. # to do so?
  194. Mounts-Block-Trails: true
  195. # This option allows to use ammo
  196. # for gadgets, for limited uses.
  197. # Ammo can be given with /uc give ammo
  198. # or bought from menu when activating gadget.
  199. #
  200. # For the system: 'file' or 'mysql'
  201. #
  202. # If you set mysql, please fill the MySQL infos.
  203. Ammo-System-For-Gadgets:
  204. Enabled: true
  205. System: file
  206. MySQL:
  207. hostname: localhost
  208. username: root
  209. password: password
  210. port: '3306'
  211. database: UltraCosmetics
  212. # The menu item settings.
  213. #
  214. # List for type: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
  215. Menu-Item:
  216. Give-On-Join: false
  217. Give-On-Respawn: false
  218. Slot: 3
  219. Type: ENDER_CHEST
  220. Data: 0
  221. Displayname: '&6&lCosmetics'
  222. # Settings related to permissions.
  223. #
  224. # List for "Type" https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
  225. No-Permission:
  226. Show-In-Lore: true
  227. Lore-Message-Yes: '&o&7Permission: &a&lYes!'
  228. Lore-Message-No: '&o&7Permission: &4&lNo!'
  229. Dont-Show-Item: false
  230. Custom-Item:
  231. enabled: false
  232. Type: INK_SACK
  233. Data: 8
  234. Name: '&c&lNo Permission'
  235. # If set to true, in messages the cosmetics' names
  236. # won't be colored.
  237. # Example:
  238. # With true: &a&lYou activated &9&lPaintball Gun!
  239. # With false: &a&lYou activated Paintball Gun!
  240. Chat-Cosmetic-PlaceHolder-Color: true
  241. # What is the slot for gadgets?
  242. Gadget-Slot: 2
  243. # If toggled to true,
  244. # players will be able to remove
  245. # their current gadget by pressing
  246. # their drop key.
  247. Remove-Gadget-With-Drop: false
  248. # List of the worlds
  249. # where cosmetics are enabled!
  250. Enabled-Worlds:
  251. - Spawn
  252. Pets:
  253. Piggy:
  254. # description of this pet.
  255. Description:
  256. - '&7&oOink! Oink!'
  257. # if true, the pet will be enabled.
  258. Enabled: true
  259. # if true, the description will be showed.
  260. Show-Description: true
  261. # if true, it'll be possible to find
  262. # it in treasure chests
  263. Can-Be-Found-In-Treasure-Chests: true
  264. Sheep:
  265. # description of this pet.
  266. Description:
  267. - '&7&oBaaaa, baa'
  268. # if true, the pet will be enabled.
  269. Enabled: true
  270. # if true, the description will be showed.
  271. Show-Description: true
  272. # if true, it'll be possible to find
  273. # it in treasure chests
  274. Can-Be-Found-In-Treasure-Chests: true
  275. Kitty:
  276. # description of this pet.
  277. Description:
  278. - '&7&oMeoooow!'
  279. # if true, the pet will be enabled.
  280. Enabled: true
  281. # if true, the description will be showed.
  282. Show-Description: true
  283. # if true, it'll be possible to find
  284. # it in treasure chests
  285. Can-Be-Found-In-Treasure-Chests: true
  286. Dog:
  287. # description of this pet.
  288. Description:
  289. - '&7&oWoof!'
  290. # if true, the pet will be enabled.
  291. Enabled: true
  292. # if true, the description will be showed.
  293. Show-Description: true
  294. # if true, it'll be possible to find
  295. # it in treasure chests
  296. Can-Be-Found-In-Treasure-Chests: true
  297. Chick:
  298. # description of this pet.
  299. Description:
  300. - '&7&oBwwaaaaaaaaaaaakkkkk!'
  301. # if true, the pet will be enabled.
  302. Enabled: true
  303. # if true, the description will be showed.
  304. Show-Description: true
  305. # if true, it'll be possible to find
  306. # it in treasure chests
  307. Can-Be-Found-In-Treasure-Chests: true
  308. Cow:
  309. # description of this pet.
  310. Description:
  311. - '&7&oMoo moo!'
  312. # if true, the pet will be enabled.
  313. Enabled: true
  314. # if true, the description will be showed.
  315. Show-Description: true
  316. # if true, it'll be possible to find
  317. # it in treasure chests
  318. Can-Be-Found-In-Treasure-Chests: true
  319. EasterBunny:
  320. # description of this pet.
  321. Description:
  322. - '&7&oIs it easter yet?'
  323. # if true, the pet will be enabled.
  324. Enabled: true
  325. # if true, the description will be showed.
  326. Show-Description: true
  327. # if true, it'll be possible to find
  328. # it in treasure chests
  329. Can-Be-Found-In-Treasure-Chests: true
  330. Wither:
  331. # description of this pet.
  332. Description:
  333. - '&7&oWatch out for me.'
  334. # if true, the pet will be enabled.
  335. Enabled: true
  336. # if true, the description will be showed.
  337. Show-Description: true
  338. # if true, it'll be possible to find
  339. # it in treasure chests
  340. Can-Be-Found-In-Treasure-Chests: true
  341. Pumpling:
  342. # description of this pet.
  343. Description:
  344. - '&7&oI am just a little pumpkin'
  345. # if true, the pet will be enabled.
  346. Enabled: true
  347. # if true, the description will be showed.
  348. Show-Description: true
  349. # if true, it'll be possible to find
  350. # it in treasure chests
  351. Can-Be-Found-In-Treasure-Chests: true
  352. ChristmasElf:
  353. # description of this pet.
  354. Description:
  355. - '&7&oI can make presents for you!'
  356. # if true, the pet will be enabled.
  357. Enabled: true
  358. # if true, the description will be showed.
  359. Show-Description: true
  360. # if true, it'll be possible to find
  361. # it in treasure chests
  362. Can-Be-Found-In-Treasure-Chests: true
  363. Mounts:
  364. DruggedHorse:
  365. # Description of this mount.
  366. Description:
  367. - '&7&oThat is just too much!'
  368. # if true, the mount will be enabled.
  369. Enabled: true
  370. # if true, the description will be showed.
  371. Show-Description: true
  372. # if true, it'll be possible to find
  373. # it in treasure chests
  374. Can-Be-Found-In-Treasure-Chests: true
  375. EcologistHorse:
  376. # Description of this mount.
  377. Description:
  378. - '&7&oBecome ecologist!'
  379. # if true, the mount will be enabled.
  380. Enabled: true
  381. # if true, the description will be showed.
  382. Show-Description: true
  383. # if true, it'll be possible to find
  384. # it in treasure chests
  385. Can-Be-Found-In-Treasure-Chests: true
  386. GlacialSteed:
  387. # Description of this mount.
  388. Description:
  389. - '&7&oThis mount comes from North Pole!'
  390. # if true, the mount will be enabled.
  391. Enabled: true
  392. # if true, the description will be showed.
  393. Show-Description: true
  394. # if true, it'll be possible to find
  395. # it in treasure chests
  396. Can-Be-Found-In-Treasure-Chests: true
  397. InfernalHorror:
  398. # Description of this mount.
  399. Description:
  400. - '&7&oThis mount directly comes from hell!'
  401. # if true, the mount will be enabled.
  402. Enabled: true
  403. # if true, the description will be showed.
  404. Show-Description: true
  405. # if true, it'll be possible to find
  406. # it in treasure chests
  407. Can-Be-Found-In-Treasure-Chests: true
  408. MountOfFire:
  409. # Description of this mount.
  410. Description:
  411. - '&7&oThe mount of Had??s!'
  412. # if true, the mount will be enabled.
  413. Enabled: true
  414. # if true, the description will be showed.
  415. Show-Description: true
  416. # if true, it'll be possible to find
  417. # it in treasure chests
  418. Can-Be-Found-In-Treasure-Chests: true
  419. MountOfWater:
  420. # Description of this mount.
  421. Description:
  422. - '&7&oThe mount of Poseidon!'
  423. # if true, the mount will be enabled.
  424. Enabled: true
  425. # if true, the description will be showed.
  426. Show-Description: true
  427. # if true, it'll be possible to find
  428. # it in treasure chests
  429. Can-Be-Found-In-Treasure-Chests: true
  430. WalkingDead:
  431. # Description of this mount.
  432. Description:
  433. - '&7&oGraaaw..'
  434. # if true, the mount will be enabled.
  435. Enabled: true
  436. # if true, the description will be showed.
  437. Show-Description: true
  438. # if true, it'll be possible to find
  439. # it in treasure chests
  440. Can-Be-Found-In-Treasure-Chests: true
  441. Snake:
  442. # Description of this mount.
  443. Description:
  444. - '&7&oWatch out it may bite.'
  445. # if true, the mount will be enabled.
  446. Enabled: true
  447. # if true, the description will be showed.
  448. Show-Description: true
  449. # if true, it'll be possible to find
  450. # it in treasure chests
  451. Can-Be-Found-In-Treasure-Chests: true
  452. NyanSheep:
  453. # Description of this mount.
  454. Description:
  455. - '&4&lNyan &6&lnyan &e&lnyan'
  456. - '&a&lnyan &3&lnyan &9&lnyan'
  457. # if true, the mount will be enabled.
  458. Enabled: true
  459. # if true, the description will be showed.
  460. Show-Description: true
  461. # if true, it'll be possible to find
  462. # it in treasure chests
  463. Can-Be-Found-In-Treasure-Chests: true
  464. Dragon:
  465. # Description of this mount.
  466. Description:
  467. - '&7&oBecome a dragon rider!'
  468. # if true, the mount will be enabled.
  469. Enabled: true
  470. # if true, the description will be showed.
  471. Show-Description: true
  472. # if true, it'll be possible to find
  473. # it in treasure chests
  474. Can-Be-Found-In-Treasure-Chests: true
  475. SkySquid:
  476. # Description of this mount.
  477. Description:
  478. - '&7&oWat.'
  479. # if true, the mount will be enabled.
  480. Enabled: true
  481. # if true, the description will be showed.
  482. Show-Description: true
  483. # if true, it'll be possible to find
  484. # it in treasure chests
  485. Can-Be-Found-In-Treasure-Chests: true
  486. Slime:
  487. # Description of this mount.
  488. Description:
  489. - '&7&oSplat Splat'
  490. # if true, the mount will be enabled.
  491. Enabled: true
  492. # if true, the description will be showed.
  493. Show-Description: true
  494. # if true, it'll be possible to find
  495. # it in treasure chests
  496. Can-Be-Found-In-Treasure-Chests: true
  497. HypeCart:
  498. # Description of this mount.
  499. Description:
  500. - '&7&oNow you can be in a F1!'
  501. # if true, the mount will be enabled.
  502. Enabled: true
  503. # if true, the description will be showed.
  504. Show-Description: true
  505. # if true, it'll be possible to find
  506. # it in treasure chests
  507. Can-Be-Found-In-Treasure-Chests: true
  508. Spider:
  509. # Description of this mount.
  510. Description:
  511. - '&7&oYou are the spider jockey!'
  512. # if true, the mount will be enabled.
  513. Enabled: true
  514. # if true, the description will be showed.
  515. Show-Description: true
  516. # if true, it'll be possible to find
  517. # it in treasure chests
  518. Can-Be-Found-In-Treasure-Chests: true
  519. Rudolph:
  520. # Description of this mount.
  521. Description:
  522. - '&7&oWhat would be Christmas'
  523. - '&7&owithout Rudolph!'
  524. # if true, the mount will be enabled.
  525. Enabled: true
  526. # if true, the description will be showed.
  527. Show-Description: true
  528. # if true, it'll be possible to find
  529. # it in treasure chests
  530. Can-Be-Found-In-Treasure-Chests: true
  531. MoltenSnake:
  532. # Description of this mount.
  533. Description:
  534. - '&7&oDeep under the Earth''s surface, there'
  535. - '&7&oexists a mythical species of Molten'
  536. - '&7&oSnakes. This one will serve you eternally.'
  537. # if true, the mount will be enabled.
  538. Enabled: true
  539. # if true, the description will be showed.
  540. Show-Description: true
  541. # if true, it'll be possible to find
  542. # it in treasure chests
  543. Can-Be-Found-In-Treasure-Chests: true
  544. Particle-Effects:
  545. RainCloud:
  546. # Description of this particle effect.
  547. Description:
  548. - '&7&oThe weather forecast is'
  549. - '&7&otelling me it is raining.'
  550. # if true, the effect will be enabled.
  551. Enabled: true
  552. # if true, the description will be showed.
  553. Show-Description: true
  554. # if true, it'll be possible to find
  555. # it in treasure chests
  556. Can-Be-Found-In-Treasure-Chests: true
  557. SnowCloud:
  558. # Description of this particle effect.
  559. Description:
  560. - '&7&oThe weather forecast is'
  561. - '&7&otelling me it is raining.'
  562. # if true, the effect will be enabled.
  563. Enabled: true
  564. # if true, the description will be showed.
  565. Show-Description: true
  566. # if true, it'll be possible to find
  567. # it in treasure chests
  568. Can-Be-Found-In-Treasure-Chests: true
  569. BloodHelix:
  570. # Description of this particle effect.
  571. Description:
  572. - '&7&oAncient legend says this magic'
  573. - '&7&o enpowers the blood of its user,'
  574. - '&7&ogiving them godly powers'
  575. # if true, the effect will be enabled.
  576. Enabled: true
  577. # if true, the description will be showed.
  578. Show-Description: true
  579. # if true, it'll be possible to find
  580. # it in treasure chests
  581. Can-Be-Found-In-Treasure-Chests: true
  582. FrostLord:
  583. # Description of this particle effect.
  584. Description:
  585. - '&7&oI am the almighty frostlord!'
  586. # if true, the effect will be enabled.
  587. Enabled: true
  588. # if true, the description will be showed.
  589. Show-Description: true
  590. # if true, it'll be possible to find
  591. # it in treasure chests
  592. Can-Be-Found-In-Treasure-Chests: true
  593. FlameRings:
  594. # Description of this particle effect.
  595. Description:
  596. - '&7&oWatch out, they are hot!'
  597. # if true, the effect will be enabled.
  598. Enabled: true
  599. # if true, the description will be showed.
  600. Show-Description: true
  601. # if true, it'll be possible to find
  602. # it in treasure chests
  603. Can-Be-Found-In-Treasure-Chests: true
  604. InLove:
  605. # Description of this particle effect.
  606. Description:
  607. - '&7&oOMG, I am in love!'
  608. # if true, the effect will be enabled.
  609. Enabled: true
  610. # if true, the description will be showed.
  611. Show-Description: true
  612. # if true, it'll be possible to find
  613. # it in treasure chests
  614. Can-Be-Found-In-Treasure-Chests: true
  615. GreenSparks:
  616. # Description of this particle effect.
  617. Description:
  618. - '&7&oLittle green sparkly sparks!'
  619. # if true, the effect will be enabled.
  620. Enabled: true
  621. # if true, the description will be showed.
  622. Show-Description: true
  623. # if true, it'll be possible to find
  624. # it in treasure chests
  625. Can-Be-Found-In-Treasure-Chests: true
  626. FrozenWalk:
  627. # Description of this particle effect.
  628. Description:
  629. - '&7&oMy feet are so cold!'
  630. # if true, the effect will be enabled.
  631. Enabled: true
  632. # if true, the description will be showed.
  633. Show-Description: true
  634. # if true, it'll be possible to find
  635. # it in treasure chests
  636. Can-Be-Found-In-Treasure-Chests: true
  637. Music:
  638. # Description of this particle effect.
  639. Description:
  640. - '&7&oMuch music'
  641. # if true, the effect will be enabled.
  642. Enabled: true
  643. # if true, the description will be showed.
  644. Show-Description: true
  645. # if true, it'll be possible to find
  646. # it in treasure chests
  647. Can-Be-Found-In-Treasure-Chests: true
  648. Enchanted:
  649. # Description of this particle effect.
  650. Description:
  651. - '&7&oBecome an almighty enchanter!'
  652. # if true, the effect will be enabled.
  653. Enabled: true
  654. # if true, the description will be showed.
  655. Show-Description: true
  656. # if true, it'll be possible to find
  657. # it in treasure chests
  658. Can-Be-Found-In-Treasure-Chests: true
  659. Inferno:
  660. # Description of this particle effect.
  661. Description:
  662. - '&7&oEffect created by Satan himself!'
  663. # if true, the effect will be enabled.
  664. Enabled: true
  665. # if true, the description will be showed.
  666. Show-Description: true
  667. # if true, it'll be possible to find
  668. # it in treasure chests
  669. Can-Be-Found-In-Treasure-Chests: true
  670. AngelWings:
  671. # Description of this particle effect.
  672. Description:
  673. - '&7&oBecome an angel!'
  674. # if true, the effect will be enabled.
  675. Enabled: true
  676. # if true, the description will be showed.
  677. Show-Description: true
  678. # if true, it'll be possible to find
  679. # it in treasure chests
  680. Can-Be-Found-In-Treasure-Chests: true
  681. SuperHero:
  682. # Description of this particle effect.
  683. Description:
  684. - '&7&oBecome SuperMan!'
  685. # if true, the effect will be enabled.
  686. Enabled: true
  687. # if true, the description will be showed.
  688. Show-Description: true
  689. # if true, it'll be possible to find
  690. # it in treasure chests
  691. Can-Be-Found-In-Treasure-Chests: true
  692. SantaHat:
  693. # Description of this particle effect.
  694. Description:
  695. - '&7&oBecome Santa!'
  696. # if true, the effect will be enabled.
  697. Enabled: true
  698. # if true, the description will be showed.
  699. Show-Description: true
  700. # if true, it'll be possible to find
  701. # it in treasure chests
  702. Can-Be-Found-In-Treasure-Chests: true
  703. CrushedCandyCane:
  704. # Description of this particle effect.
  705. Description:
  706. - '&7&oThere''s no such thing as too much'
  707. - '&7&oChristmas Candy. Do not listen'
  708. - '&7&oto your dentist.'
  709. # if true, the effect will be enabled.
  710. Enabled: true
  711. # if true, the description will be showed.
  712. Show-Description: true
  713. # if true, it'll be possible to find
  714. # it in treasure chests
  715. Can-Be-Found-In-Treasure-Chests: true
  716. EnderAura:
  717. # Description of this particle effect.
  718. Description:
  719. - '&7&oThese mystic particle attach to'
  720. - '&7&oonly the most legendary of players!'
  721. # if true, the effect will be enabled.
  722. Enabled: true
  723. # if true, the description will be showed.
  724. Show-Description: true
  725. # if true, it'll be possible to find
  726. # it in treasure chests
  727. Can-Be-Found-In-Treasure-Chests: true
  728. FlameFairy:
  729. # Description of this particle effect.
  730. Description:
  731. - '&7&oHEY!!'
  732. # if true, the effect will be enabled.
  733. Enabled: true
  734. # if true, the description will be showed.
  735. Show-Description: true
  736. # if true, it'll be possible to find
  737. # it in treasure chests
  738. Can-Be-Found-In-Treasure-Chests: true
  739. Hats:
  740. Astronaut:
  741. # description of this hat.
  742. Description:
  743. - '&7&oHouston, we have got a problem.'
  744. # if true, the hat will be enabled.
  745. Enabled: true
  746. # if true, the description of this hat will be showed.
  747. Show-Description: true
  748. # if true, it'll be possible to find
  749. # it in treasure chests
  750. Can-Be-Found-In-Treasure-Chests: true
  751. Scared:
  752. # description of this hat.
  753. Description:
  754. - '&7&oOh gawd, that scared me!'
  755. # if true, the hat will be enabled.
  756. Enabled: true
  757. # if true, the description of this hat will be showed.
  758. Show-Description: true
  759. # if true, it'll be possible to find
  760. # it in treasure chests
  761. Can-Be-Found-In-Treasure-Chests: true
  762. Angel:
  763. # description of this hat.
  764. Description:
  765. - '&7&oDid it hurt when you fell from heaven?'
  766. # if true, the hat will be enabled.
  767. Enabled: true
  768. # if true, the description of this hat will be showed.
  769. Show-Description: true
  770. # if true, it'll be possible to find
  771. # it in treasure chests
  772. Can-Be-Found-In-Treasure-Chests: true
  773. Embarassed:
  774. # description of this hat.
  775. Description:
  776. - '&7&oI am kinda embarassed by that.'
  777. # if true, the hat will be enabled.
  778. Enabled: true
  779. # if true, the description of this hat will be showed.
  780. Show-Description: true
  781. # if true, it'll be possible to find
  782. # it in treasure chests
  783. Can-Be-Found-In-Treasure-Chests: true
  784. Kissy:
  785. # description of this hat.
  786. Description:
  787. - '&7&oWanna kiss?'
  788. # if true, the hat will be enabled.
  789. Enabled: true
  790. # if true, the description of this hat will be showed.
  791. Show-Description: true
  792. # if true, it'll be possible to find
  793. # it in treasure chests
  794. Can-Be-Found-In-Treasure-Chests: true
  795. Sad:
  796. # description of this hat.
  797. Description:
  798. - '&7&oI am so sad.'
  799. # if true, the hat will be enabled.
  800. Enabled: true
  801. # if true, the description of this hat will be showed.
  802. Show-Description: true
  803. # if true, it'll be possible to find
  804. # it in treasure chests
  805. Can-Be-Found-In-Treasure-Chests: true
  806. Cool:
  807. # description of this hat.
  808. Description:
  809. - '&7&oI am such a cool guy.'
  810. # if true, the hat will be enabled.
  811. Enabled: true
  812. # if true, the description of this hat will be showed.
  813. Show-Description: true
  814. # if true, it'll be possible to find
  815. # it in treasure chests
  816. Can-Be-Found-In-Treasure-Chests: true
  817. Surprised:
  818. # description of this hat.
  819. Description:
  820. - '&7&oWow, did not expect that!'
  821. # if true, the hat will be enabled.
  822. Enabled: true
  823. # if true, the description of this hat will be showed.
  824. Show-Description: true
  825. # if true, it'll be possible to find
  826. # it in treasure chests
  827. Can-Be-Found-In-Treasure-Chests: true
  828. Dead:
  829. # description of this hat.
  830. Description:
  831. - '&7&ogot rekt'
  832. # if true, the hat will be enabled.
  833. Enabled: true
  834. # if true, the description of this hat will be showed.
  835. Show-Description: true
  836. # if true, it'll be possible to find
  837. # it in treasure chests
  838. Can-Be-Found-In-Treasure-Chests: true
  839. Crying:
  840. # description of this hat.
  841. Description:
  842. - '&7&oi cri evrytiem'
  843. # if true, the hat will be enabled.
  844. Enabled: true
  845. # if true, the description of this hat will be showed.
  846. Show-Description: true
  847. # if true, it'll be possible to find
  848. # it in treasure chests
  849. Can-Be-Found-In-Treasure-Chests: true
  850. BigSmile:
  851. # description of this hat.
  852. Description:
  853. - '&7&oUh, because I am really happy!'
  854. # if true, the hat will be enabled.
  855. Enabled: true
  856. # if true, the description of this hat will be showed.
  857. Show-Description: true
  858. # if true, it'll be possible to find
  859. # it in treasure chests
  860. Can-Be-Found-In-Treasure-Chests: true
  861. Wink:
  862. # description of this hat.
  863. Description:
  864. - '&7&oYou know what I mean ;)'
  865. # if true, the hat will be enabled.
  866. Enabled: true
  867. # if true, the description of this hat will be showed.
  868. Show-Description: true
  869. # if true, it'll be possible to find
  870. # it in treasure chests
  871. Can-Be-Found-In-Treasure-Chests: true
  872. Derp:
  873. # description of this hat.
  874. Description:
  875. - '&7&oDerp Derp Derping all around'
  876. # if true, the hat will be enabled.
  877. Enabled: true
  878. # if true, the description of this hat will be showed.
  879. Show-Description: true
  880. # if true, it'll be possible to find
  881. # it in treasure chests
  882. Can-Be-Found-In-Treasure-Chests: true
  883. Smile:
  884. # description of this hat.
  885. Description:
  886. - '&7&oUh, because I am happy'
  887. # if true, the hat will be enabled.
  888. Enabled: true
  889. # if true, the description of this hat will be showed.
  890. Show-Description: true
  891. # if true, it'll be possible to find
  892. # it in treasure chests
  893. Can-Be-Found-In-Treasure-Chests: true
  894. Iron:
  895. # description of this hat.
  896. Description:
  897. - '&7&oAs hard as iron!'
  898. # if true, the hat will be enabled.
  899. Enabled: true
  900. # if true, the description of this hat will be showed.
  901. Show-Description: true
  902. # if true, it'll be possible to find
  903. # it in treasure chests
  904. Can-Be-Found-In-Treasure-Chests: true
  905. Gold:
  906. # description of this hat.
  907. Description:
  908. - '&7&oMy precious!'
  909. # if true, the hat will be enabled.
  910. Enabled: true
  911. # if true, the description of this hat will be showed.
  912. Show-Description: true
  913. # if true, it'll be possible to find
  914. # it in treasure chests
  915. Can-Be-Found-In-Treasure-Chests: true
  916. Diamond:
  917. # description of this hat.
  918. Description:
  919. - '&7&oThis is really strong!'
  920. # if true, the hat will be enabled.
  921. Enabled: true
  922. # if true, the description of this hat will be showed.
  923. Show-Description: true
  924. # if true, it'll be possible to find
  925. # it in treasure chests
  926. Can-Be-Found-In-Treasure-Chests: true
  927. Piston:
  928. # description of this hat.
  929. Description:
  930. - '&7&oHave you got the redstone?'
  931. # if true, the hat will be enabled.
  932. Enabled: true
  933. # if true, the description of this hat will be showed.
  934. Show-Description: true
  935. # if true, it'll be possible to find
  936. # it in treasure chests
  937. Can-Be-Found-In-Treasure-Chests: true
  938. CommandBlock:
  939. # description of this hat.
  940. Description:
  941. - '&7&oControl the world with it!'
  942. # if true, the hat will be enabled.
  943. Enabled: true
  944. # if true, the description of this hat will be showed.
  945. Show-Description: true
  946. # if true, it'll be possible to find
  947. # it in treasure chests
  948. Can-Be-Found-In-Treasure-Chests: true
  949. Music:
  950. # description of this hat.
  951. Description:
  952. - '&7&oYou are so musical.'
  953. # if true, the hat will be enabled.
  954. Enabled: true
  955. # if true, the description of this hat will be showed.
  956. Show-Description: true
  957. # if true, it'll be possible to find
  958. # it in treasure chests
  959. Can-Be-Found-In-Treasure-Chests: true
  960. Squid:
  961. # description of this hat.
  962. Description:
  963. - '&7&oBloop Bloop!'
  964. # if true, the hat will be enabled.
  965. Enabled: true
  966. # if true, the description of this hat will be showed.
  967. Show-Description: true
  968. # if true, it'll be possible to find
  969. # it in treasure chests
  970. Can-Be-Found-In-Treasure-Chests: true
  971. Chicken:
  972. # description of this hat.
  973. Description:
  974. - '&7&oBwwaaaaaaaaaaaakkkkk!'
  975. # if true, the hat will be enabled.
  976. Enabled: true
  977. # if true, the description of this hat will be showed.
  978. Show-Description: true
  979. # if true, it'll be possible to find
  980. # it in treasure chests
  981. Can-Be-Found-In-Treasure-Chests: true
  982. Pig:
  983. # description of this hat.
  984. Description:
  985. - '&7&oOink Oink!'
  986. # if true, the hat will be enabled.
  987. Enabled: true
  988. # if true, the description of this hat will be showed.
  989. Show-Description: true
  990. # if true, it'll be possible to find
  991. # it in treasure chests
  992. Can-Be-Found-In-Treasure-Chests: true
  993. Blaze:
  994. # description of this hat.
  995. Description:
  996. - '&7&oWatch out for the fire!'
  997. # if true, the hat will be enabled.
  998. Enabled: true
  999. # if true, the description of this hat will be showed.
  1000. Show-Description: true
  1001. # if true, it'll be possible to find
  1002. # it in treasure chests
  1003. Can-Be-Found-In-Treasure-Chests: true
  1004. Sheep:
  1005. # description of this hat.
  1006. Description:
  1007. - '&7&oBaaaa, baa'
  1008. # if true, the hat will be enabled.
  1009. Enabled: true
  1010. # if true, the description of this hat will be showed.
  1011. Show-Description: true
  1012. # if true, it'll be possible to find
  1013. # it in treasure chests
  1014. Can-Be-Found-In-Treasure-Chests: true
  1015. Golem:
  1016. # description of this hat.
  1017. Description:
  1018. - '&7&oI am your guard.'
  1019. # if true, the hat will be enabled.
  1020. Enabled: true
  1021. # if true, the description of this hat will be showed.
  1022. Show-Description: true
  1023. # if true, it'll be possible to find
  1024. # it in treasure chests
  1025. Can-Be-Found-In-Treasure-Chests: true
  1026. Enderman:
  1027. # description of this hat.
  1028. Description:
  1029. - '&7&oNow I am here, now I am there.'
  1030. # if true, the hat will be enabled.
  1031. Enabled: true
  1032. # if true, the description of this hat will be showed.
  1033. Show-Description: true
  1034. # if true, it'll be possible to find
  1035. # it in treasure chests
  1036. Can-Be-Found-In-Treasure-Chests: true
  1037. Mario:
  1038. # description of this hat.
  1039. Description:
  1040. - '&7&oIt is me! Mario!'
  1041. # if true, the hat will be enabled.
  1042. Enabled: true
  1043. # if true, the description of this hat will be showed.
  1044. Show-Description: true
  1045. # if true, it'll be possible to find
  1046. # it in treasure chests
  1047. Can-Be-Found-In-Treasure-Chests: true
  1048. Luigi:
  1049. # description of this hat.
  1050. Description:
  1051. - '&7&oLuigi time!'
  1052. # if true, the hat will be enabled.
  1053. Enabled: true
  1054. # if true, the description of this hat will be showed.
  1055. Show-Description: true
  1056. # if true, it'll be possible to find
  1057. # it in treasure chests
  1058. Can-Be-Found-In-Treasure-Chests: true
  1059. Batman:
  1060. # description of this hat.
  1061. Description:
  1062. - '&7&oI am batman!'
  1063. # if true, the hat will be enabled.
  1064. Enabled: true
  1065. # if true, the description of this hat will be showed.
  1066. Show-Description: true
  1067. # if true, it'll be possible to find
  1068. # it in treasure chests
  1069. Can-Be-Found-In-Treasure-Chests: true
  1070. Chest:
  1071. # description of this hat.
  1072. Description:
  1073. - '&7&oOpen, and close'
  1074. # if true, the hat will be enabled.
  1075. Enabled: true
  1076. # if true, the description of this hat will be showed.
  1077. Show-Description: true
  1078. # if true, it'll be possible to find
  1079. # it in treasure chests
  1080. Can-Be-Found-In-Treasure-Chests: true
  1081. Skull:
  1082. # description of this hat.
  1083. Description:
  1084. - '&7&oWho iss headless now?'
  1085. # if true, the hat will be enabled.
  1086. Enabled: true
  1087. # if true, the description of this hat will be showed.
  1088. Show-Description: true
  1089. # if true, it'll be possible to find
  1090. # it in treasure chests
  1091. Can-Be-Found-In-Treasure-Chests: true
  1092. Ghost:
  1093. # description of this hat.
  1094. Description:
  1095. - '&7&o2spooky4u'
  1096. # if true, the hat will be enabled.
  1097. Enabled: true
  1098. # if true, the description of this hat will be showed.
  1099. Show-Description: true
  1100. # if true, it'll be possible to find
  1101. # it in treasure chests
  1102. Can-Be-Found-In-Treasure-Chests: true
  1103. JackOLantern:
  1104. # description of this hat.
  1105. Description:
  1106. - '&7&oA little pumkin'
  1107. # if true, the hat will be enabled.
  1108. Enabled: true
  1109. # if true, the description of this hat will be showed.
  1110. Show-Description: true
  1111. # if true, it'll be possible to find
  1112. # it in treasure chests
  1113. Can-Be-Found-In-Treasure-Chests: true
  1114. ScaryClown:
  1115. # description of this hat.
  1116. Description:
  1117. - '&7&oHope you are not scared of clowns.'
  1118. # if true, the hat will be enabled.
  1119. Enabled: true
  1120. # if true, the description of this hat will be showed.
  1121. Show-Description: true
  1122. # if true, it'll be possible to find
  1123. # it in treasure chests
  1124. Can-Be-Found-In-Treasure-Chests: true
  1125. Santa:
  1126. # description of this hat.
  1127. Description:
  1128. - '&7&oOh oh oh! Merry Christmas!'
  1129. # if true, the hat will be enabled.
  1130. Enabled: true
  1131. # if true, the description of this hat will be showed.
  1132. Show-Description: true
  1133. # if true, it'll be possible to find
  1134. # it in treasure chests
  1135. Can-Be-Found-In-Treasure-Chests: true
  1136. Snowman:
  1137. # description of this hat.
  1138. Description:
  1139. - '&7&oI don''t have a skull.. or bones'
  1140. # if true, the hat will be enabled.
  1141. Enabled: true
  1142. # if true, the description of this hat will be showed.
  1143. Show-Description: true
  1144. # if true, it'll be possible to find
  1145. # it in treasure chests
  1146. Can-Be-Found-In-Treasure-Chests: true
  1147. Present:
  1148. # description of this hat.
  1149. Description:
  1150. - '&7&oFrom Santa, to you!'
  1151. # if true, the hat will be enabled.
  1152. Enabled: true
  1153. # if true, the description of this hat will be showed.
  1154. Show-Description: true
  1155. # if true, it'll be possible to find
  1156. # it in treasure chests
  1157. Can-Be-Found-In-Treasure-Chests: true
  1158. Elf:
  1159. # description of this hat.
  1160. Description:
  1161. - '&7&oI work for Santa!'
  1162. # if true, the hat will be enabled.
  1163. Enabled: true
  1164. # if true, the description of this hat will be showed.
  1165. Show-Description: true
  1166. # if true, it'll be possible to find
  1167. # it in treasure chests
  1168. Can-Be-Found-In-Treasure-Chests: true
  1169. Gadgets:
  1170. PaintballGun:
  1171. Cooldown: 0.20000000298023224
  1172. # Description of this gadget.
  1173. Description:
  1174. - '&7&oPEW PEW PEW PEW!!'
  1175. # if true, the gadget will be enabled.
  1176. Enabled: true
  1177. # if true, the description of gadget will be showed.
  1178. Show-Description: true
  1179. # if true, it'll be possible to find
  1180. # it in treasure chests
  1181. Can-Be-Found-In-Treasure-Chests: true
  1182. # With what block will it paint?
  1183. Block-Type: STAINED_CLAY
  1184. Particle:
  1185. # Should it display particles?
  1186. Enabled: false
  1187. # what particles? (List: http://pastebin.com/CVKkufck)
  1188. Effect: FIREWORKS_SPARK
  1189. # The radius of painting.
  1190. Radius: 2
  1191. # A list of the blocks that
  1192. # can't be painted.
  1193. BlackList:
  1194. - REDSTONE_BLOCK
  1195. # Should it affect players? (Velocity, etc.)
  1196. Affect-Players: true
  1197. Ammo:
  1198. # You want this gadget to need ammo?
  1199. Enabled: true
  1200. # What price for the ammo?
  1201. Price: 500
  1202. # And how much ammo is given
  1203. # when bought?
  1204. Result-Amount: 20
  1205. BatBlaster:
  1206. Cooldown: 7.0
  1207. # Description of this gadget.
  1208. Description:
  1209. - '&7&oLaunch waves of annoying bats'
  1210. - '&7&oto people you do not like!'
  1211. # if true, the gadget will be enabled.
  1212. Enabled: true
  1213. # if true, the description of gadget will be showed.
  1214. Show-Description: true
  1215. # if true, it'll be possible to find
  1216. # it in treasure chests
  1217. Can-Be-Found-In-Treasure-Chests: true
  1218. # Should it affect players? (Velocity, etc.)
  1219. Affect-Players: true
  1220. Ammo:
  1221. # You want this gadget to need ammo?
  1222. Enabled: true
  1223. # What price for the ammo?
  1224. Price: 500
  1225. # And how much ammo is given
  1226. # when bought?
  1227. Result-Amount: 20
  1228. Chickenator:
  1229. Cooldown: 2.0
  1230. # Description of this gadget.
  1231. Description:
  1232. - '&7&oShoot, boom, KFC'
  1233. # if true, the gadget will be enabled.
  1234. Enabled: true
  1235. # if true, the description of gadget will be showed.
  1236. Show-Description: true
  1237. # if true, it'll be possible to find
  1238. # it in treasure chests
  1239. Can-Be-Found-In-Treasure-Chests: true
  1240. # Should it affect players? (Velocity, etc.)
  1241. Affect-Players: true
  1242. Ammo:
  1243. # You want this gadget to need ammo?
  1244. Enabled: true
  1245. # What price for the ammo?
  1246. Price: 500
  1247. # And how much ammo is given
  1248. # when bought?
  1249. Result-Amount: 20
  1250. MelonThrower:
  1251. Cooldown: 1.5
  1252. # Description of this gadget.
  1253. Description:
  1254. - '&7&oDeliciously fun!'
  1255. - '&7&oEat the melon slices for a'
  1256. - '&7&otemporary speed boost!'
  1257. # if true, the gadget will be enabled.
  1258. Enabled: true
  1259. # if true, the description of gadget will be showed.
  1260. Show-Description: true
  1261. # if true, it'll be possible to find
  1262. # it in treasure chests
  1263. Can-Be-Found-In-Treasure-Chests: true
  1264. # Should it affect players? (Velocity, etc.)
  1265. Affect-Players: true
  1266. Ammo:
  1267. # You want this gadget to need ammo?
  1268. Enabled: true
  1269. # What price for the ammo?
  1270. Price: 500
  1271. # And how much ammo is given
  1272. # when bought?
  1273. Result-Amount: 20
  1274. EtherealPearl:
  1275. Cooldown: 3.0
  1276. # Description of this gadget.
  1277. Description:
  1278. - '&7&oTake a ride through the skies'
  1279. - '&7&oon your very own Ethereal Pearl!'
  1280. # if true, the gadget will be enabled.
  1281. Enabled: true
  1282. # if true, the description of gadget will be showed.
  1283. Show-Description: true
  1284. # if true, it'll be possible to find
  1285. # it in treasure chests
  1286. Can-Be-Found-In-Treasure-Chests: true
  1287. # Should it affect players? (Velocity, etc.)
  1288. Affect-Players: true
  1289. Ammo:
  1290. # You want this gadget to need ammo?
  1291. Enabled: true
  1292. # What price for the ammo?
  1293. Price: 500
  1294. # And how much ammo is given
  1295. # when bought?
  1296. Result-Amount: 20
  1297. DiscoBall:
  1298. Cooldown: 60.0
  1299. # Description of this gadget.
  1300. Description:
  1301. - '&7&oJust, dance!'
  1302. # if true, the gadget will be enabled.
  1303. Enabled: true
  1304. # if true, the description of gadget will be showed.
  1305. Show-Description: true
  1306. # if true, it'll be possible to find
  1307. # it in treasure chests
  1308. Can-Be-Found-In-Treasure-Chests: true
  1309. # Should it affect players? (Velocity, etc.)
  1310. Affect-Players: true
  1311. Ammo:
  1312. # You want this gadget to need ammo?
  1313. Enabled: true
  1314. # What price for the ammo?
  1315. Price: 500
  1316. # And how much ammo is given
  1317. # when bought?
  1318. Result-Amount: 20
  1319. ColorBomb:
  1320. Cooldown: 30.0
  1321. # Description of this gadget.
  1322. Description:
  1323. - '&7&oA colorful bomb!'
  1324. # if true, the gadget will be enabled.
  1325. Enabled: true
  1326. # if true, the description of gadget will be showed.
  1327. Show-Description: true
  1328. # if true, it'll be possible to find
  1329. # it in treasure chests
  1330. Can-Be-Found-In-Treasure-Chests: true
  1331. # Should it affect players? (Velocity, etc.)
  1332. Affect-Players: true
  1333. Ammo:
  1334. # You want this gadget to need ammo?
  1335. Enabled: true
  1336. # What price for the ammo?
  1337. Price: 500
  1338. # And how much ammo is given
  1339. # when bought?
  1340. Result-Amount: 20
  1341. FleshHook:
  1342. Cooldown: 2.0
  1343. # Description of this gadget.
  1344. Description:
  1345. - '&7&oMake new friends by throwing a hook'
  1346. - '&7&ointo their face and pulling them'
  1347. - '&7&otowards you!'
  1348. # if true, the gadget will be enabled.
  1349. Enabled: true
  1350. # if true, the description of gadget will be showed.
  1351. Show-Description: true
  1352. # if true, it'll be possible to find
  1353. # it in treasure chests
  1354. Can-Be-Found-In-Treasure-Chests: true
  1355. # Should it affect players? (Velocity, etc.)
  1356. Affect-Players: true
  1357. Ammo:
  1358. # You want this gadget to need ammo?
  1359. Enabled: true
  1360. # What price for the ammo?
  1361. Price: 500
  1362. # And how much ammo is given
  1363. # when bought?
  1364. Result-Amount: 20
  1365. PortalGun:
  1366. Cooldown: 1.0
  1367. # Description of this gadget.
  1368. Description:
  1369. - '&7&oMomentum, a function of mass and velocity,'
  1370. - '&7&ois converved between portals. In layman''s terms,'
  1371. - '&7&ospeedy thing goes in, speedy thing goes out.'
  1372. # if true, the gadget will be enabled.
  1373. Enabled: true
  1374. # if true, the description of gadget will be showed.
  1375. Show-Description: true
  1376. # if true, it'll be possible to find
  1377. # it in treasure chests
  1378. Can-Be-Found-In-Treasure-Chests: true
  1379. # Should it affect players? (Velocity, etc.)
  1380. Affect-Players: true
  1381. Ammo:
  1382. # You want this gadget to need ammo?
  1383. Enabled: true
  1384. # What price for the ammo?
  1385. Price: 500
  1386. # And how much ammo is given
  1387. # when bought?
  1388. Result-Amount: 20
  1389. BlizzardBlaster:
  1390. Cooldown: 5.0
  1391. # Description of this gadget.
  1392. Description:
  1393. - '&7&oLet it go!'
  1394. # if true, the gadget will be enabled.
  1395. Enabled: true
  1396. # if true, the description of gadget will be showed.
  1397. Show-Description: true
  1398. # if true, it'll be possible to find
  1399. # it in treasure chests
  1400. Can-Be-Found-In-Treasure-Chests: true
  1401. # Should it affect players? (Velocity, etc.)
  1402. Affect-Players: true
  1403. Ammo:
  1404. # You want this gadget to need ammo?
  1405. Enabled: true
  1406. # What price for the ammo?
  1407. Price: 500
  1408. # And how much ammo is given
  1409. # when bought?
  1410. Result-Amount: 20
  1411. ThorHammer:
  1412. Cooldown: 4.0
  1413. # Description of this gadget.
  1414. Description:
  1415. - '&7&oGet the real Mj??lnir!'
  1416. # if true, the gadget will be enabled.
  1417. Enabled: true
  1418. # if true, the description of gadget will be showed.
  1419. Show-Description: true
  1420. # if true, it'll be possible to find
  1421. # it in treasure chests
  1422. Can-Be-Found-In-Treasure-Chests: true
  1423. # Should it affect players? (Velocity, etc.)
  1424. Affect-Players: true
  1425. Ammo:
  1426. # You want this gadget to need ammo?
  1427. Enabled: true
  1428. # What price for the ammo?
  1429. Price: 500
  1430. # And how much ammo is given
  1431. # when bought?
  1432. Result-Amount: 20
  1433. SmashDown:
  1434. Cooldown: 15.0
  1435. # Description of this gadget.
  1436. Description:
  1437. - '&7&oSmash the ground like Hulk!'
  1438. # if true, the gadget will be enabled.
  1439. Enabled: true
  1440. # if true, the description of gadget will be showed.
  1441. Show-Description: true
  1442. # if true, it'll be possible to find
  1443. # it in treasure chests
  1444. Can-Be-Found-In-Treasure-Chests: true
  1445. # Should it affect players? (Velocity, etc.)
  1446. Affect-Players: true
  1447. Ammo:
  1448. # You want this gadget to need ammo?
  1449. Enabled: true
  1450. # What price for the ammo?
  1451. Price: 500
  1452. # And how much ammo is given
  1453. # when bought?
  1454. Result-Amount: 20
  1455. ExplosiveSheep:
  1456. Cooldown: 40.0
  1457. # Description of this gadget.
  1458. Description:
  1459. - '&7&oAre you sure it is supposed'
  1460. - '&7&oto flicker like that?'
  1461. # if true, the gadget will be enabled.
  1462. Enabled: true
  1463. # if true, the description of gadget will be showed.
  1464. Show-Description: true
  1465. # if true, it'll be possible to find
  1466. # it in treasure chests
  1467. Can-Be-Found-In-Treasure-Chests: true
  1468. # Should it affect players? (Velocity, etc.)
  1469. Affect-Players: true
  1470. Ammo:
  1471. # You want this gadget to need ammo?
  1472. Enabled: true
  1473. # What price for the ammo?
  1474. Price: 500
  1475. # And how much ammo is given
  1476. # when bought?
  1477. Result-Amount: 20
  1478. AntiGravity:
  1479. Cooldown: 30.0
  1480. # Description of this gadget.
  1481. Description:
  1482. - '&7&oIf you do not like gravity'
  1483. - '&7&oThis gadget is made for you!'
  1484. # if true, the gadget will be enabled.
  1485. Enabled: true
  1486. # if true, the description of gadget will be showed.
  1487. Show-Description: true
  1488. # if true, it'll be possible to find
  1489. # it in treasure chests
  1490. Can-Be-Found-In-Treasure-Chests: true
  1491. # Should it affect players? (Velocity, etc.)
  1492. Affect-Players: true
  1493. Ammo:
  1494. # You want this gadget to need ammo?
  1495. Enabled: true
  1496. # What price for the ammo?
  1497. Price: 500
  1498. # And how much ammo is given
  1499. # when bought?
  1500. Result-Amount: 20
  1501. Tsunami:
  1502. Cooldown: 10.0
  1503. # Description of this gadget.
  1504. Description:
  1505. - '&9&oTSUNAMI'
  1506. - '&7&oJump!'
  1507. - '&7&oLet''s go!'
  1508. # if true, the gadget will be enabled.
  1509. Enabled: true
  1510. # if true, the description of gadget will be showed.
  1511. Show-Description: true
  1512. # if true, it'll be possible to find
  1513. # it in treasure chests
  1514. Can-Be-Found-In-Treasure-Chests: true
  1515. # Should it affect players? (Velocity, etc.)
  1516. Affect-Players: true
  1517. Ammo:
  1518. # You want this gadget to need ammo?
  1519. Enabled: true
  1520. # What price for the ammo?
  1521. Price: 500
  1522. # And how much ammo is given
  1523. # when bought?
  1524. Result-Amount: 20
  1525. Rocket:
  1526. Cooldown: 60.0
  1527. # Description of this gadget.
  1528. Description:
  1529. - '&7&oHouston, we have got a problem.'
  1530. # if true, the gadget will be enabled.
  1531. Enabled: true
  1532. # if true, the description of gadget will be showed.
  1533. Show-Description: true
  1534. # if true, it'll be possible to find
  1535. # it in treasure chests
  1536. Can-Be-Found-In-Treasure-Chests: true
  1537. # Should it affect players? (Velocity, etc.)
  1538. Affect-Players: true
  1539. Ammo:
  1540. # You want this gadget to need ammo?
  1541. Enabled: true
  1542. # What price for the ammo?
  1543. Price: 500
  1544. # And how much ammo is given
  1545. # when bought?
  1546. Result-Amount: 20
  1547. BlackHole:
  1548. Cooldown: 45.0
  1549. # Description of this gadget.
  1550. Description:
  1551. - '&7&oDo not get caught in it...'
  1552. # if true, the gadget will be enabled.
  1553. Enabled: true
  1554. # if true, the description of gadget will be showed.
  1555. Show-Description: true
  1556. # if true, it'll be possible to find
  1557. # it in treasure chests
  1558. Can-Be-Found-In-Treasure-Chests: true
  1559. # Should it affect players? (Velocity, etc.)
  1560. Affect-Players: true
  1561. Ammo:
  1562. # You want this gadget to need ammo?
  1563. Enabled: true
  1564. # What price for the ammo?
  1565. Price: 500
  1566. # And how much ammo is given
  1567. # when bought?
  1568. Result-Amount: 20
  1569. TNT:
  1570. Cooldown: 1.0
  1571. # Description of this gadget.
  1572. Description:
  1573. - '&7&oBlow some people up!'
  1574. - '&7&oKABOOM!'
  1575. # if true, the gadget will be enabled.
  1576. Enabled: true
  1577. # if true, the description of gadget will be showed.
  1578. Show-Description: true
  1579. # if true, it'll be possible to find
  1580. # it in treasure chests
  1581. Can-Be-Found-In-Treasure-Chests: true
  1582. # Should it affect players? (Velocity, etc.)
  1583. Affect-Players: true
  1584. Ammo:
  1585. # You want this gadget to need ammo?
  1586. Enabled: true
  1587. # What price for the ammo?
  1588. Price: 500
  1589. # And how much ammo is given
  1590. # when bought?
  1591. Result-Amount: 20
  1592. FunGun:
  1593. Cooldown: 2.0
  1594. # Description of this gadget.
  1595. Description:
  1596. - '&7&oWow! So much fun in a gun!'
  1597. # if true, the gadget will be enabled.
  1598. Enabled: true
  1599. # if true, the description of gadget will be showed.
  1600. Show-Description: true
  1601. # if true, it'll be possible to find
  1602. # it in treasure chests
  1603. Can-Be-Found-In-Treasure-Chests: true
  1604. # Should it affect players? (Velocity, etc.)
  1605. Affect-Players: true
  1606. Ammo:
  1607. # You want this gadget to need ammo?
  1608. Enabled: true
  1609. # What price for the ammo?
  1610. Price: 500
  1611. # And how much ammo is given
  1612. # when bought?
  1613. Result-Amount: 20
  1614. QuakeGun:
  1615. Cooldown: 5.0
  1616. # Description of this gadget.
  1617. Description:
  1618. - '&7&oGet a real Rail Gun and'
  1619. - '&7&oStrike players and mobs!'
  1620. # if true, the gadget will be enabled.
  1621. Enabled: true
  1622. # if true, the description of gadget will be showed.
  1623. Show-Description: true
  1624. # if true, it'll be possible to find
  1625. # it in treasure chests
  1626. Can-Be-Found-In-Treasure-Chests: true
  1627. # Should it affect players? (Velocity, etc.)
  1628. Affect-Players: true
  1629. Ammo:
  1630. # You want this gadget to need ammo?
  1631. Enabled: true
  1632. # What price for the ammo?
  1633. Price: 500
  1634. # And how much ammo is given
  1635. # when bought?
  1636. Result-Amount: 20
  1637. Parachute:
  1638. Cooldown: 45.0
  1639. # Description of this gadget.
  1640. Description:
  1641. - '&7&oGeronimo!'
  1642. # if true, the gadget will be enabled.
  1643. Enabled: true
  1644. # if true, the description of gadget will be showed.
  1645. Show-Description: true
  1646. # if true, it'll be possible to find
  1647. # it in treasure chests
  1648. Can-Be-Found-In-Treasure-Chests: true
  1649. # Should it affect players? (Velocity, etc.)
  1650. Affect-Players: true
  1651. Ammo:
  1652. # You want this gadget to need ammo?
  1653. Enabled: true
  1654. # What price for the ammo?
  1655. Price: 500
  1656. # And how much ammo is given
  1657. # when bought?
  1658. Result-Amount: 20
  1659. GhostParty:
  1660. Cooldown: 45.0
  1661. # Description of this gadget.
  1662. Description:
  1663. - '&7&oWho Ya Gonna Call?'
  1664. - '&f&lGHOST &4&lBUSTERS'
  1665. # if true, the gadget will be enabled.
  1666. Enabled: true
  1667. # if true, the description of gadget will be showed.
  1668. Show-Description: true
  1669. # if true, it'll be possible to find
  1670. # it in treasure chests
  1671. Can-Be-Found-In-Treasure-Chests: true
  1672. # Should it affect players? (Velocity, etc.)
  1673. Affect-Players: true
  1674. Ammo:
  1675. # You want this gadget to need ammo?
  1676. Enabled: true
  1677. # What price for the ammo?
  1678. Price: 500
  1679. # And how much ammo is given
  1680. # when bought?
  1681. Result-Amount: 20
  1682. Firework:
  1683. Cooldown: 0.1
  1684. # Description of this gadget.
  1685. Description:
  1686. - '&7&oNeed to celebrate?'
  1687. - '&7&oUse fireworks'
  1688. # if true, the gadget will be enabled.
  1689. Enabled: true
  1690. # if true, the description of gadget will be showed.
  1691. Show-Description: true
  1692. # if true, it'll be possible to find
  1693. # it in treasure chests
  1694. Can-Be-Found-In-Treasure-Chests: true
  1695. # Should it affect players? (Velocity, etc.)
  1696. Affect-Players: true
  1697. Ammo:
  1698. # You want this gadget to need ammo?
  1699. Enabled: true
  1700. # What price for the ammo?
  1701. Price: 500
  1702. # And how much ammo is given
  1703. # when bought?
  1704. Result-Amount: 20
  1705. ChristmasTree:
  1706. Cooldown: 15.0
  1707. # Description of this gadget.
  1708. Description:
  1709. - '&7&oHere is a Christmas Tree for you!'
  1710. # if true, the gadget will be enabled.
  1711. Enabled: true
  1712. # if true, the description of gadget will be showed.
  1713. Show-Description: true
  1714. # if true, it'll be possible to find
  1715. # it in treasure chests
  1716. Can-Be-Found-In-Treasure-Chests: true
  1717. # Should it affect players? (Velocity, etc.)
  1718. Affect-Players: true
  1719. Ammo:
  1720. # You want this gadget to need ammo?
  1721. Enabled: true
  1722. # What price for the ammo?
  1723. Price: 500
  1724. # And how much ammo is given
  1725. # when bought?
  1726. Result-Amount: 20
  1727. FreezeCannon:
  1728. Cooldown: 8.0
  1729. # Description of this gadget.
  1730. Description:
  1731. - '&7&oTransform the floor into a rink!'
  1732. # Should it affect players? (Velocity, etc.)
  1733. Affect-Players: true
  1734. # if true, the gadget will be enabled.
  1735. Enabled: true
  1736. # if true, the description of gadget will be showed.
  1737. Show-Description: true
  1738. # if true, it'll be possible to find
  1739. # it in treasure chests
  1740. Can-Be-Found-In-Treasure-Chests: true
  1741. Ammo:
  1742. # You want this gadget to need ammo?
  1743. Enabled: true
  1744. # What price for the ammo?
  1745. Price: 500
  1746. # And how much ammo is given
  1747. # when bought?
  1748. Result-Amount: 20
  1749. Snowball:
  1750. Cooldown: 0.5
  1751. # Description of this gadget.
  1752. Description:
  1753. - '&7&oJoin in on the festive fun by'
  1754. - '&7&othrowing snow at people!'
  1755. # Should it affect players? (Velocity, etc.)
  1756. Affect-Players: true
  1757. # if true, the gadget will be enabled.
  1758. Enabled: true
  1759. # if true, the description of gadget will be showed.
  1760. Show-Description: true
  1761. # if true, it'll be possible to find
  1762. # it in treasure chests
  1763. Can-Be-Found-In-Treasure-Chests: true
  1764. Ammo:
  1765. # You want this gadget to need ammo?
  1766. Enabled: true
  1767. # What price for the ammo?
  1768. Price: 500
  1769. # And how much ammo is given
  1770. # when bought?
  1771. Result-Amount: 20
  1772. PartyPopper:
  1773. Cooldown: 2.0
  1774. # Description of this gadget.
  1775. Description:
  1776. - '&7&oCelebrate by blasting confetti into'
  1777. - '&7&opeoples'' eyes!'
  1778. # Should it affect players? (Velocity, etc.)
  1779. Affect-Players: true
  1780. # if true, the gadget will be enabled.
  1781. Enabled: true
  1782. # if true, the description of gadget will be showed.
  1783. Show-Description: true
  1784. # if true, it'll be possible to find
  1785. # it in treasure chests
  1786. Can-Be-Found-In-Treasure-Chests: true
  1787. Ammo:
  1788. # You want this gadget to need ammo?
  1789. Enabled: true
  1790. # What price for the ammo?
  1791. Price: 500
  1792. # And how much ammo is given
  1793. # when bought?
  1794. Result-Amount: 20
  1795. Trampoline:
  1796. Cooldown: 75.0
  1797. # Description of this gadget.
  1798. Description:
  1799. - '&7&oConstructs a trampoline!'
  1800. - '&7&othat sends you and your'
  1801. - '&7&ofriends into air!'
  1802. # Should it affect players? (Velocity, etc.)
  1803. Affect-Players: true
  1804. # if true, the gadget will be enabled.
  1805. Enabled: true
  1806. # if true, the description of gadget will be showed.
  1807. Show-Description: true
  1808. # if true, it'll be possible to find
  1809. # it in treasure chests
  1810. Can-Be-Found-In-Treasure-Chests: true
  1811. Ammo:
  1812. # You want this gadget to need ammo?
  1813. Enabled: true
  1814. # What price for the ammo?
  1815. Price: 500
  1816. # And how much ammo is given
  1817. # when bought?
  1818. Result-Amount: 20
  1819. Suits:
  1820. Rave:
  1821. # if true, the suit will be enabled.
  1822. Enabled: true
  1823. # if true, the description of this suit will be showed.
  1824. Show-Description: true
  1825. # if true, it'll be possible to find
  1826. # it in treasure chests
  1827. Can-Be-Found-In-Treasure-Chests: true
  1828. Astronaut:
  1829. # if true, the suit will be enabled.
  1830. Enabled: true
  1831. # if true, the description of this suit will be showed.
  1832. Show-Description: true
  1833. # if true, it'll be possible to find
  1834. # it in treasure chests
  1835. Can-Be-Found-In-Treasure-Chests: true
  1836. Diamond:
  1837. # if true, the suit will be enabled.
  1838. Enabled: true
  1839. # if true, the description of this suit will be showed.
  1840. Show-Description: true
  1841. # if true, it'll be possible to find
  1842. # it in treasure chests
  1843. Can-Be-Found-In-Treasure-Chests: true
  1844. Santa:
  1845. # if true, the suit will be enabled.
  1846. Enabled: true
  1847. # if true, the description of this suit will be showed.
  1848. Show-Description: true
  1849. # if true, it'll be possible to find
  1850. # it in treasure chests
  1851. Can-Be-Found-In-Treasure-Chests: true
  1852. Morphs:
  1853. Bat:
  1854. # Description of this Morph.
  1855. Description:
  1856. - '&7&oBecome a bat!'
  1857. # if true, the morph will be enabled.
  1858. Enabled: true
  1859. # if true, the description of this morph will be showed.
  1860. Show-Description: true
  1861. # if true, it'll be possible to find
  1862. # it in treasure chests
  1863. Can-Be-Found-In-Treasure-Chests: true
  1864. Blaze:
  1865. # Description of this Morph.
  1866. Description:
  1867. - '&7&oIt might be hot on there..'
  1868. # if true, the morph will be enabled.
  1869. Enabled: true
  1870. # if true, the description of this morph will be showed.
  1871. Show-Description: true
  1872. # if true, it'll be possible to find
  1873. # it in treasure chests
  1874. Can-Be-Found-In-Treasure-Chests: true
  1875. Chicken:
  1876. # Description of this Morph.
  1877. Description:
  1878. - '&7&oBecome a chicken!'
  1879. # if true, the morph will be enabled.
  1880. Enabled: true
  1881. # if true, the description of this morph will be showed.
  1882. Show-Description: true
  1883. # if true, it'll be possible to find
  1884. # it in treasure chests
  1885. Can-Be-Found-In-Treasure-Chests: true
  1886. Pig:
  1887. # Description of this Morph.
  1888. Description:
  1889. - '&7&oMust hold your carrot!'
  1890. # if true, the morph will be enabled.
  1891. Enabled: true
  1892. # if true, the description of this morph will be showed.
  1893. Show-Description: true
  1894. # if true, it'll be possible to find
  1895. # it in treasure chests
  1896. Can-Be-Found-In-Treasure-Chests: true
  1897. Enderman:
  1898. # Description of this Morph.
  1899. Description:
  1900. - '&7&oI go from there to'
  1901. - '&7&othere, then you lost me..'
  1902. # if true, the morph will be enabled.
  1903. Enabled: true
  1904. # if true, the description of this morph will be showed.
  1905. Show-Description: true
  1906. # if true, it'll be possible to find
  1907. # it in treasure chests
  1908. Can-Be-Found-In-Treasure-Chests: true
  1909. Slime:
  1910. # Description of this Morph.
  1911. Description:
  1912. - '&7&oSplat splat!'
  1913. # if true, the morph will be enabled.
  1914. Enabled: true
  1915. # if true, the description of this morph will be showed.
  1916. Show-Description: true
  1917. # if true, it'll be possible to find
  1918. # it in treasure chests
  1919. Can-Be-Found-In-Treasure-Chests: true
  1920. Creeper:
  1921. # Description of this Morph.
  1922. Description:
  1923. - '&7&oHey What''sssssss up?'
  1924. # if true, the morph will be enabled.
  1925. Enabled: true
  1926. # if true, the description of this morph will be showed.
  1927. Show-Description: true
  1928. # if true, it'll be possible to find
  1929. # it in treasure chests
  1930. Can-Be-Found-In-Treasure-Chests: true
  1931. WitherSkeleton:
  1932. # Description of this Morph.
  1933. Description:
  1934. - '&7&oJust a regular skeleton..'
  1935. - '&7&obut from the Nether!'
  1936. # if true, the morph will be enabled.
  1937. Enabled: true
  1938. # if true, the description of this morph will be showed.
  1939. Show-Description: true
  1940. # if true, it'll be possible to find
  1941. # it in treasure chests
  1942. Can-Be-Found-In-Treasure-Chests: true
  1943. Snowman:
  1944. # Description of this Morph.
  1945. Description:
  1946. - '&7&oBecome Olaf!'
  1947. # if true, the morph will be enabled.
  1948. Enabled: true
  1949. # if true, the description of this morph will be showed.
  1950. Show-Description: true
  1951. # if true, it'll be possible to find
  1952. # it in treasure chests
  1953. Can-Be-Found-In-Treasure-Chests: true
  1954. ElderGuardian:
  1955. # Description of this Morph.
  1956. Description:
  1957. - '&7&oBecome an Elder Guardian!!'
  1958. # if true, the morph will be enabled.
  1959. Enabled: true
  1960. # if true, the description of this morph will be showed.
  1961. Show-Description: true
  1962. # if true, it'll be possible to find
  1963. # it in treasure chests
  1964. Can-Be-Found-In-Treasure-Chests: true
Add Comment
Please, Sign In to add comment