Guest User

UltraCosmetics

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