Guest User

Untitled

a guest
Mar 11th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 87.23 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: false
  6. Particle-Effects: true
  7. Mounts: true
  8. Pets: true
  9. Morphs: false
  10. Hats: true
  11. Suits: true
  12. Emotes: 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: '409:0'
  19. Go-Back-Arrow: true
  20. # You wanna show the cooldown of current gadget in actionbar?
  21. Cooldown-In-ActionBar: true
  22. Particle-Effects:
  23. Main-Menu-Item: '399:0'
  24. Go-Back-Arrow: true
  25. Mounts:
  26. Main-Menu-Item: '329:0'
  27. Go-Back-Arrow: true
  28. Pets:
  29. Main-Menu-Item: '352:0'
  30. Go-Back-Arrow: true
  31. Morphs:
  32. Main-Menu-Item: '334:0'
  33. Go-Back-Arrow: true
  34. Hats:
  35. Main-Menu-Item: '314:0'
  36. Go-Back-Arrow: true
  37. Suits:
  38. Main-Menu-Item: '299:0'
  39. Go-Back-Arrow: true
  40. Emotes:
  41. Go-Back-Arrow: true
  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. Back-To-Main-Menu-Custom-Command:
  64. Enabled: false
  65. Command: cc open custommenu.yml {player}
  66. # The economy that should be used. Supports 'Vault' or 'PlayerPoints'
  67. Economy: Vault
  68. # Treasure Chests Settings.
  69. # /uc reload will not be enough to toggle them!
  70. #
  71. # NOTE: Money will be given
  72. # to player even if disabled in case
  73. # there is nothing to give!
  74. #
  75. #
  76. # About Treasure Chests designs:
  77. # For a list of effect: http://pastebin.com/CVKkufck
  78. # For the chest-types: NORMAL or ENDER
  79. # Material syntax: 'id:data'
  80. # You CAN make more designs just copy one, paste it and modify.
  81. # Not twice same name!
  82. #
  83. # Some infos:
  84. # center-block: The block on the center.
  85. # around-center: Blocks around the center
  86. # third-BLOCKS: BLOCKS "around around" the center.
  87. # below-chests: Block below the chests.
  88. # barriers: the barrier.
  89. # chest-type: The chest type (NORMAL or ENDER)
  90. # effect: The effect (complete list: http://pastebin.com/CVKkufck)
  91. #
  92. # For permission command:
  93. # Change it to correspond to your Permissions plugin!
  94. # Default one is Pex's.
  95. #
  96. TreasureChests:
  97. Enabled: true
  98. Key-Price: 5000
  99. Loots:
  100. Money:
  101. Enabled: true
  102. Max: 100
  103. Chance: 10
  104. Message:
  105. enabled: false
  106. message: '%prefix% &6&l%name% found %money%$'
  107. Gadgets-Ammo:
  108. Enabled: true
  109. Min: 20
  110. Max: 100
  111. Chance: 60
  112. Message:
  113. enabled: false
  114. message: '%prefix% &6&l%name% found %ammo% %gadget% ammo'
  115. Gadgets:
  116. Enabled: true
  117. Chance: 20
  118. Message:
  119. enabled: false
  120. message: '%prefix% &6&l%name% found gadget %gadget%'
  121. Mounts:
  122. Enabled: true
  123. Chance: 10
  124. Message:
  125. enabled: false
  126. message: '%prefix% &6&l%name% found rare %mount%'
  127. Pets:
  128. Enabled: true
  129. Chance: 10
  130. Message:
  131. enabled: false
  132. message: '%prefix% &6&l%name% found rare %pet%'
  133. Morphs:
  134. Enabled: true
  135. Chance: 4
  136. Message:
  137. enabled: true
  138. message: '%prefix% &6&l%name% found legendary %morph%'
  139. Effects:
  140. Enabled: true
  141. Chance: 4
  142. Message:
  143. enabled: true
  144. message: '%prefix% &6&l%name% found legendary %effect%'
  145. Hats:
  146. Enabled: true
  147. Chance: 10
  148. Message:
  149. enabled: false
  150. message: '%prefix% &6&l%name% found rare %hat%'
  151. Suits:
  152. Enabled: true
  153. Chance: 5
  154. Message:
  155. enabled: false
  156. message: '%prefix% &6&l%name% found rare %suit%'
  157. Emotes:
  158. Enabled: true
  159. Chance: 5
  160. Message:
  161. enabled: false
  162. message: '%prefix% &6&l%name% found rare %emote%'
  163. Commands:
  164. shoutout:
  165. Name: '&d&lShoutout'
  166. Material: NETHER_STAR
  167. Enabled: false
  168. Chance: 100
  169. Message:
  170. enabled: false
  171. message: '%prefix% &6&l%name% found a rare shoutout!'
  172. Cancel-If-Permission: 'no'
  173. Commands:
  174. - say %name% is awesome!
  175. flower:
  176. Name: '&e&lFlower'
  177. Material: YELLOW_FLOWER
  178. Enabled: false
  179. Chance: 100
  180. Message:
  181. enabled: false
  182. message: '%prefix% &6&l%name% found a flower!'
  183. Cancel-If-Permission: example.yellowflower
  184. Commands:
  185. - give %name% yellow_flower 1
  186. - pex user %name% add example.yellowflower
  187. Designs:
  188. Classic:
  189. center-block: '169:0'
  190. around-center: '5:0'
  191. third-blocks: '5:1'
  192. below-chests: '17:0'
  193. barriers: '85:0'
  194. chest-type: NORMAL
  195. effect: FLAME
  196. Modern:
  197. center-block: '169:0'
  198. around-center: '159:11'
  199. third-blocks: '155:0'
  200. below-chests: '159:11'
  201. barriers: '160:3'
  202. chest-type: ENDER
  203. effect: REDSTONE
  204. Nether:
  205. center-block: '89:0'
  206. around-center: '88:0'
  207. third-blocks: '87:0'
  208. below-chests: '112:0'
  209. barriers: '113:0'
  210. chest-type: NORMAL
  211. effect: SMOKE_NORMAL
  212. Permission-Add-Command: pex user %name% add %permission%
  213. # This option will fill the blank slots of inventories
  214. # with a custom item!
  215. Fill-Blank-Slots-With-Item:
  216. Enabled: true
  217. Item: '160:15'
  218. # Toggle this to allow players to rename pets.
  219. #
  220. # Permission-Required:
  221. # If true, the permission:
  222. # ultracosmetics.pets.rename
  223. # will be required to rename a pet.
  224. #
  225. # Requires Money:
  226. # If true, money will be required
  227. # to rename a pet.
  228. Pets-Rename:
  229. Enabled: true
  230. Permission-Required: false
  231. Requires-Money:
  232. Enabled: true
  233. Price: 100
  234. # Do pets drop items? (not pickable up by players)
  235. Pets-Drop-Items: true
  236. # Are pets babies?
  237. Pets-Are-Babies: true
  238. # Do you want the mounts
  239. # that normally make block trails
  240. # to do so?
  241. Mounts-Block-Trails: true
  242. # This option allows to use ammo
  243. # for gadgets, for limited uses.
  244. # Ammo can be given with /uc give ammo
  245. # or bought from menu when activating gadget.
  246. #
  247. # For the system: 'file' or 'mysql'
  248. #
  249. # If you set mysql, please fill the MySQL infos.
  250. Ammo-System-For-Gadgets:
  251. Enabled: true
  252. System: file
  253. MySQL:
  254. hostname: localhost
  255. username: root
  256. password: password
  257. port: '3306'
  258. database: UltraCosmetics
  259. # Do you want that in the gadgets menu
  260. # each gadget item has an amount
  261. # corresponding to your ammo.
  262. Show-Ammo-In-Menu-As-Item-Amount: true
  263. # The menu item settings.
  264. #
  265. # List for type: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
  266. Menu-Item:
  267. Give-On-Join: true
  268. Give-On-Respawn: true
  269. Slot: 8
  270. Type: ENDER_CHEST
  271. Data: 0
  272. Displayname: '&6&lCosmetics'
  273. # Settings related to permissions.
  274. #
  275. # List for "Type" https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
  276. No-Permission:
  277. Show-In-Lore: true
  278. Lore-Message-Yes: '&o&7Permission: &a&lYes!'
  279. Lore-Message-No: '&o&7Permission: &4&lNo!'
  280. Dont-Show-Item: true
  281. Custom-Item:
  282. enabled: false
  283. Type: INK_SACK
  284. Data: 8
  285. Name: '&c&l{cosmetic-name}'
  286. Lore:
  287. - ''
  288. - '&c&lYou do not have permission for this!'
  289. - ''
  290. # If set to true, in messages the cosmetics' names
  291. # won't be colored.
  292. # Example:
  293. # With true: &a&lYou activated &9&lPaintball Gun!
  294. # With false: &a&lYou activated Paintball Gun!
  295. Chat-Cosmetic-PlaceHolder-Color: true
  296. # What is the slot for gadgets?
  297. Gadget-Slot: 4
  298. # If toggled to true,
  299. # players will be able to remove
  300. # their current gadget by pressing
  301. # their drop key.
  302. Remove-Gadget-With-Drop: false
  303. # List of commands that won't work when holding a cosmetic, wearing an emote, or wearing a hat.
  304. # Type commands in lowercase without slashes.
  305. Disabled-Commands:
  306. - hat
  307. # List of the worlds
  308. # where cosmetics are enabled!
  309. Enabled-Worlds:
  310. - world
  311. - world_shop
  312. Gadgets:
  313. BatBlaster:
  314. # Description of this cosmetic.
  315. Description:
  316. - '&7&oLaunch waves of annoying bats'
  317. - '&7&oto people you don''t like!'
  318. Cooldown: 8.0
  319. # Should it affect players? (Velocity, etc.)
  320. Affect-Players: true
  321. # if true, the gadget will be enabled.
  322. Enabled: true
  323. # if true, the description of gadget will be showed.
  324. Show-Description: true
  325. # if true, it'll be possible to find
  326. # it in treasure chests
  327. Can-Be-Found-In-Treasure-Chests: true
  328. Ammo:
  329. # You want this gadget to need ammo?
  330. Enabled: true
  331. # What price for the ammo?
  332. Price: 500
  333. # And how much ammo is given
  334. # when bought?
  335. Result-Amount: 20
  336. Chickenator:
  337. # Description of this cosmetic.
  338. Description:
  339. - '&7&oShoot, boom, KFC.'
  340. Cooldown: 6.0
  341. # Should it affect players? (Velocity, etc.)
  342. Affect-Players: true
  343. # if true, the gadget will be enabled.
  344. Enabled: true
  345. # if true, the description of gadget will be showed.
  346. Show-Description: true
  347. # if true, it'll be possible to find
  348. # it in treasure chests
  349. Can-Be-Found-In-Treasure-Chests: true
  350. Ammo:
  351. # You want this gadget to need ammo?
  352. Enabled: true
  353. # What price for the ammo?
  354. Price: 500
  355. # And how much ammo is given
  356. # when bought?
  357. Result-Amount: 20
  358. ColorBomb:
  359. # Description of this cosmetic.
  360. Description:
  361. - '&7&oA colorful bomb!'
  362. Cooldown: 25.0
  363. # Should it affect players? (Velocity, etc.)
  364. Affect-Players: true
  365. # if true, the gadget will be enabled.
  366. Enabled: true
  367. # if true, the description of gadget will be showed.
  368. Show-Description: true
  369. # if true, it'll be possible to find
  370. # it in treasure chests
  371. Can-Be-Found-In-Treasure-Chests: true
  372. Ammo:
  373. # You want this gadget to need ammo?
  374. Enabled: true
  375. # What price for the ammo?
  376. Price: 500
  377. # And how much ammo is given
  378. # when bought?
  379. Result-Amount: 20
  380. DiscoBall:
  381. # Description of this cosmetic.
  382. Description:
  383. - '&7&oJust, dance!'
  384. Cooldown: 45.0
  385. # Should it affect players? (Velocity, etc.)
  386. Affect-Players: true
  387. # if true, the gadget will be enabled.
  388. Enabled: true
  389. # if true, the description of gadget will be showed.
  390. Show-Description: true
  391. # if true, it'll be possible to find
  392. # it in treasure chests
  393. Can-Be-Found-In-Treasure-Chests: true
  394. Ammo:
  395. # You want this gadget to need ammo?
  396. Enabled: true
  397. # What price for the ammo?
  398. Price: 500
  399. # And how much ammo is given
  400. # when bought?
  401. Result-Amount: 20
  402. EtherealPearl:
  403. # Description of this cosmetic.
  404. Description:
  405. - '&7&oTake a ride through the skies'
  406. - '&7&oon your very own Ethereal Pearl!'
  407. Cooldown: 2.0
  408. # Should it affect players? (Velocity, etc.)
  409. Affect-Players: true
  410. # if true, the gadget will be enabled.
  411. Enabled: true
  412. # if true, the description of gadget will be showed.
  413. Show-Description: true
  414. # if true, it'll be possible to find
  415. # it in treasure chests
  416. Can-Be-Found-In-Treasure-Chests: true
  417. Ammo:
  418. # You want this gadget to need ammo?
  419. Enabled: true
  420. # What price for the ammo?
  421. Price: 500
  422. # And how much ammo is given
  423. # when bought?
  424. Result-Amount: 20
  425. FleshHook:
  426. # Description of this cosmetic.
  427. Description:
  428. - '&7&oMake new friends by throwing a hook'
  429. - '&7&ointo their face and pulling them'
  430. - '&7&otowards you!'
  431. Cooldown: 5.0
  432. # Should it affect players? (Velocity, etc.)
  433. Affect-Players: true
  434. # if true, the gadget will be enabled.
  435. Enabled: true
  436. # if true, the description of gadget 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. Ammo:
  442. # You want this gadget to need ammo?
  443. Enabled: true
  444. # What price for the ammo?
  445. Price: 500
  446. # And how much ammo is given
  447. # when bought?
  448. Result-Amount: 20
  449. MelonThrower:
  450. # Description of this cosmetic.
  451. Description:
  452. - '&7&oDeliciously fun!'
  453. Cooldown: 2.0
  454. # Should it affect players? (Velocity, etc.)
  455. Affect-Players: true
  456. # if true, the gadget will be enabled.
  457. Enabled: true
  458. # if true, the description of gadget will be showed.
  459. Show-Description: true
  460. # if true, it'll be possible to find
  461. # it in treasure chests
  462. Can-Be-Found-In-Treasure-Chests: true
  463. Ammo:
  464. # You want this gadget to need ammo?
  465. Enabled: true
  466. # What price for the ammo?
  467. Price: 500
  468. # And how much ammo is given
  469. # when bought?
  470. Result-Amount: 20
  471. BlizzardBlaster:
  472. # Description of this cosmetic.
  473. Description:
  474. - '&7&oLet it go!'
  475. Cooldown: 12.0
  476. # Should it affect players? (Velocity, etc.)
  477. Affect-Players: true
  478. # if true, the gadget will be enabled.
  479. Enabled: true
  480. # if true, the description of gadget will be showed.
  481. Show-Description: true
  482. # if true, it'll be possible to find
  483. # it in treasure chests
  484. Can-Be-Found-In-Treasure-Chests: true
  485. Ammo:
  486. # You want this gadget to need ammo?
  487. Enabled: true
  488. # What price for the ammo?
  489. Price: 500
  490. # And how much ammo is given
  491. # when bought?
  492. Result-Amount: 20
  493. PortalGun:
  494. # Description of this cosmetic.
  495. Description:
  496. - '&7&oMomentum, a function of mass and velocity,'
  497. - '&7&ois converved between portals. In Layman''''s terms,'
  498. - '&7&ospeedy thing goes in, speedy thing goes out.'
  499. Cooldown: 2.0
  500. # Should it affect players? (Velocity, etc.)
  501. Affect-Players: true
  502. # if true, the gadget will be enabled.
  503. Enabled: true
  504. # if true, the description of gadget will be showed.
  505. Show-Description: true
  506. # if true, it'll be possible to find
  507. # it in treasure chests
  508. Can-Be-Found-In-Treasure-Chests: true
  509. Ammo:
  510. # You want this gadget to need ammo?
  511. Enabled: true
  512. # What price for the ammo?
  513. Price: 500
  514. # And how much ammo is given
  515. # when bought?
  516. Result-Amount: 20
  517. ExplosiveSheep:
  518. # Description of this cosmetic.
  519. Description:
  520. - '&7&oAre you sure it''s supposed'
  521. - '&7&oto flicker like that?'
  522. Cooldown: 25.0
  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. Ammo:
  533. # You want this gadget to need ammo?
  534. Enabled: true
  535. # What price for the ammo?
  536. Price: 500
  537. # And how much ammo is given
  538. # when bought?
  539. Result-Amount: 20
  540. PaintballGun:
  541. # Description of this cosmetic.
  542. Description:
  543. - '&7&oPEW PEW PEW PEW!!!'
  544. Cooldown: 0.5
  545. # Should it affect players? (Velocity, etc.)
  546. Affect-Players: true
  547. # if true, the gadget will be enabled.
  548. Enabled: true
  549. # if true, the description of gadget will be showed.
  550. Show-Description: true
  551. # if true, it'll be possible to find
  552. # it in treasure chests
  553. Can-Be-Found-In-Treasure-Chests: true
  554. # With what block will it paint?
  555. Block-Type: STAINED_CLAY
  556. Particle:
  557. # Should it display particles?
  558. Enabled: false
  559. # what particles? (List: http://pastebin.com/CVKkufck)
  560. Effect: FIREWORKS_SPARK
  561. # The radius of painting.
  562. Radius: 2
  563. # A list of the BLOCKS that
  564. # can't be painted.
  565. BlackList:
  566. - REDSTONE_BLOCK
  567. Ammo:
  568. # You want this gadget to need ammo?
  569. Enabled: true
  570. # What price for the ammo?
  571. Price: 500
  572. # And how much ammo is given
  573. # when bought?
  574. Result-Amount: 20
  575. ThorHammer:
  576. # Description of this cosmetic.
  577. Description:
  578. - '&7&oGet the real Mjölnir'
  579. Cooldown: 8.0
  580. # Should it affect players? (Velocity, etc.)
  581. Affect-Players: true
  582. # if true, the gadget will be enabled.
  583. Enabled: true
  584. # if true, the description of gadget will be showed.
  585. Show-Description: true
  586. # if true, it'll be possible to find
  587. # it in treasure chests
  588. Can-Be-Found-In-Treasure-Chests: true
  589. Ammo:
  590. # You want this gadget to need ammo?
  591. Enabled: true
  592. # What price for the ammo?
  593. Price: 500
  594. # And how much ammo is given
  595. # when bought?
  596. Result-Amount: 20
  597. AntiGravity:
  598. # Description of this cosmetic.
  599. Description:
  600. - '&7&oYou don''t like gravity?'
  601. - '&7&oThen, this gadget is made for you!'
  602. Cooldown: 30.0
  603. # Should it affect players? (Velocity, etc.)
  604. Affect-Players: true
  605. # if true, the gadget will be enabled.
  606. Enabled: true
  607. # if true, the description of gadget will be showed.
  608. Show-Description: true
  609. # if true, it'll be possible to find
  610. # it in treasure chests
  611. Can-Be-Found-In-Treasure-Chests: true
  612. Ammo:
  613. # You want this gadget to need ammo?
  614. Enabled: true
  615. # What price for the ammo?
  616. Price: 500
  617. # And how much ammo is given
  618. # when bought?
  619. Result-Amount: 20
  620. SmashDown:
  621. # Description of this cosmetic.
  622. Description:
  623. - '&7&oAND HIS NAME IS... JOHN CENA!!'
  624. Cooldown: 15.0
  625. # Should it affect players? (Velocity, etc.)
  626. Affect-Players: true
  627. # if true, the gadget will be enabled.
  628. Enabled: true
  629. # if true, the description of gadget will be showed.
  630. Show-Description: true
  631. # if true, it'll be possible to find
  632. # it in treasure chests
  633. Can-Be-Found-In-Treasure-Chests: true
  634. Ammo:
  635. # You want this gadget to need ammo?
  636. Enabled: true
  637. # What price for the ammo?
  638. Price: 500
  639. # And how much ammo is given
  640. # when bought?
  641. Result-Amount: 20
  642. Rocket:
  643. # Description of this cosmetic.
  644. Description:
  645. - '&7&oHouston, we have got a problem..'
  646. Cooldown: 60.0
  647. # Should it affect players? (Velocity, etc.)
  648. Affect-Players: true
  649. # if true, the gadget will be enabled.
  650. Enabled: true
  651. # if true, the description of gadget will be showed.
  652. Show-Description: true
  653. # if true, it'll be possible to find
  654. # it in treasure chests
  655. Can-Be-Found-In-Treasure-Chests: true
  656. Ammo:
  657. # You want this gadget to need ammo?
  658. Enabled: true
  659. # What price for the ammo?
  660. Price: 500
  661. # And how much ammo is given
  662. # when bought?
  663. Result-Amount: 20
  664. BlackHole:
  665. # Description of this cosmetic.
  666. Description:
  667. - '&7&oYou should not get caught by it..'
  668. Cooldown: 35.0
  669. # Should it affect players? (Velocity, etc.)
  670. Affect-Players: true
  671. # if true, the gadget will be enabled.
  672. Enabled: true
  673. # if true, the description of gadget will be showed.
  674. Show-Description: true
  675. # if true, it'll be possible to find
  676. # it in treasure chests
  677. Can-Be-Found-In-Treasure-Chests: true
  678. Ammo:
  679. # You want this gadget to need ammo?
  680. Enabled: true
  681. # What price for the ammo?
  682. Price: 500
  683. # And how much ammo is given
  684. # when bought?
  685. Result-Amount: 20
  686. Tsunami:
  687. # Description of this cosmetic.
  688. Description:
  689. - '&9&oTSUNAMI!!'
  690. - '&7&oJUMP!'
  691. - '&7&oLet''s go!'
  692. Cooldown: 12.0
  693. # Should it affect players? (Velocity, etc.)
  694. Affect-Players: true
  695. # if true, the gadget will be enabled.
  696. Enabled: true
  697. # if true, the description of gadget will be showed.
  698. Show-Description: true
  699. # if true, it'll be possible to find
  700. # it in treasure chests
  701. Can-Be-Found-In-Treasure-Chests: true
  702. Ammo:
  703. # You want this gadget to need ammo?
  704. Enabled: true
  705. # What price for the ammo?
  706. Price: 500
  707. # And how much ammo is given
  708. # when bought?
  709. Result-Amount: 20
  710. TNT:
  711. # Description of this cosmetic.
  712. Description:
  713. - '&7&oBlow some people up!'
  714. - '&7&oKABOOM!'
  715. Cooldown: 10.0
  716. # Should it affect players? (Velocity, etc.)
  717. Affect-Players: true
  718. # if true, the gadget will be enabled.
  719. Enabled: true
  720. # if true, the description of gadget will be showed.
  721. Show-Description: true
  722. # if true, it'll be possible to find
  723. # it in treasure chests
  724. Can-Be-Found-In-Treasure-Chests: true
  725. Ammo:
  726. # You want this gadget to need ammo?
  727. Enabled: true
  728. # What price for the ammo?
  729. Price: 500
  730. # And how much ammo is given
  731. # when bought?
  732. Result-Amount: 20
  733. FunGun:
  734. # Description of this cosmetic.
  735. Description:
  736. - '&7&oWoow! So much fun in a gun!'
  737. Cooldown: 4.0
  738. # Should it affect players? (Velocity, etc.)
  739. Affect-Players: true
  740. # if true, the gadget will be enabled.
  741. Enabled: true
  742. # if true, the description of gadget will be showed.
  743. Show-Description: true
  744. # if true, it'll be possible to find
  745. # it in treasure chests
  746. Can-Be-Found-In-Treasure-Chests: true
  747. Ammo:
  748. # You want this gadget to need ammo?
  749. Enabled: true
  750. # What price for the ammo?
  751. Price: 500
  752. # And how much ammo is given
  753. # when bought?
  754. Result-Amount: 20
  755. Parachute:
  756. # Description of this cosmetic.
  757. Description:
  758. - '&7&oGERONIMOooo!'
  759. Cooldown: 60.0
  760. # Should it affect players? (Velocity, etc.)
  761. Affect-Players: true
  762. # if true, the gadget will be enabled.
  763. Enabled: true
  764. # if true, the description of gadget will be showed.
  765. Show-Description: true
  766. # if true, it'll be possible to find
  767. # it in treasure chests
  768. Can-Be-Found-In-Treasure-Chests: true
  769. Ammo:
  770. # You want this gadget to need ammo?
  771. Enabled: true
  772. # What price for the ammo?
  773. Price: 500
  774. # And how much ammo is given
  775. # when bought?
  776. Result-Amount: 20
  777. QuakeGun:
  778. # Description of this cosmetic.
  779. Description:
  780. - '&7&oGet a real Rail Gun'
  781. - '&7&oand strike players and mobs!'
  782. Cooldown: 3.0
  783. # Should it affect players? (Velocity, etc.)
  784. Affect-Players: true
  785. # if true, the gadget will be enabled.
  786. Enabled: true
  787. # if true, the description of gadget will be showed.
  788. Show-Description: true
  789. # if true, it'll be possible to find
  790. # it in treasure chests
  791. Can-Be-Found-In-Treasure-Chests: true
  792. Ammo:
  793. # You want this gadget to need ammo?
  794. Enabled: true
  795. # What price for the ammo?
  796. Price: 500
  797. # And how much ammo is given
  798. # when bought?
  799. Result-Amount: 20
  800. GhostParty:
  801. # Description of this cosmetic.
  802. Description:
  803. - '&7&oWho Ya Gonna Call?'
  804. - '&f&lGHOST &4&lBUSTERS!'
  805. Cooldown: 45.0
  806. # Should it affect players? (Velocity, etc.)
  807. Affect-Players: true
  808. # if true, the gadget will be enabled.
  809. Enabled: true
  810. # if true, the description of gadget will be showed.
  811. Show-Description: true
  812. # if true, it'll be possible to find
  813. # it in treasure chests
  814. Can-Be-Found-In-Treasure-Chests: true
  815. Ammo:
  816. # You want this gadget to need ammo?
  817. Enabled: true
  818. # What price for the ammo?
  819. Price: 500
  820. # And how much ammo is given
  821. # when bought?
  822. Result-Amount: 20
  823. Firework:
  824. # Description of this cosmetic.
  825. Description:
  826. - '&7&oNeed to celebrate?'
  827. - '&7&oUse fireworks!'
  828. Cooldown: 0.2
  829. # Should it affect players? (Velocity, etc.)
  830. Affect-Players: true
  831. # if true, the gadget will be enabled.
  832. Enabled: true
  833. # if true, the description of gadget will be showed.
  834. Show-Description: true
  835. # if true, it'll be possible to find
  836. # it in treasure chests
  837. Can-Be-Found-In-Treasure-Chests: true
  838. Ammo:
  839. # You want this gadget to need ammo?
  840. Enabled: true
  841. # What price for the ammo?
  842. Price: 500
  843. # And how much ammo is given
  844. # when bought?
  845. Result-Amount: 20
  846. ChristmasTree:
  847. # Description of this cosmetic.
  848. Description:
  849. - '&7&oHere is a Christmas'
  850. - '&7&oTree for you!'
  851. Cooldown: 20.0
  852. # Should it affect players? (Velocity, etc.)
  853. Affect-Players: true
  854. # if true, the gadget will be enabled.
  855. Enabled: true
  856. # if true, the description of gadget 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. Ammo:
  862. # You want this gadget to need ammo?
  863. Enabled: true
  864. # What price for the ammo?
  865. Price: 500
  866. # And how much ammo is given
  867. # when bought?
  868. Result-Amount: 20
  869. FreezeCannon:
  870. # Description of this cosmetic.
  871. Description:
  872. - '&7&oTransform the floor into a rink!'
  873. Cooldown: 8.0
  874. # Should it affect players? (Velocity, etc.)
  875. Affect-Players: true
  876. # if true, the gadget will be enabled.
  877. Enabled: true
  878. # if true, the description of gadget 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. Ammo:
  884. # You want this gadget to need ammo?
  885. Enabled: true
  886. # What price for the ammo?
  887. Price: 500
  888. # And how much ammo is given
  889. # when bought?
  890. Result-Amount: 20
  891. Snowball:
  892. # Description of this cosmetic.
  893. Description:
  894. - '&7&oJoin in on the festive fun by'
  895. - '&7&othrowing snow at people!'
  896. Cooldown: 0.5
  897. # Should it affect players? (Velocity, etc.)
  898. Affect-Players: true
  899. # if true, the gadget will be enabled.
  900. Enabled: true
  901. # if true, the description of gadget 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. Ammo:
  907. # You want this gadget to need ammo?
  908. Enabled: true
  909. # What price for the ammo?
  910. Price: 500
  911. # And how much ammo is given
  912. # when bought?
  913. Result-Amount: 20
  914. PartyPopper:
  915. # Description of this cosmetic.
  916. Description:
  917. - '&7&oCelebrate by blasting confetti into'
  918. - '&7&opeoples'' eyes!'
  919. Cooldown: 2.0
  920. # Should it affect players? (Velocity, etc.)
  921. Affect-Players: true
  922. # if true, the gadget will be enabled.
  923. Enabled: true
  924. # if true, the description of gadget will be showed.
  925. Show-Description: true
  926. # if true, it'll be possible to find
  927. # it in treasure chests
  928. Can-Be-Found-In-Treasure-Chests: true
  929. Ammo:
  930. # You want this gadget to need ammo?
  931. Enabled: true
  932. # What price for the ammo?
  933. Price: 500
  934. # And how much ammo is given
  935. # when bought?
  936. Result-Amount: 20
  937. Trampoline:
  938. # Description of this cosmetic.
  939. Description:
  940. - '&7&oConstructs a trampoline!'
  941. - '&7&othat sends you and your'
  942. - '&7&ofriends into air!'
  943. Cooldown: 75.0
  944. # Should it affect players? (Velocity, etc.)
  945. Affect-Players: true
  946. # if true, the gadget will be enabled.
  947. Enabled: true
  948. # if true, the description of gadget 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. Ammo:
  954. # You want this gadget to need ammo?
  955. Enabled: true
  956. # What price for the ammo?
  957. Price: 500
  958. # And how much ammo is given
  959. # when bought?
  960. Result-Amount: 20
  961. Mounts:
  962. DruggedHorse:
  963. # Description of this cosmetic.
  964. Description:
  965. - '&7&oThat is just too much!'
  966. # if true, the mount will be enabled.
  967. Enabled: true
  968. # if true, the description will be showed.
  969. Show-Description: true
  970. # if true, it'll be possible to find
  971. # it in treasure chests
  972. Can-Be-Found-In-Treasure-Chests: true
  973. InfernalHorror:
  974. # Description of this cosmetic.
  975. Description:
  976. - '&7&oThis mount comes directly from... hell!'
  977. # if true, the mount will be enabled.
  978. Enabled: true
  979. # if true, the description will be showed.
  980. Show-Description: true
  981. # if true, it'll be possible to find
  982. # it in treasure chests
  983. Can-Be-Found-In-Treasure-Chests: true
  984. GlacialSteed:
  985. # Description of this cosmetic.
  986. Description:
  987. - '&7&oThis mount comes from North Pole!'
  988. # if true, the mount will be enabled.
  989. Enabled: true
  990. # if true, the description will be showed.
  991. Show-Description: true
  992. # if true, it'll be possible to find
  993. # it in treasure chests
  994. Can-Be-Found-In-Treasure-Chests: true
  995. WalkingDead:
  996. # Description of this cosmetic.
  997. Description:
  998. - '&7&oGraaaaw...'
  999. # if true, the mount will be enabled.
  1000. Enabled: true
  1001. # if true, the description will be showed.
  1002. Show-Description: true
  1003. # if true, it'll be possible to find
  1004. # it in treasure chests
  1005. Can-Be-Found-In-Treasure-Chests: true
  1006. MountOfFire:
  1007. # Description of this cosmetic.
  1008. Description:
  1009. - '&7&oThe mount of Hadès!'
  1010. # if true, the mount will be enabled.
  1011. Enabled: true
  1012. # if true, the description will be showed.
  1013. Show-Description: true
  1014. # if true, it'll be possible to find
  1015. # it in treasure chests
  1016. Can-Be-Found-In-Treasure-Chests: true
  1017. MountOfWater:
  1018. # Description of this cosmetic.
  1019. Description:
  1020. - '&7&oThe mount of Poséidon!'
  1021. # if true, the mount will be enabled.
  1022. Enabled: true
  1023. # if true, the description will be showed.
  1024. Show-Description: true
  1025. # if true, it'll be possible to find
  1026. # it in treasure chests
  1027. Can-Be-Found-In-Treasure-Chests: true
  1028. EcologistHorse:
  1029. # Description of this cosmetic.
  1030. Description:
  1031. - '&7&oBecome ecologist!'
  1032. # if true, the mount will be enabled.
  1033. Enabled: true
  1034. # if true, the description will be showed.
  1035. Show-Description: true
  1036. # if true, it'll be possible to find
  1037. # it in treasure chests
  1038. Can-Be-Found-In-Treasure-Chests: true
  1039. Snake:
  1040. # Description of this cosmetic.
  1041. Description:
  1042. - '&7&oWatch out! It may bite..'
  1043. # if true, the mount will be enabled.
  1044. Enabled: true
  1045. # if true, the description will be showed.
  1046. Show-Description: true
  1047. # if true, it'll be possible to find
  1048. # it in treasure chests
  1049. Can-Be-Found-In-Treasure-Chests: true
  1050. NyanSheep:
  1051. # Description of this cosmetic.
  1052. Description:
  1053. - '&4&lNyan &6&lnyan &e&lnyan'
  1054. - '&a&lnyan &3&lnyan &9&lnyan'
  1055. # if true, the mount will be enabled.
  1056. Enabled: true
  1057. # if true, the description will be showed.
  1058. Show-Description: true
  1059. # if true, it'll be possible to find
  1060. # it in treasure chests
  1061. Can-Be-Found-In-Treasure-Chests: true
  1062. Dragon:
  1063. # Description of this cosmetic.
  1064. Description:
  1065. - '&7&oBecome a dragon rider!'
  1066. # if true, the mount will be enabled.
  1067. Enabled: true
  1068. # if true, the description will be showed.
  1069. Show-Description: true
  1070. # if true, it'll be possible to find
  1071. # it in treasure chests
  1072. Can-Be-Found-In-Treasure-Chests: true
  1073. Slime:
  1074. # Description of this cosmetic.
  1075. Description:
  1076. - '&7&oSplat! Splat!'
  1077. # if true, the mount will be enabled.
  1078. Enabled: true
  1079. # if true, the description will be showed.
  1080. Show-Description: true
  1081. # if true, it'll be possible to find
  1082. # it in treasure chests
  1083. Can-Be-Found-In-Treasure-Chests: true
  1084. HypeCart:
  1085. # Description of this cosmetic.
  1086. Description:
  1087. - '&7&oEver wanted to drive a F1?'
  1088. - '&7&oNow you can!'
  1089. # if true, the mount will be enabled.
  1090. Enabled: true
  1091. # if true, the description will be showed.
  1092. Show-Description: true
  1093. # if true, it'll be possible to find
  1094. # it in treasure chests
  1095. Can-Be-Found-In-Treasure-Chests: true
  1096. Spider:
  1097. # Description of this cosmetic.
  1098. Description:
  1099. - '&7&oYOU are the spider jockey!'
  1100. # if true, the mount will be enabled.
  1101. Enabled: true
  1102. # if true, the description will be showed.
  1103. Show-Description: true
  1104. # if true, it'll be possible to find
  1105. # it in treasure chests
  1106. Can-Be-Found-In-Treasure-Chests: true
  1107. Rudolph:
  1108. # Description of this cosmetic.
  1109. Description:
  1110. - '&7&oWhat would be Christmas'
  1111. - '&7&owithout Rudolph the Reeinder?'
  1112. # if true, the mount will be enabled.
  1113. Enabled: true
  1114. # if true, the description will be showed.
  1115. Show-Description: true
  1116. # if true, it'll be possible to find
  1117. # it in treasure chests
  1118. Can-Be-Found-In-Treasure-Chests: true
  1119. MoltenSnake:
  1120. # Description of this cosmetic.
  1121. Description:
  1122. - '&7&oDeep under the Earth''s surface, there'
  1123. - '&7&oexists a mythical species of Molten'
  1124. - '&7&oSnakes. This one will serve you eternally.'
  1125. # if true, the mount will be enabled.
  1126. Enabled: true
  1127. # if true, the description will be showed.
  1128. Show-Description: true
  1129. # if true, it'll be possible to find
  1130. # it in treasure chests
  1131. Can-Be-Found-In-Treasure-Chests: true
  1132. Particle-Effects:
  1133. RainCloud:
  1134. # Description of this cosmetic.
  1135. Description:
  1136. - '&7&oThe weather forecast'
  1137. - '&7&ois telling me it''s raining.'
  1138. # if true, the effect will be enabled.
  1139. Enabled: true
  1140. # if true, the description will be showed.
  1141. Show-Description: true
  1142. # if true, it'll be possible to find
  1143. # it in treasure chests
  1144. Can-Be-Found-In-Treasure-Chests: true
  1145. SnowCloud:
  1146. # Description of this cosmetic.
  1147. Description:
  1148. - '&7&oThe weather forecast'
  1149. - '&7&ois telling me it''s snowing.'
  1150. # if true, the effect will be enabled.
  1151. Enabled: true
  1152. # if true, the description will be showed.
  1153. Show-Description: true
  1154. # if true, it'll be possible to find
  1155. # it in treasure chests
  1156. Can-Be-Found-In-Treasure-Chests: true
  1157. BloodHelix:
  1158. # Description of this cosmetic.
  1159. Description:
  1160. - '&7&oAncient legend says this magic'
  1161. - '&7&oempowers the blood of its user,'
  1162. - '&7&ogiving them godly powers..'
  1163. # if true, the effect will be enabled.
  1164. Enabled: true
  1165. # if true, the description will be showed.
  1166. Show-Description: true
  1167. # if true, it'll be possible to find
  1168. # it in treasure chests
  1169. Can-Be-Found-In-Treasure-Chests: true
  1170. FrostLord:
  1171. # Description of this cosmetic.
  1172. Description:
  1173. - '&7&oI am The Almighty Frostlord!'
  1174. # if true, the effect will be enabled.
  1175. Enabled: true
  1176. # if true, the description will be showed.
  1177. Show-Description: true
  1178. # if true, it'll be possible to find
  1179. # it in treasure chests
  1180. Can-Be-Found-In-Treasure-Chests: true
  1181. FlameRings:
  1182. # Description of this cosmetic.
  1183. Description:
  1184. - '&7&oWatch out! They are hot!'
  1185. # if true, the effect will be enabled.
  1186. Enabled: true
  1187. # if true, the description will be showed.
  1188. Show-Description: true
  1189. # if true, it'll be possible to find
  1190. # it in treasure chests
  1191. Can-Be-Found-In-Treasure-Chests: true
  1192. InLove:
  1193. # Description of this cosmetic.
  1194. Description:
  1195. - '&7&oOMG wow I''m in love!'
  1196. # if true, the effect will be enabled.
  1197. Enabled: true
  1198. # if true, the description will be showed.
  1199. Show-Description: true
  1200. # if true, it'll be possible to find
  1201. # it in treasure chests
  1202. Can-Be-Found-In-Treasure-Chests: true
  1203. GreenSparks:
  1204. # Description of this cosmetic.
  1205. Description:
  1206. - '&7&oLittle and green sparkly sparks!'
  1207. # if true, the effect will be enabled.
  1208. Enabled: true
  1209. # if true, the description will be showed.
  1210. Show-Description: true
  1211. # if true, it'll be possible to find
  1212. # it in treasure chests
  1213. Can-Be-Found-In-Treasure-Chests: true
  1214. FrozenWalk:
  1215. # Description of this cosmetic.
  1216. Description:
  1217. - '&7&oMy feet are so cold!'
  1218. # if true, the effect will be enabled.
  1219. Enabled: true
  1220. # if true, the description will be showed.
  1221. Show-Description: true
  1222. # if true, it'll be possible to find
  1223. # it in treasure chests
  1224. Can-Be-Found-In-Treasure-Chests: true
  1225. Music:
  1226. # Description of this cosmetic.
  1227. Description:
  1228. - '&7&oMuch music!'
  1229. # if true, the effect will be enabled.
  1230. Enabled: true
  1231. # if true, the description will be showed.
  1232. Show-Description: true
  1233. # if true, it'll be possible to find
  1234. # it in treasure chests
  1235. Can-Be-Found-In-Treasure-Chests: true
  1236. Enchanted:
  1237. # Description of this cosmetic.
  1238. Description:
  1239. - '&7&oBecome an almighty enchanter!'
  1240. # if true, the effect will be enabled.
  1241. Enabled: true
  1242. # if true, the description will be showed.
  1243. Show-Description: true
  1244. # if true, it'll be possible to find
  1245. # it in treasure chests
  1246. Can-Be-Found-In-Treasure-Chests: true
  1247. Inferno:
  1248. # Description of this cosmetic.
  1249. Description:
  1250. - '&7&oEffect created by Satan himself!'
  1251. # if true, the effect will be enabled.
  1252. Enabled: true
  1253. # if true, the description will be showed.
  1254. Show-Description: true
  1255. # if true, it'll be possible to find
  1256. # it in treasure chests
  1257. Can-Be-Found-In-Treasure-Chests: true
  1258. AngelWings:
  1259. # Description of this cosmetic.
  1260. Description:
  1261. - '&7&oBecome an angel!'
  1262. # if true, the effect will be enabled.
  1263. Enabled: true
  1264. # if true, the description will be showed.
  1265. Show-Description: true
  1266. # if true, it'll be possible to find
  1267. # it in treasure chests
  1268. Can-Be-Found-In-Treasure-Chests: true
  1269. SuperHero:
  1270. # Description of this cosmetic.
  1271. Description:
  1272. - '&7&oBecome Superman!'
  1273. # if true, the effect will be enabled.
  1274. Enabled: true
  1275. # if true, the description will be showed.
  1276. Show-Description: true
  1277. # if true, it'll be possible to find
  1278. # it in treasure chests
  1279. Can-Be-Found-In-Treasure-Chests: true
  1280. SantaHat:
  1281. # Description of this cosmetic.
  1282. Description:
  1283. - '&7&oBecome Santa!'
  1284. # if true, the effect will be enabled.
  1285. Enabled: true
  1286. # if true, the description will be showed.
  1287. Show-Description: true
  1288. # if true, it'll be possible to find
  1289. # it in treasure chests
  1290. Can-Be-Found-In-Treasure-Chests: true
  1291. CrushedCandyCane:
  1292. # Description of this cosmetic.
  1293. Description:
  1294. - '&7&oThere''s no such thing as too much'
  1295. - '&7&oChristmas Candy. Do not listen'
  1296. - '&7&oto your dentist.'
  1297. # if true, the effect will be enabled.
  1298. Enabled: true
  1299. # if true, the description will be showed.
  1300. Show-Description: true
  1301. # if true, it'll be possible to find
  1302. # it in treasure chests
  1303. Can-Be-Found-In-Treasure-Chests: true
  1304. EnderAura:
  1305. # Description of this cosmetic.
  1306. Description:
  1307. - '&7&oThese mystic particle attach to'
  1308. - '&7&oonly the most legendary of players!'
  1309. # if true, the effect will be enabled.
  1310. Enabled: true
  1311. # if true, the description will be showed.
  1312. Show-Description: true
  1313. # if true, it'll be possible to find
  1314. # it in treasure chests
  1315. Can-Be-Found-In-Treasure-Chests: true
  1316. FlameFairy:
  1317. # Description of this cosmetic.
  1318. Description:
  1319. - '&7&oHEY!!'
  1320. # if true, the effect will be enabled.
  1321. Enabled: true
  1322. # if true, the description will be showed.
  1323. Show-Description: true
  1324. # if true, it'll be possible to find
  1325. # it in treasure chests
  1326. Can-Be-Found-In-Treasure-Chests: true
  1327. Pets:
  1328. Piggy:
  1329. # Description of this cosmetic.
  1330. Description:
  1331. - '&7&oOink! Oink!'
  1332. # if true, the pet will be enabled.
  1333. Enabled: true
  1334. # if true, the description will be showed.
  1335. Show-Description: true
  1336. # if true, it'll be possible to find
  1337. # it in treasure chests
  1338. Can-Be-Found-In-Treasure-Chests: true
  1339. Sheep:
  1340. # Description of this cosmetic.
  1341. Description:
  1342. - '&7&oBaaaa, baa'
  1343. # if true, the pet will be enabled.
  1344. Enabled: true
  1345. # if true, the description will be showed.
  1346. Show-Description: true
  1347. # if true, it'll be possible to find
  1348. # it in treasure chests
  1349. Can-Be-Found-In-Treasure-Chests: true
  1350. EasterBunny:
  1351. # Description of this cosmetic.
  1352. Description:
  1353. - '&7&oIs it Easter yet?'
  1354. # if true, the pet will be enabled.
  1355. Enabled: true
  1356. # if true, the description will be showed.
  1357. Show-Description: true
  1358. # if true, it'll be possible to find
  1359. # it in treasure chests
  1360. Can-Be-Found-In-Treasure-Chests: true
  1361. Cow:
  1362. # Description of this cosmetic.
  1363. Description:
  1364. - '&7&oMoooo!'
  1365. # if true, the pet will be enabled.
  1366. Enabled: true
  1367. # if true, the description will be showed.
  1368. Show-Description: true
  1369. # if true, it'll be possible to find
  1370. # it in treasure chests
  1371. Can-Be-Found-In-Treasure-Chests: true
  1372. Mooshroom:
  1373. # Description of this cosmetic.
  1374. Description:
  1375. - '&7&oMoooo!'
  1376. # if true, the pet will be enabled.
  1377. Enabled: true
  1378. # if true, the description will be showed.
  1379. Show-Description: true
  1380. # if true, it'll be possible to find
  1381. # it in treasure chests
  1382. Can-Be-Found-In-Treasure-Chests: true
  1383. Kitty:
  1384. # Description of this cosmetic.
  1385. Description:
  1386. - '&7&oMeoooow'
  1387. # if true, the pet will be enabled.
  1388. Enabled: true
  1389. # if true, the description will be showed.
  1390. Show-Description: true
  1391. # if true, it'll be possible to find
  1392. # it in treasure chests
  1393. Can-Be-Found-In-Treasure-Chests: true
  1394. Dog:
  1395. # Description of this cosmetic.
  1396. Description:
  1397. - '&7&oWoof!'
  1398. # if true, the pet will be enabled.
  1399. Enabled: true
  1400. # if true, the description will be showed.
  1401. Show-Description: true
  1402. # if true, it'll be possible to find
  1403. # it in treasure chests
  1404. Can-Be-Found-In-Treasure-Chests: true
  1405. Chick:
  1406. # Description of this cosmetic.
  1407. Description:
  1408. - '&7&oBwaaaaaaak!!'
  1409. # if true, the pet will be enabled.
  1410. Enabled: true
  1411. # if true, the description will be showed.
  1412. Show-Description: true
  1413. # if true, it'll be possible to find
  1414. # it in treasure chests
  1415. Can-Be-Found-In-Treasure-Chests: true
  1416. Wither:
  1417. # Description of this cosmetic.
  1418. Description:
  1419. - '&7&oWatch out for me..'
  1420. # if true, the pet will be enabled.
  1421. Enabled: true
  1422. # if true, the description will be showed.
  1423. Show-Description: true
  1424. # if true, it'll be possible to find
  1425. # it in treasure chests
  1426. Can-Be-Found-In-Treasure-Chests: true
  1427. Pumpling:
  1428. # Description of this cosmetic.
  1429. Description:
  1430. - '&7&oJust a little floating pumpkin'
  1431. # if true, the pet will be enabled.
  1432. Enabled: true
  1433. # if true, the description will be showed.
  1434. Show-Description: true
  1435. # if true, it'll be possible to find
  1436. # it in treasure chests
  1437. Can-Be-Found-In-Treasure-Chests: true
  1438. ChristmasElf:
  1439. # Description of this cosmetic.
  1440. Description:
  1441. - '&7&oI can make presents for you!'
  1442. # if true, the pet will be enabled.
  1443. Enabled: true
  1444. # if true, the description will be showed.
  1445. Show-Description: true
  1446. # if true, it'll be possible to find
  1447. # it in treasure chests
  1448. Can-Be-Found-In-Treasure-Chests: true
  1449. IronGolem:
  1450. # Description of this cosmetic.
  1451. Description:
  1452. - '&7&oI like flowers'
  1453. # if true, the pet will be enabled.
  1454. Enabled: true
  1455. # if true, the description will be showed.
  1456. Show-Description: true
  1457. # if true, it'll be possible to find
  1458. # it in treasure chests
  1459. Can-Be-Found-In-Treasure-Chests: true
  1460. Snowman:
  1461. # Description of this cosmetic.
  1462. Description:
  1463. - '&7&oPew pew pew'
  1464. # if true, the pet will be enabled.
  1465. Enabled: true
  1466. # if true, the description will be showed.
  1467. Show-Description: true
  1468. # if true, it'll be possible to find
  1469. # it in treasure chests
  1470. Can-Be-Found-In-Treasure-Chests: true
  1471. Villager:
  1472. # Description of this cosmetic.
  1473. Description:
  1474. - '&7&oHmmmmmmmmm'
  1475. # if true, the pet will be enabled.
  1476. Enabled: true
  1477. # if true, the description will be showed.
  1478. Show-Description: true
  1479. # if true, it'll be possible to find
  1480. # it in treasure chests
  1481. Can-Be-Found-In-Treasure-Chests: true
  1482. Bat:
  1483. # Description of this cosmetic.
  1484. Description:
  1485. - '&7&oI prefer dark areas'
  1486. # if true, the pet will be enabled.
  1487. Enabled: true
  1488. # if true, the description will be showed.
  1489. Show-Description: true
  1490. # if true, it'll be possible to find
  1491. # it in treasure chests
  1492. Can-Be-Found-In-Treasure-Chests: true
  1493. PolarBear:
  1494. # Description of this cosmetic.
  1495. Description:
  1496. - '&7&oI prefer cold areas'
  1497. # if true, the pet will be enabled.
  1498. Enabled: true
  1499. # if true, the description will be showed.
  1500. Show-Description: true
  1501. # if true, it'll be possible to find
  1502. # it in treasure chests
  1503. Can-Be-Found-In-Treasure-Chests: true
  1504. Llama:
  1505. # Description of this cosmetic.
  1506. Description:
  1507. - '&7&oNeed me to carry anything?'
  1508. # if true, the pet will be enabled.
  1509. Enabled: true
  1510. # if true, the description 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. Hats:
  1516. Astronaut:
  1517. # Description of this cosmetic.
  1518. Description:
  1519. - '&7&oHouston, we have got a problem.'
  1520. # if true, the hat will be enabled.
  1521. Enabled: true
  1522. # if true, the description of this hat will be showed.
  1523. Show-Description: true
  1524. # if true, it'll be possible to find
  1525. # it in treasure chests
  1526. Can-Be-Found-In-Treasure-Chests: true
  1527. Scared:
  1528. # Description of this cosmetic.
  1529. Description:
  1530. - '&7&oOh gawd, that scared me!'
  1531. # if true, the hat will be enabled.
  1532. Enabled: true
  1533. # if true, the description of this hat will be showed.
  1534. Show-Description: true
  1535. # if true, it'll be possible to find
  1536. # it in treasure chests
  1537. Can-Be-Found-In-Treasure-Chests: true
  1538. Angel:
  1539. # Description of this cosmetic.
  1540. Description:
  1541. - '&7&oDid it hurt when you fell from heaven?'
  1542. # if true, the hat will be enabled.
  1543. Enabled: true
  1544. # if true, the description of this hat will be showed.
  1545. Show-Description: true
  1546. # if true, it'll be possible to find
  1547. # it in treasure chests
  1548. Can-Be-Found-In-Treasure-Chests: true
  1549. Embarassed:
  1550. # Description of this cosmetic.
  1551. Description:
  1552. - '&7&oI am kinda embarassed by that.'
  1553. # if true, the hat will be enabled.
  1554. Enabled: true
  1555. # if true, the description of this hat will be showed.
  1556. Show-Description: true
  1557. # if true, it'll be possible to find
  1558. # it in treasure chests
  1559. Can-Be-Found-In-Treasure-Chests: true
  1560. Kissy:
  1561. # Description of this cosmetic.
  1562. Description:
  1563. - '&7&oWanna kiss?'
  1564. # if true, the hat will be enabled.
  1565. Enabled: true
  1566. # if true, the description of this hat will be showed.
  1567. Show-Description: true
  1568. # if true, it'll be possible to find
  1569. # it in treasure chests
  1570. Can-Be-Found-In-Treasure-Chests: true
  1571. Sad:
  1572. # Description of this cosmetic.
  1573. Description:
  1574. - '&7&oI am so sad.'
  1575. # if true, the hat will be enabled.
  1576. Enabled: true
  1577. # if true, the description of this hat 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. Cool:
  1583. # Description of this cosmetic.
  1584. Description:
  1585. - '&7&oI am such a cool guy.'
  1586. # if true, the hat will be enabled.
  1587. Enabled: true
  1588. # if true, the description of this hat will be showed.
  1589. Show-Description: true
  1590. # if true, it'll be possible to find
  1591. # it in treasure chests
  1592. Can-Be-Found-In-Treasure-Chests: true
  1593. Surprised:
  1594. # Description of this cosmetic.
  1595. Description:
  1596. - '&7&oWow, did not expect that!'
  1597. # if true, the hat will be enabled.
  1598. Enabled: true
  1599. # if true, the description of this hat 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. Dead:
  1605. # Description of this cosmetic.
  1606. Description:
  1607. - '&7&ogot rekt'
  1608. # if true, the hat will be enabled.
  1609. Enabled: true
  1610. # if true, the description of this hat will be showed.
  1611. Show-Description: true
  1612. # if true, it'll be possible to find
  1613. # it in treasure chests
  1614. Can-Be-Found-In-Treasure-Chests: true
  1615. Crying:
  1616. # Description of this cosmetic.
  1617. Description:
  1618. - '&7&oi cri evrytiem'
  1619. # if true, the hat will be enabled.
  1620. Enabled: true
  1621. # if true, the description of this hat will be showed.
  1622. Show-Description: true
  1623. # if true, it'll be possible to find
  1624. # it in treasure chests
  1625. Can-Be-Found-In-Treasure-Chests: true
  1626. BigSmile:
  1627. # Description of this cosmetic.
  1628. Description:
  1629. - '&7&oUh, because I am really happy!'
  1630. # if true, the hat will be enabled.
  1631. Enabled: true
  1632. # if true, the description of this hat will be showed.
  1633. Show-Description: true
  1634. # if true, it'll be possible to find
  1635. # it in treasure chests
  1636. Can-Be-Found-In-Treasure-Chests: true
  1637. Wink:
  1638. # Description of this cosmetic.
  1639. Description:
  1640. - '&7&oYou know what I mean ;)'
  1641. # if true, the hat will be enabled.
  1642. Enabled: true
  1643. # if true, the description of this hat will be showed.
  1644. Show-Description: true
  1645. # if true, it'll be possible to find
  1646. # it in treasure chests
  1647. Can-Be-Found-In-Treasure-Chests: true
  1648. Derp:
  1649. # Description of this cosmetic.
  1650. Description:
  1651. - '&7&oDerp Derp Derping all around'
  1652. # if true, the hat will be enabled.
  1653. Enabled: true
  1654. # if true, the description of this hat will be showed.
  1655. Show-Description: true
  1656. # if true, it'll be possible to find
  1657. # it in treasure chests
  1658. Can-Be-Found-In-Treasure-Chests: true
  1659. Smile:
  1660. # Description of this cosmetic.
  1661. Description:
  1662. - '&7&oUh, because I am happy'
  1663. # if true, the hat will be enabled.
  1664. Enabled: true
  1665. # if true, the description of this hat will be showed.
  1666. Show-Description: true
  1667. # if true, it'll be possible to find
  1668. # it in treasure chests
  1669. Can-Be-Found-In-Treasure-Chests: true
  1670. Iron:
  1671. # Description of this cosmetic.
  1672. Description:
  1673. - '&7&oAs hard as iron!'
  1674. # if true, the hat will be enabled.
  1675. Enabled: true
  1676. # if true, the description of this hat will be showed.
  1677. Show-Description: true
  1678. # if true, it'll be possible to find
  1679. # it in treasure chests
  1680. Can-Be-Found-In-Treasure-Chests: true
  1681. Gold:
  1682. # Description of this cosmetic.
  1683. Description:
  1684. - '&7&oMy precious!'
  1685. # if true, the hat will be enabled.
  1686. Enabled: true
  1687. # if true, the description of this hat will be showed.
  1688. Show-Description: true
  1689. # if true, it'll be possible to find
  1690. # it in treasure chests
  1691. Can-Be-Found-In-Treasure-Chests: true
  1692. Diamond:
  1693. # Description of this cosmetic.
  1694. Description:
  1695. - '&7&oThis is really strong!'
  1696. # if true, the hat will be enabled.
  1697. Enabled: true
  1698. # if true, the description of this hat will be showed.
  1699. Show-Description: true
  1700. # if true, it'll be possible to find
  1701. # it in treasure chests
  1702. Can-Be-Found-In-Treasure-Chests: true
  1703. Piston:
  1704. # Description of this cosmetic.
  1705. Description:
  1706. - '&7&oHave you got the redstone?'
  1707. # if true, the hat will be enabled.
  1708. Enabled: true
  1709. # if true, the description of this hat will be showed.
  1710. Show-Description: true
  1711. # if true, it'll be possible to find
  1712. # it in treasure chests
  1713. Can-Be-Found-In-Treasure-Chests: true
  1714. CommandBlock:
  1715. # Description of this cosmetic.
  1716. Description:
  1717. - '&7&oControl the world with it!'
  1718. # if true, the hat will be enabled.
  1719. Enabled: true
  1720. # if true, the description of this hat will be showed.
  1721. Show-Description: true
  1722. # if true, it'll be possible to find
  1723. # it in treasure chests
  1724. Can-Be-Found-In-Treasure-Chests: true
  1725. Music:
  1726. # Description of this cosmetic.
  1727. Description:
  1728. - '&7&oYou are so musical.'
  1729. # if true, the hat will be enabled.
  1730. Enabled: true
  1731. # if true, the description of this hat will be showed.
  1732. Show-Description: true
  1733. # if true, it'll be possible to find
  1734. # it in treasure chests
  1735. Can-Be-Found-In-Treasure-Chests: true
  1736. Squid:
  1737. # Description of this cosmetic.
  1738. Description:
  1739. - '&7&oBloop Bloop!'
  1740. # if true, the hat will be enabled.
  1741. Enabled: true
  1742. # if true, the description of this hat will be showed.
  1743. Show-Description: true
  1744. # if true, it'll be possible to find
  1745. # it in treasure chests
  1746. Can-Be-Found-In-Treasure-Chests: true
  1747. Chicken:
  1748. # Description of this cosmetic.
  1749. Description:
  1750. - '&7&oBwwaaaaaaaaaaaakkkkk!'
  1751. # if true, the hat will be enabled.
  1752. Enabled: true
  1753. # if true, the description of this hat will be showed.
  1754. Show-Description: true
  1755. # if true, it'll be possible to find
  1756. # it in treasure chests
  1757. Can-Be-Found-In-Treasure-Chests: true
  1758. Pig:
  1759. # Description of this cosmetic.
  1760. Description:
  1761. - '&7&oOink Oink!'
  1762. # if true, the hat will be enabled.
  1763. Enabled: true
  1764. # if true, the description of this hat will be showed.
  1765. Show-Description: true
  1766. # if true, it'll be possible to find
  1767. # it in treasure chests
  1768. Can-Be-Found-In-Treasure-Chests: true
  1769. Blaze:
  1770. # Description of this cosmetic.
  1771. Description:
  1772. - '&7&oWatch out for the fire!'
  1773. # if true, the hat will be enabled.
  1774. Enabled: true
  1775. # if true, the description of this hat will be showed.
  1776. Show-Description: true
  1777. # if true, it'll be possible to find
  1778. # it in treasure chests
  1779. Can-Be-Found-In-Treasure-Chests: true
  1780. Sheep:
  1781. # Description of this cosmetic.
  1782. Description:
  1783. - '&7&oBaaaa, baa'
  1784. # if true, the hat will be enabled.
  1785. Enabled: true
  1786. # if true, the description of this hat will be showed.
  1787. Show-Description: true
  1788. # if true, it'll be possible to find
  1789. # it in treasure chests
  1790. Can-Be-Found-In-Treasure-Chests: true
  1791. Golem:
  1792. # Description of this cosmetic.
  1793. Description:
  1794. - '&7&oI am your guard.'
  1795. # if true, the hat will be enabled.
  1796. Enabled: true
  1797. # if true, the description of this hat will be showed.
  1798. Show-Description: true
  1799. # if true, it'll be possible to find
  1800. # it in treasure chests
  1801. Can-Be-Found-In-Treasure-Chests: true
  1802. Enderman:
  1803. # Description of this cosmetic.
  1804. Description:
  1805. - '&7&oNow I am here, now I am there.'
  1806. # if true, the hat will be enabled.
  1807. Enabled: true
  1808. # if true, the description of this hat will be showed.
  1809. Show-Description: true
  1810. # if true, it'll be possible to find
  1811. # it in treasure chests
  1812. Can-Be-Found-In-Treasure-Chests: true
  1813. Mario:
  1814. # Description of this cosmetic.
  1815. Description:
  1816. - '&7&oIt is me! Mario!'
  1817. # if true, the hat will be enabled.
  1818. Enabled: true
  1819. # if true, the description of this hat will be showed.
  1820. Show-Description: true
  1821. # if true, it'll be possible to find
  1822. # it in treasure chests
  1823. Can-Be-Found-In-Treasure-Chests: true
  1824. Luigi:
  1825. # Description of this cosmetic.
  1826. Description:
  1827. - '&7&oLuigi time!'
  1828. # if true, the hat will be enabled.
  1829. Enabled: true
  1830. # if true, the description of this hat will be showed.
  1831. Show-Description: true
  1832. # if true, it'll be possible to find
  1833. # it in treasure chests
  1834. Can-Be-Found-In-Treasure-Chests: true
  1835. Batman:
  1836. # Description of this cosmetic.
  1837. Description:
  1838. - '&7&oI am batman!'
  1839. # if true, the hat will be enabled.
  1840. Enabled: true
  1841. # if true, the description of this hat will be showed.
  1842. Show-Description: true
  1843. # if true, it'll be possible to find
  1844. # it in treasure chests
  1845. Can-Be-Found-In-Treasure-Chests: true
  1846. Chest:
  1847. # Description of this cosmetic.
  1848. Description:
  1849. - '&7&oOpen, and close'
  1850. # if true, the hat will be enabled.
  1851. Enabled: true
  1852. # if true, the description of this hat will be showed.
  1853. Show-Description: true
  1854. # if true, it'll be possible to find
  1855. # it in treasure chests
  1856. Can-Be-Found-In-Treasure-Chests: true
  1857. Skull:
  1858. # Description of this cosmetic.
  1859. Description:
  1860. - '&7&oWho iss headless now?'
  1861. # if true, the hat will be enabled.
  1862. Enabled: true
  1863. # if true, the description of this hat will be showed.
  1864. Show-Description: true
  1865. # if true, it'll be possible to find
  1866. # it in treasure chests
  1867. Can-Be-Found-In-Treasure-Chests: true
  1868. Ghost:
  1869. # Description of this cosmetic.
  1870. Description:
  1871. - '&7&o2spooky4u'
  1872. # if true, the hat will be enabled.
  1873. Enabled: true
  1874. # if true, the description of this hat will be showed.
  1875. Show-Description: true
  1876. # if true, it'll be possible to find
  1877. # it in treasure chests
  1878. Can-Be-Found-In-Treasure-Chests: true
  1879. JackOLantern:
  1880. # Description of this cosmetic.
  1881. Description:
  1882. - '&7&oA little pumkin'
  1883. # if true, the hat will be enabled.
  1884. Enabled: true
  1885. # if true, the description of this hat will be showed.
  1886. Show-Description: true
  1887. # if true, it'll be possible to find
  1888. # it in treasure chests
  1889. Can-Be-Found-In-Treasure-Chests: true
  1890. ScaryClown:
  1891. # Description of this cosmetic.
  1892. Description:
  1893. - '&7&oHope you are not scared of clowns.'
  1894. # if true, the hat will be enabled.
  1895. Enabled: true
  1896. # if true, the description of this hat will be showed.
  1897. Show-Description: true
  1898. # if true, it'll be possible to find
  1899. # it in treasure chests
  1900. Can-Be-Found-In-Treasure-Chests: true
  1901. Santa:
  1902. # Description of this cosmetic.
  1903. Description:
  1904. - '&7&oOh oh oh! Merry Christmas!'
  1905. # if true, the hat will be enabled.
  1906. Enabled: true
  1907. # if true, the description of this hat will be showed.
  1908. Show-Description: true
  1909. # if true, it'll be possible to find
  1910. # it in treasure chests
  1911. Can-Be-Found-In-Treasure-Chests: true
  1912. Snowman:
  1913. # Description of this cosmetic.
  1914. Description:
  1915. - '&7&oI don''t have a skull.. or bones'
  1916. # if true, the hat will be enabled.
  1917. Enabled: true
  1918. # if true, the description of this hat will be showed.
  1919. Show-Description: true
  1920. # if true, it'll be possible to find
  1921. # it in treasure chests
  1922. Can-Be-Found-In-Treasure-Chests: true
  1923. Present:
  1924. # Description of this cosmetic.
  1925. Description:
  1926. - '&7&oFrom Santa, to you!'
  1927. # if true, the hat will be enabled.
  1928. Enabled: true
  1929. # if true, the description of this hat will be showed.
  1930. Show-Description: true
  1931. # if true, it'll be possible to find
  1932. # it in treasure chests
  1933. Can-Be-Found-In-Treasure-Chests: true
  1934. Elf:
  1935. # Description of this cosmetic.
  1936. Description:
  1937. - '&7&oI work for Santa!'
  1938. # if true, the hat will be enabled.
  1939. Enabled: true
  1940. # if true, the description of this hat will be showed.
  1941. Show-Description: true
  1942. # if true, it'll be possible to find
  1943. # it in treasure chests
  1944. Can-Be-Found-In-Treasure-Chests: true
  1945. Bedrock:
  1946. # Description of this cosmetic.
  1947. Description:
  1948. - '&7&oUnbreakable!'
  1949. # if true, the hat will be enabled.
  1950. Enabled: true
  1951. # if true, the description of this hat will be showed.
  1952. Show-Description: true
  1953. # if true, it'll be possible to find
  1954. # it in treasure chests
  1955. Can-Be-Found-In-Treasure-Chests: true
  1956. Bread:
  1957. # Description of this cosmetic.
  1958. Description:
  1959. - '&7&o'
  1960. # if true, the hat will be enabled.
  1961. Enabled: true
  1962. # if true, the description of this hat will be showed.
  1963. Show-Description: true
  1964. # if true, it'll be possible to find
  1965. # it in treasure chests
  1966. Can-Be-Found-In-Treasure-Chests: true
  1967. Cheese:
  1968. # Description of this cosmetic.
  1969. Description:
  1970. - '&7&o'
  1971. # if true, the hat will be enabled.
  1972. Enabled: true
  1973. # if true, the description of this hat will be showed.
  1974. Show-Description: true
  1975. # if true, it'll be possible to find
  1976. # it in treasure chests
  1977. Can-Be-Found-In-Treasure-Chests: true
  1978. Pancakes:
  1979. # Description of this cosmetic.
  1980. Description:
  1981. - '&7&oBetter with syrup!'
  1982. # if true, the hat will be enabled.
  1983. Enabled: true
  1984. # if true, the description of this hat will be showed.
  1985. Show-Description: true
  1986. # if true, it'll be possible to find
  1987. # it in treasure chests
  1988. Can-Be-Found-In-Treasure-Chests: true
  1989. Cake:
  1990. # Description of this cosmetic.
  1991. Description:
  1992. - '&7&oMmmm, cake.'
  1993. # if true, the hat will be enabled.
  1994. Enabled: true
  1995. # if true, the description of this hat will be showed.
  1996. Show-Description: true
  1997. # if true, it'll be possible to find
  1998. # it in treasure chests
  1999. Can-Be-Found-In-Treasure-Chests: true
  2000. Cookie:
  2001. # Description of this cosmetic.
  2002. Description:
  2003. - '&7&oCookie'
  2004. # if true, the hat will be enabled.
  2005. Enabled: true
  2006. # if true, the description of this hat will be showed.
  2007. Show-Description: true
  2008. # if true, it'll be possible to find
  2009. # it in treasure chests
  2010. Can-Be-Found-In-Treasure-Chests: true
  2011. CandyCane:
  2012. # Description of this cosmetic.
  2013. Description:
  2014. - '&7&o'
  2015. # if true, the hat will be enabled.
  2016. Enabled: true
  2017. # if true, the description of this hat will be showed.
  2018. Show-Description: true
  2019. # if true, it'll be possible to find
  2020. # it in treasure chests
  2021. Can-Be-Found-In-Treasure-Chests: true
  2022. Chocolate:
  2023. # Description of this cosmetic.
  2024. Description:
  2025. - '&7&o'
  2026. # if true, the hat will be enabled.
  2027. Enabled: true
  2028. # if true, the description of this hat will be showed.
  2029. Show-Description: true
  2030. # if true, it'll be possible to find
  2031. # it in treasure chests
  2032. Can-Be-Found-In-Treasure-Chests: true
  2033. WhiteChocolate:
  2034. # Description of this cosmetic.
  2035. Description:
  2036. - '&7&o'
  2037. # if true, the hat will be enabled.
  2038. Enabled: true
  2039. # if true, the description of this hat will be showed.
  2040. Show-Description: true
  2041. # if true, it'll be possible to find
  2042. # it in treasure chests
  2043. Can-Be-Found-In-Treasure-Chests: true
  2044. Apple:
  2045. # Description of this cosmetic.
  2046. Description:
  2047. - '&7&o'
  2048. # if true, the hat will be enabled.
  2049. Enabled: true
  2050. # if true, the description of this hat will be showed.
  2051. Show-Description: true
  2052. # if true, it'll be possible to find
  2053. # it in treasure chests
  2054. Can-Be-Found-In-Treasure-Chests: true
  2055. Melon:
  2056. # Description of this cosmetic.
  2057. Description:
  2058. - '&7&o'
  2059. # if true, the hat will be enabled.
  2060. Enabled: true
  2061. # if true, the description of this hat will be showed.
  2062. Show-Description: true
  2063. # if true, it'll be possible to find
  2064. # it in treasure chests
  2065. Can-Be-Found-In-Treasure-Chests: true
  2066. CarvedPumpkin:
  2067. # Description of this cosmetic.
  2068. Description:
  2069. - '&7&o'
  2070. # if true, the hat will be enabled.
  2071. Enabled: true
  2072. # if true, the description of this hat will be showed.
  2073. Show-Description: true
  2074. # if true, it'll be possible to find
  2075. # it in treasure chests
  2076. Can-Be-Found-In-Treasure-Chests: true
  2077. Strawberry:
  2078. # Description of this cosmetic.
  2079. Description:
  2080. - '&7&o'
  2081. # if true, the hat will be enabled.
  2082. Enabled: true
  2083. # if true, the description of this hat will be showed.
  2084. Show-Description: true
  2085. # if true, it'll be possible to find
  2086. # it in treasure chests
  2087. Can-Be-Found-In-Treasure-Chests: true
  2088. Coconut:
  2089. # Description of this cosmetic.
  2090. Description:
  2091. - '&7&o'
  2092. # if true, the hat will be enabled.
  2093. Enabled: true
  2094. # if true, the description of this hat will be showed.
  2095. Show-Description: true
  2096. # if true, it'll be possible to find
  2097. # it in treasure chests
  2098. Can-Be-Found-In-Treasure-Chests: true
  2099. Taco:
  2100. # Description of this cosmetic.
  2101. Description:
  2102. - '&7&o'
  2103. # if true, the hat will be enabled.
  2104. Enabled: true
  2105. # if true, the description of this hat will be showed.
  2106. Show-Description: true
  2107. # if true, it'll be possible to find
  2108. # it in treasure chests
  2109. Can-Be-Found-In-Treasure-Chests: true
  2110. Bacon:
  2111. # Description of this cosmetic.
  2112. Description:
  2113. - '&7&oEverything''s better with bacon.'
  2114. # if true, the hat will be enabled.
  2115. Enabled: true
  2116. # if true, the description of this hat will be showed.
  2117. Show-Description: true
  2118. # if true, it'll be possible to find
  2119. # it in treasure chests
  2120. Can-Be-Found-In-Treasure-Chests: true
  2121. Fries:
  2122. # Description of this cosmetic.
  2123. Description:
  2124. - '&7&o'
  2125. # if true, the hat will be enabled.
  2126. Enabled: true
  2127. # if true, the description of this hat will be showed.
  2128. Show-Description: true
  2129. # if true, it'll be possible to find
  2130. # it in treasure chests
  2131. Can-Be-Found-In-Treasure-Chests: true
  2132. Hamburger:
  2133. # Description of this cosmetic.
  2134. Description:
  2135. - '&7&o'
  2136. # if true, the hat will be enabled.
  2137. Enabled: true
  2138. # if true, the description of this hat will be showed.
  2139. Show-Description: true
  2140. # if true, it'll be possible to find
  2141. # it in treasure chests
  2142. Can-Be-Found-In-Treasure-Chests: true
  2143. Popcorn:
  2144. # Description of this cosmetic.
  2145. Description:
  2146. - '&7&o'
  2147. # if true, the hat will be enabled.
  2148. Enabled: true
  2149. # if true, the description of this hat will be showed.
  2150. Show-Description: true
  2151. # if true, it'll be possible to find
  2152. # it in treasure chests
  2153. Can-Be-Found-In-Treasure-Chests: true
  2154. WhiteDonut:
  2155. # Description of this cosmetic.
  2156. Description:
  2157. - '&7&o'
  2158. # if true, the hat will be enabled.
  2159. Enabled: true
  2160. # if true, the description of this hat will be showed.
  2161. Show-Description: true
  2162. # if true, it'll be possible to find
  2163. # it in treasure chests
  2164. Can-Be-Found-In-Treasure-Chests: true
  2165. PinkDonut:
  2166. # Description of this cosmetic.
  2167. Description:
  2168. - '&7&o'
  2169. # if true, the hat will be enabled.
  2170. Enabled: true
  2171. # if true, the description of this hat will be showed.
  2172. Show-Description: true
  2173. # if true, it'll be possible to find
  2174. # it in treasure chests
  2175. Can-Be-Found-In-Treasure-Chests: true
  2176. ChocolateDonut:
  2177. # Description of this cosmetic.
  2178. Description:
  2179. - '&7&o'
  2180. # if true, the hat will be enabled.
  2181. Enabled: true
  2182. # if true, the description of this hat will be showed.
  2183. Show-Description: true
  2184. # if true, it'll be possible to find
  2185. # it in treasure chests
  2186. Can-Be-Found-In-Treasure-Chests: true
  2187. Pie:
  2188. # Description of this cosmetic.
  2189. Description:
  2190. - '&7&oi like pie'
  2191. # if true, the hat will be enabled.
  2192. Enabled: true
  2193. # if true, the description of this hat will be showed.
  2194. Show-Description: true
  2195. # if true, it'll be possible to find
  2196. # it in treasure chests
  2197. Can-Be-Found-In-Treasure-Chests: true
  2198. A:
  2199. # Description of this cosmetic.
  2200. Description:
  2201. - '&7&oThe first letter in the alphabet!'
  2202. # if true, the hat will be enabled.
  2203. Enabled: true
  2204. # if true, the description of this hat will be showed.
  2205. Show-Description: true
  2206. # if true, it'll be possible to find
  2207. # it in treasure chests
  2208. Can-Be-Found-In-Treasure-Chests: true
  2209. B:
  2210. # Description of this cosmetic.
  2211. Description:
  2212. - '&7&oThe second letter in the alphabet!'
  2213. # if true, the hat will be enabled.
  2214. Enabled: true
  2215. # if true, the description of this hat will be showed.
  2216. Show-Description: true
  2217. # if true, it'll be possible to find
  2218. # it in treasure chests
  2219. Can-Be-Found-In-Treasure-Chests: true
  2220. C:
  2221. # Description of this cosmetic.
  2222. Description:
  2223. - '&7&oThe third letter in the alphabet!'
  2224. # if true, the hat will be enabled.
  2225. Enabled: true
  2226. # if true, the description of this hat will be showed.
  2227. Show-Description: true
  2228. # if true, it'll be possible to find
  2229. # it in treasure chests
  2230. Can-Be-Found-In-Treasure-Chests: true
  2231. D:
  2232. # Description of this cosmetic.
  2233. Description:
  2234. - '&7&9The fourth letter in the alphabet!'
  2235. # if true, the hat will be enabled.
  2236. Enabled: true
  2237. # if true, the description of this hat will be showed.
  2238. Show-Description: true
  2239. # if true, it'll be possible to find
  2240. # it in treasure chests
  2241. Can-Be-Found-In-Treasure-Chests: true
  2242. E:
  2243. # Description of this cosmetic.
  2244. Description:
  2245. - '&7&9The fifth letter in the alphabet!'
  2246. # if true, the hat will be enabled.
  2247. Enabled: true
  2248. # if true, the description of this hat will be showed.
  2249. Show-Description: true
  2250. # if true, it'll be possible to find
  2251. # it in treasure chests
  2252. Can-Be-Found-In-Treasure-Chests: true
  2253. F:
  2254. # Description of this cosmetic.
  2255. Description:
  2256. - '&7&9The sixth letter in the alphabet!'
  2257. # if true, the hat will be enabled.
  2258. Enabled: true
  2259. # if true, the description of this hat will be showed.
  2260. Show-Description: true
  2261. # if true, it'll be possible to find
  2262. # it in treasure chests
  2263. Can-Be-Found-In-Treasure-Chests: true
  2264. G:
  2265. # Description of this cosmetic.
  2266. Description:
  2267. - '&7&9The seventh letter in the alphabet!'
  2268. # if true, the hat will be enabled.
  2269. Enabled: true
  2270. # if true, the description of this hat will be showed.
  2271. Show-Description: true
  2272. # if true, it'll be possible to find
  2273. # it in treasure chests
  2274. Can-Be-Found-In-Treasure-Chests: true
  2275. H:
  2276. # Description of this cosmetic.
  2277. Description:
  2278. - '&7&9The eighth letter in the alphabet!'
  2279. # if true, the hat will be enabled.
  2280. Enabled: true
  2281. # if true, the description of this hat will be showed.
  2282. Show-Description: true
  2283. # if true, it'll be possible to find
  2284. # it in treasure chests
  2285. Can-Be-Found-In-Treasure-Chests: true
  2286. I:
  2287. # Description of this cosmetic.
  2288. Description:
  2289. - '&7&9The ninth letter in the alphabet!'
  2290. # if true, the hat will be enabled.
  2291. Enabled: true
  2292. # if true, the description of this hat will be showed.
  2293. Show-Description: true
  2294. # if true, it'll be possible to find
  2295. # it in treasure chests
  2296. Can-Be-Found-In-Treasure-Chests: true
  2297. J:
  2298. # Description of this cosmetic.
  2299. Description:
  2300. - '&7&9The tenth letter in the alphabet!'
  2301. # if true, the hat will be enabled.
  2302. Enabled: true
  2303. # if true, the description of this hat will be showed.
  2304. Show-Description: true
  2305. # if true, it'll be possible to find
  2306. # it in treasure chests
  2307. Can-Be-Found-In-Treasure-Chests: true
  2308. K:
  2309. # Description of this cosmetic.
  2310. Description:
  2311. - '&7&9The eleventh letter in the alphabet!'
  2312. # if true, the hat will be enabled.
  2313. Enabled: true
  2314. # if true, the description of this hat will be showed.
  2315. Show-Description: true
  2316. # if true, it'll be possible to find
  2317. # it in treasure chests
  2318. Can-Be-Found-In-Treasure-Chests: true
  2319. L:
  2320. # Description of this cosmetic.
  2321. Description:
  2322. - '&7&9The twelfth letter in the alphabet!'
  2323. # if true, the hat will be enabled.
  2324. Enabled: true
  2325. # if true, the description of this hat will be showed.
  2326. Show-Description: true
  2327. # if true, it'll be possible to find
  2328. # it in treasure chests
  2329. Can-Be-Found-In-Treasure-Chests: true
  2330. M:
  2331. # Description of this cosmetic.
  2332. Description:
  2333. - '&7&9The thirteenth letter in the alphabet!'
  2334. # if true, the hat will be enabled.
  2335. Enabled: true
  2336. # if true, the description of this hat will be showed.
  2337. Show-Description: true
  2338. # if true, it'll be possible to find
  2339. # it in treasure chests
  2340. Can-Be-Found-In-Treasure-Chests: true
  2341. N:
  2342. # Description of this cosmetic.
  2343. Description:
  2344. - '&7&9The fourteenth letter in the alphabet!'
  2345. # if true, the hat will be enabled.
  2346. Enabled: true
  2347. # if true, the description of this hat will be showed.
  2348. Show-Description: true
  2349. # if true, it'll be possible to find
  2350. # it in treasure chests
  2351. Can-Be-Found-In-Treasure-Chests: true
  2352. O:
  2353. # Description of this cosmetic.
  2354. Description:
  2355. - '&7&9The fifteenth letter in the alphabet!'
  2356. # if true, the hat will be enabled.
  2357. Enabled: true
  2358. # if true, the description of this hat will be showed.
  2359. Show-Description: true
  2360. # if true, it'll be possible to find
  2361. # it in treasure chests
  2362. Can-Be-Found-In-Treasure-Chests: true
  2363. P:
  2364. # Description of this cosmetic.
  2365. Description:
  2366. - '&7&9The sixteenth letter in the alphabet!'
  2367. # if true, the hat will be enabled.
  2368. Enabled: true
  2369. # if true, the description of this hat will be showed.
  2370. Show-Description: true
  2371. # if true, it'll be possible to find
  2372. # it in treasure chests
  2373. Can-Be-Found-In-Treasure-Chests: true
  2374. Q:
  2375. # Description of this cosmetic.
  2376. Description:
  2377. - '&7&9The seventeenth letter in the alphabet!'
  2378. # if true, the hat will be enabled.
  2379. Enabled: true
  2380. # if true, the description of this hat will be showed.
  2381. Show-Description: true
  2382. # if true, it'll be possible to find
  2383. # it in treasure chests
  2384. Can-Be-Found-In-Treasure-Chests: true
  2385. R:
  2386. # Description of this cosmetic.
  2387. Description:
  2388. - '&7&9The eighteenth letter in the alphabet!'
  2389. # if true, the hat will be enabled.
  2390. Enabled: true
  2391. # if true, the description of this hat will be showed.
  2392. Show-Description: true
  2393. # if true, it'll be possible to find
  2394. # it in treasure chests
  2395. Can-Be-Found-In-Treasure-Chests: true
  2396. S:
  2397. # Description of this cosmetic.
  2398. Description:
  2399. - '&7&9The nineteenth letter in the alphabet!'
  2400. # if true, the hat will be enabled.
  2401. Enabled: true
  2402. # if true, the description of this hat will be showed.
  2403. Show-Description: true
  2404. # if true, it'll be possible to find
  2405. # it in treasure chests
  2406. Can-Be-Found-In-Treasure-Chests: true
  2407. T:
  2408. # Description of this cosmetic.
  2409. Description:
  2410. - '&7&9The twentieth letter in the alphabet!'
  2411. # if true, the hat will be enabled.
  2412. Enabled: true
  2413. # if true, the description of this hat will be showed.
  2414. Show-Description: true
  2415. # if true, it'll be possible to find
  2416. # it in treasure chests
  2417. Can-Be-Found-In-Treasure-Chests: true
  2418. U:
  2419. # Description of this cosmetic.
  2420. Description:
  2421. - '&7&9The twenty-first letter in the alphabet!'
  2422. # if true, the hat will be enabled.
  2423. Enabled: true
  2424. # if true, the description of this hat will be showed.
  2425. Show-Description: true
  2426. # if true, it'll be possible to find
  2427. # it in treasure chests
  2428. Can-Be-Found-In-Treasure-Chests: true
  2429. V:
  2430. # Description of this cosmetic.
  2431. Description:
  2432. - '&7&9The twenty-second letter in the alphabet!'
  2433. # if true, the hat will be enabled.
  2434. Enabled: true
  2435. # if true, the description of this hat will be showed.
  2436. Show-Description: true
  2437. # if true, it'll be possible to find
  2438. # it in treasure chests
  2439. Can-Be-Found-In-Treasure-Chests: true
  2440. W:
  2441. # Description of this cosmetic.
  2442. Description:
  2443. - '&7&9The twenty-third letter in the alphabet!'
  2444. # if true, the hat will be enabled.
  2445. Enabled: true
  2446. # if true, the description of this hat will be showed.
  2447. Show-Description: true
  2448. # if true, it'll be possible to find
  2449. # it in treasure chests
  2450. Can-Be-Found-In-Treasure-Chests: true
  2451. X:
  2452. # Description of this cosmetic.
  2453. Description:
  2454. - '&7&9The twenty-fourth letter in the alphabet!'
  2455. # if true, the hat will be enabled.
  2456. Enabled: true
  2457. # if true, the description of this hat will be showed.
  2458. Show-Description: true
  2459. # if true, it'll be possible to find
  2460. # it in treasure chests
  2461. Can-Be-Found-In-Treasure-Chests: true
  2462. Y:
  2463. # Description of this cosmetic.
  2464. Description:
  2465. - '&7&9The twenty-fifth letter in the alphabet!'
  2466. # if true, the hat will be enabled.
  2467. Enabled: true
  2468. # if true, the description of this hat will be showed.
  2469. Show-Description: true
  2470. # if true, it'll be possible to find
  2471. # it in treasure chests
  2472. Can-Be-Found-In-Treasure-Chests: true
  2473. Z:
  2474. # Description of this cosmetic.
  2475. Description:
  2476. - '&7&9The twenty-sixth letter in the alphabet!'
  2477. # if true, the hat will be enabled.
  2478. Enabled: true
  2479. # if true, the description of this hat will be showed.
  2480. Show-Description: true
  2481. # if true, it'll be possible to find
  2482. # it in treasure chests
  2483. Can-Be-Found-In-Treasure-Chests: true
  2484. Suits:
  2485. Rave:
  2486. # Description of this cosmetic.
  2487. Description:
  2488. - '&7&oSuch amazing colors!'
  2489. # if true, the suit will be enabled.
  2490. Enabled: true
  2491. # if true, the description of this suit will be showed.
  2492. Show-Description: true
  2493. # if true, it'll be possible to find
  2494. # it in treasure chests
  2495. Can-Be-Found-In-Treasure-Chests: true
  2496. Astronaut:
  2497. # Description of this cosmetic.
  2498. Description:
  2499. - '&7&oHouston?'
  2500. # if true, the suit will be enabled.
  2501. Enabled: true
  2502. # if true, the description of this suit will be showed.
  2503. Show-Description: true
  2504. # if true, it'll be possible to find
  2505. # it in treasure chests
  2506. Can-Be-Found-In-Treasure-Chests: true
  2507. Diamond:
  2508. # Description of this cosmetic.
  2509. Description:
  2510. - '&7&oShow your Mining skills'
  2511. - '&7&owith this amazing outfit!'
  2512. # if true, the suit will be enabled.
  2513. Enabled: true
  2514. # if true, the description of this suit will be showed.
  2515. Show-Description: true
  2516. # if true, it'll be possible to find
  2517. # it in treasure chests
  2518. Can-Be-Found-In-Treasure-Chests: true
  2519. Santa:
  2520. # Description of this cosmetic.
  2521. Description:
  2522. - '&7&oBecome Santa and deliver presents!'
  2523. # if true, the suit will be enabled.
  2524. Enabled: true
  2525. # if true, the description of this suit will be showed.
  2526. Show-Description: true
  2527. # if true, it'll be possible to find
  2528. # it in treasure chests
  2529. Can-Be-Found-In-Treasure-Chests: true
  2530. Emotes:
  2531. Cry:
  2532. # Description of this cosmetic.
  2533. Description:
  2534. - '&7&oAre you really sad? :('
  2535. # if true, the mount will be enabled.
  2536. Enabled: true
  2537. # if true, the description will be showed.
  2538. Show-Description: true
  2539. # if true, it'll be possible to find
  2540. # it in treasure chests
  2541. Can-Be-Found-In-Treasure-Chests: true
  2542. Angry:
  2543. # Description of this cosmetic.
  2544. Description:
  2545. - '&7&oShow your rage to the other players!'
  2546. # if true, the mount will be enabled.
  2547. Enabled: true
  2548. # if true, the description will be showed.
  2549. Show-Description: true
  2550. # if true, it'll be possible to find
  2551. # it in treasure chests
  2552. Can-Be-Found-In-Treasure-Chests: true
  2553. Happy:
  2554. # Description of this cosmetic.
  2555. Description:
  2556. - '&7&oDon''t worry, be happy!'
  2557. # if true, the mount will be enabled.
  2558. Enabled: true
  2559. # if true, the description will be showed.
  2560. Show-Description: true
  2561. # if true, it'll be possible to find
  2562. # it in treasure chests
  2563. Can-Be-Found-In-Treasure-Chests: true
  2564. Cheeky:
  2565. # Description of this cosmetic.
  2566. Description:
  2567. - '&7&oYou like being cheeky? Well, this emote is for you!'
  2568. # if true, the mount will be enabled.
  2569. Enabled: true
  2570. # if true, the description will be showed.
  2571. Show-Description: true
  2572. # if true, it'll be possible to find
  2573. # it in treasure chests
  2574. Can-Be-Found-In-Treasure-Chests: true
  2575. Love:
  2576. # Description of this cosmetic.
  2577. Description:
  2578. - '&7&oYou have beautiful eyes, do you know that?'
  2579. # if true, the mount will be enabled.
  2580. Enabled: true
  2581. # if true, the description will be showed.
  2582. Show-Description: true
  2583. # if true, it'll be possible to find
  2584. # it in treasure chests
  2585. Can-Be-Found-In-Treasure-Chests: true
  2586. DealWithIt:
  2587. # Description of this cosmetic.
  2588. Description:
  2589. - '&7&oDo you feel like showing off? This emote is for you!'
  2590. # if true, the mount will be enabled.
  2591. Enabled: true
  2592. # if true, the description will be showed.
  2593. Show-Description: true
  2594. # if true, it'll be possible to find
  2595. # it in treasure chests
  2596. Can-Be-Found-In-Treasure-Chests: true
  2597. Cool:
  2598. # Description of this cosmetic.
  2599. Description:
  2600. - '&7&oKeep cool man!'
  2601. # if true, the mount will be enabled.
  2602. Enabled: true
  2603. # if true, the description will be showed.
  2604. Show-Description: true
  2605. # if true, it'll be possible to find
  2606. # it in treasure chests
  2607. Can-Be-Found-In-Treasure-Chests: true
  2608. Surprised:
  2609. # Description of this cosmetic.
  2610. Description:
  2611. - '&7&oOH LORD!!!'
  2612. # if true, the mount will be enabled.
  2613. Enabled: true
  2614. # if true, the description will be showed.
  2615. Show-Description: true
  2616. # if true, it'll be possible to find
  2617. # it in treasure chests
  2618. Can-Be-Found-In-Treasure-Chests: true
  2619. Wink:
  2620. # Description of this cosmetic.
  2621. Description:
  2622. - '&7&oHaving fun? Let someone know you are in on the joke'
  2623. # if true, the mount will be enabled.
  2624. Enabled: true
  2625. # if true, the description will be showed.
  2626. Show-Description: true
  2627. # if true, it'll be possible to find
  2628. # it in treasure chests
  2629. Can-Be-Found-In-Treasure-Chests: true
  2630. Morphs:
  2631. Bat:
  2632. # Description of this cosmetic.
  2633. Description:
  2634. - '&7&oBecome a bat!'
  2635. # if true, the morph will be enabled.
  2636. Enabled: true
  2637. # if true, the description of this morph will be showed.
  2638. Show-Description: true
  2639. # if true, it'll be possible to find
  2640. # it in treasure chests
  2641. Can-Be-Found-In-Treasure-Chests: true
  2642. Blaze:
  2643. # Description of this cosmetic.
  2644. Description:
  2645. - '&7&oIt might be hot on there..'
  2646. # if true, the morph will be enabled.
  2647. Enabled: true
  2648. # if true, the description of this morph will be showed.
  2649. Show-Description: true
  2650. # if true, it'll be possible to find
  2651. # it in treasure chests
  2652. Can-Be-Found-In-Treasure-Chests: true
  2653. Chicken:
  2654. # Description of this cosmetic.
  2655. Description:
  2656. - '&7&oBecome a chicken!'
  2657. # if true, the morph will be enabled.
  2658. Enabled: true
  2659. # if true, the description of this morph will be showed.
  2660. Show-Description: true
  2661. # if true, it'll be possible to find
  2662. # it in treasure chests
  2663. Can-Be-Found-In-Treasure-Chests: true
  2664. Pig:
  2665. # Description of this cosmetic.
  2666. Description:
  2667. - '&7&oMust hold your carrot!'
  2668. # if true, the morph will be enabled.
  2669. Enabled: true
  2670. # if true, the description of this morph will be showed.
  2671. Show-Description: true
  2672. # if true, it'll be possible to find
  2673. # it in treasure chests
  2674. Can-Be-Found-In-Treasure-Chests: true
  2675. Enderman:
  2676. # Description of this cosmetic.
  2677. Description:
  2678. - '&7&oI go from there to'
  2679. - '&7&othere, then you lost me..'
  2680. # if true, the morph will be enabled.
  2681. Enabled: true
  2682. # if true, the description of this morph will be showed.
  2683. Show-Description: true
  2684. # if true, it'll be possible to find
  2685. # it in treasure chests
  2686. Can-Be-Found-In-Treasure-Chests: true
  2687. Slime:
  2688. # Description of this cosmetic.
  2689. Description:
  2690. - '&7&oSplat splat!'
  2691. # if true, the morph will be enabled.
  2692. Enabled: true
  2693. # if true, the description of this morph will be showed.
  2694. Show-Description: true
  2695. # if true, it'll be possible to find
  2696. # it in treasure chests
  2697. Can-Be-Found-In-Treasure-Chests: true
  2698. Creeper:
  2699. # Description of this cosmetic.
  2700. Description:
  2701. - '&7&oHey What''sssssss up?'
  2702. # if true, the morph will be enabled.
  2703. Enabled: true
  2704. # if true, the description of this morph will be showed.
  2705. Show-Description: true
  2706. # if true, it'll be possible to find
  2707. # it in treasure chests
  2708. Can-Be-Found-In-Treasure-Chests: true
  2709. WitherSkeleton:
  2710. # Description of this cosmetic.
  2711. Description:
  2712. - '&7&oJust a regular skeleton..'
  2713. - '&7&obut from the Nether!'
  2714. # if true, the morph will be enabled.
  2715. Enabled: true
  2716. # if true, the description of this morph will be showed.
  2717. Show-Description: true
  2718. # if true, it'll be possible to find
  2719. # it in treasure chests
  2720. Can-Be-Found-In-Treasure-Chests: true
  2721. Snowman:
  2722. # Description of this cosmetic.
  2723. Description:
  2724. - '&7&oBecome Olaf!'
  2725. # if true, the morph will be enabled.
  2726. Enabled: true
  2727. # if true, the description of this morph will be showed.
  2728. Show-Description: true
  2729. # if true, it'll be possible to find
  2730. # it in treasure chests
  2731. Can-Be-Found-In-Treasure-Chests: true
  2732. ElderGuardian:
  2733. # Description of this cosmetic.
  2734. Description:
  2735. - '&7&oBecome an Elder Guardian!!'
  2736. # if true, the morph will be enabled.
  2737. Enabled: true
  2738. # if true, the description of this morph will be showed.
  2739. Show-Description: true
  2740. # if true, it'll be possible to find
  2741. # it in treasure chests
  2742. Can-Be-Found-In-Treasure-Chests: true
  2743. Cow:
  2744. # Description of this cosmetic.
  2745. Description:
  2746. - '&7&oMoooo!'
  2747. # if true, the morph will be enabled.
  2748. Enabled: true
  2749. # if true, the description of this morph will be showed.
  2750. Show-Description: true
  2751. # if true, it'll be possible to find
  2752. # it in treasure chests
  2753. Can-Be-Found-In-Treasure-Chests: true
  2754. Sheep:
  2755. # Description of this cosmetic.
  2756. Description:
  2757. - '&7&oBaaaa, baa'
  2758. # if true, the morph will be enabled.
  2759. Enabled: true
  2760. # if true, the description of this morph will be showed.
  2761. Show-Description: true
  2762. # if true, it'll be possible to find
  2763. # it in treasure chests
  2764. Can-Be-Found-In-Treasure-Chests: true
  2765. Mooshroom:
  2766. # Description of this cosmetic.
  2767. Description:
  2768. - '&7&oMoooo!'
  2769. # if true, the morph will be enabled.
  2770. Enabled: true
  2771. # if true, the description of this morph will be showed.
  2772. Show-Description: true
  2773. # if true, it'll be possible to find
  2774. # it in treasure chests
  2775. Can-Be-Found-In-Treasure-Chests: true
  2776. Villager:
  2777. # Description of this cosmetic.
  2778. Description:
  2779. - '&7&oHmmmmmmmmm'
  2780. # if true, the morph will be enabled.
  2781. Enabled: true
  2782. # if true, the description of this morph will be showed.
  2783. Show-Description: true
  2784. # if true, it'll be possible to find
  2785. # it in treasure chests
  2786. Can-Be-Found-In-Treasure-Chests: true
  2787. Witch:
  2788. # Description of this cosmetic.
  2789. Description:
  2790. - '&7&oMuahahahahaha'
  2791. # if true, the morph will be enabled.
  2792. Enabled: true
  2793. # if true, the description of this morph will be showed.
  2794. Show-Description: true
  2795. # if true, it'll be possible to find
  2796. # it in treasure chests
  2797. Can-Be-Found-In-Treasure-Chests: true
  2798. PolarBear:
  2799. # Description of this cosmetic.
  2800. Description:
  2801. - '&7&oI prefer cold areas'
  2802. # if true, the morph will be enabled.
  2803. Enabled: true
  2804. # if true, the description of this morph will be showed.
  2805. Show-Description: true
  2806. # if true, it'll be possible to find
  2807. # it in treasure chests
  2808. Can-Be-Found-In-Treasure-Chests: true
  2809. Llama:
  2810. # Description of this cosmetic.
  2811. Description:
  2812. - '&7&oNeed me to carry anything?'
  2813. # if true, the morph will be enabled.
  2814. Enabled: true
  2815. # if true, the description of this morph will be showed.
  2816. Show-Description: true
  2817. # if true, it'll be possible to find
  2818. # it in treasure chests
  2819. Can-Be-Found-In-Treasure-Chests: true
Add Comment
Please, Sign In to add comment