Guest User

Untitled

a guest
Sep 20th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 74.65 KB | None | 0 0
  1. # If set to true, will check for updates
  2. Check-For-Updates: true
  3. # List of the enabled categories.
  4. Categories-Enabled:
  5. Gadgets: true
  6. Particle-Effects: true
  7. Mounts: true
  8. Pets: true
  9. Morphs: true
  10. Hats: true
  11. Suits: true
  12. 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: true
  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: false
  98. Key-Price: 1000
  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: false
  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: false
  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: false
  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: 3
  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: false
  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. - ComboFly
  311. Gadgets:
  312. BatBlaster:
  313. # Description of this cosmetic.
  314. Description:
  315. - '&7&oLaunch waves of annoying bats'
  316. - '&7&oto people you don''t like!'
  317. Cooldown: 8.0
  318. # Should it affect players? (Velocity, etc.)
  319. Affect-Players: true
  320. # if true, the gadget will be enabled.
  321. Enabled: true
  322. # if true, the description of gadget will be showed.
  323. Show-Description: true
  324. # if true, it'll be possible to find
  325. # it in treasure chests
  326. Can-Be-Found-In-Treasure-Chests: true
  327. Chickenator:
  328. # Description of this cosmetic.
  329. Description:
  330. - '&7&oShoot, boom, KFC.'
  331. Cooldown: 6.0
  332. # Should it affect players? (Velocity, etc.)
  333. Affect-Players: true
  334. # if true, the gadget will be enabled.
  335. Enabled: true
  336. # if true, the description of gadget will be showed.
  337. Show-Description: true
  338. # if true, it'll be possible to find
  339. # it in treasure chests
  340. Can-Be-Found-In-Treasure-Chests: true
  341. ColorBomb:
  342. # Description of this cosmetic.
  343. Description:
  344. - '&7&oA colorful bomb!'
  345. Cooldown: 25.0
  346. # Should it affect players? (Velocity, etc.)
  347. Affect-Players: true
  348. # if true, the gadget will be enabled.
  349. Enabled: true
  350. # if true, the description of gadget will be showed.
  351. Show-Description: true
  352. # if true, it'll be possible to find
  353. # it in treasure chests
  354. Can-Be-Found-In-Treasure-Chests: true
  355. DiscoBall:
  356. # Description of this cosmetic.
  357. Description:
  358. - '&7&oJust, dance!'
  359. Cooldown: 45.0
  360. # Should it affect players? (Velocity, etc.)
  361. Affect-Players: true
  362. # if true, the gadget will be enabled.
  363. Enabled: true
  364. # if true, the description of gadget will be showed.
  365. Show-Description: true
  366. # if true, it'll be possible to find
  367. # it in treasure chests
  368. Can-Be-Found-In-Treasure-Chests: true
  369. EtherealPearl:
  370. # Description of this cosmetic.
  371. Description:
  372. - '&7&oTake a ride through the skies'
  373. - '&7&oon your very own Ethereal Pearl!'
  374. Cooldown: 2.0
  375. # Should it affect players? (Velocity, etc.)
  376. Affect-Players: true
  377. # if true, the gadget will be enabled.
  378. Enabled: true
  379. # if true, the description of gadget will be showed.
  380. Show-Description: true
  381. # if true, it'll be possible to find
  382. # it in treasure chests
  383. Can-Be-Found-In-Treasure-Chests: true
  384. FleshHook:
  385. # Description of this cosmetic.
  386. Description:
  387. - '&7&oMake new friends by throwing a hook'
  388. - '&7&ointo their face and pulling them'
  389. - '&7&otowards you!'
  390. Cooldown: 5.0
  391. # Should it affect players? (Velocity, etc.)
  392. Affect-Players: true
  393. # if true, the gadget will be enabled.
  394. Enabled: true
  395. # if true, the description of gadget will be showed.
  396. Show-Description: true
  397. # if true, it'll be possible to find
  398. # it in treasure chests
  399. Can-Be-Found-In-Treasure-Chests: true
  400. MelonThrower:
  401. # Description of this cosmetic.
  402. Description:
  403. - '&7&oDeliciously fun!'
  404. Cooldown: 2.0
  405. # Should it affect players? (Velocity, etc.)
  406. Affect-Players: true
  407. # if true, the gadget will be enabled.
  408. Enabled: true
  409. # if true, the description of gadget will be showed.
  410. Show-Description: true
  411. # if true, it'll be possible to find
  412. # it in treasure chests
  413. Can-Be-Found-In-Treasure-Chests: true
  414. BlizzardBlaster:
  415. # Description of this cosmetic.
  416. Description:
  417. - '&7&oLet it go!'
  418. Cooldown: 12.0
  419. # Should it affect players? (Velocity, etc.)
  420. Affect-Players: true
  421. # if true, the gadget will be enabled.
  422. Enabled: true
  423. # if true, the description of gadget will be showed.
  424. Show-Description: true
  425. # if true, it'll be possible to find
  426. # it in treasure chests
  427. Can-Be-Found-In-Treasure-Chests: true
  428. PortalGun:
  429. # Description of this cosmetic.
  430. Description:
  431. - '&7&oMomentum, a function of mass and velocity,'
  432. - '&7&ois converved between portals. In Layman''''s terms,'
  433. - '&7&ospeedy thing goes in, speedy thing goes out.'
  434. Cooldown: 2.0
  435. # Should it affect players? (Velocity, etc.)
  436. Affect-Players: true
  437. # if true, the gadget will be enabled.
  438. Enabled: true
  439. # if true, the description of gadget will be showed.
  440. Show-Description: true
  441. # if true, it'll be possible to find
  442. # it in treasure chests
  443. Can-Be-Found-In-Treasure-Chests: true
  444. ExplosiveSheep:
  445. # Description of this cosmetic.
  446. Description:
  447. - '&7&oAre you sure it''s supposed'
  448. - '&7&oto flicker like that?'
  449. Cooldown: 25.0
  450. # Should it affect players? (Velocity, etc.)
  451. Affect-Players: true
  452. # if true, the gadget will be enabled.
  453. Enabled: true
  454. # if true, the description of gadget will be showed.
  455. Show-Description: true
  456. # if true, it'll be possible to find
  457. # it in treasure chests
  458. Can-Be-Found-In-Treasure-Chests: true
  459. PaintballGun:
  460. # Description of this cosmetic.
  461. Description:
  462. - '&7&oPEW PEW PEW PEW!!!'
  463. Cooldown: 0.5
  464. # Should it affect players? (Velocity, etc.)
  465. Affect-Players: true
  466. # if true, the gadget will be enabled.
  467. Enabled: true
  468. # if true, the description of gadget will be showed.
  469. Show-Description: true
  470. # if true, it'll be possible to find
  471. # it in treasure chests
  472. Can-Be-Found-In-Treasure-Chests: true
  473. # With what block will it paint?
  474. Block-Type: STAINED_CLAY
  475. Particle:
  476. # Should it display particles?
  477. Enabled: false
  478. # what particles? (List: http://pastebin.com/CVKkufck)
  479. Effect: FIREWORKS_SPARK
  480. # The radius of painting.
  481. Radius: 2
  482. # A list of the BLOCKS that
  483. # can't be painted.
  484. BlackList:
  485. - REDSTONE_BLOCK
  486. ThorHammer:
  487. # Description of this cosmetic.
  488. Description:
  489. - '&7&oGet the real Mjölnir'
  490. Cooldown: 8.0
  491. # Should it affect players? (Velocity, etc.)
  492. Affect-Players: true
  493. # if true, the gadget will be enabled.
  494. Enabled: true
  495. # if true, the description of gadget will be showed.
  496. Show-Description: true
  497. # if true, it'll be possible to find
  498. # it in treasure chests
  499. Can-Be-Found-In-Treasure-Chests: true
  500. AntiGravity:
  501. # Description of this cosmetic.
  502. Description:
  503. - '&7&oYou don''t like gravity?'
  504. - '&7&oThen, this gadget is made for you!'
  505. Cooldown: 30.0
  506. # Should it affect players? (Velocity, etc.)
  507. Affect-Players: true
  508. # if true, the gadget will be enabled.
  509. Enabled: true
  510. # if true, the description of gadget will be showed.
  511. Show-Description: true
  512. # if true, it'll be possible to find
  513. # it in treasure chests
  514. Can-Be-Found-In-Treasure-Chests: true
  515. SmashDown:
  516. # Description of this cosmetic.
  517. Description:
  518. - '&7&oAND HIS NAME IS... JOHN CENA!!'
  519. Cooldown: 15.0
  520. # Should it affect players? (Velocity, etc.)
  521. Affect-Players: true
  522. # if true, the gadget will be enabled.
  523. Enabled: true
  524. # if true, the description of gadget will be showed.
  525. Show-Description: true
  526. # if true, it'll be possible to find
  527. # it in treasure chests
  528. Can-Be-Found-In-Treasure-Chests: true
  529. Rocket:
  530. # Description of this cosmetic.
  531. Description:
  532. - '&7&oHouston, we have got a problem..'
  533. Cooldown: 60.0
  534. # Should it affect players? (Velocity, etc.)
  535. Affect-Players: true
  536. # if true, the gadget will be enabled.
  537. Enabled: true
  538. # if true, the description of gadget will be showed.
  539. Show-Description: true
  540. # if true, it'll be possible to find
  541. # it in treasure chests
  542. Can-Be-Found-In-Treasure-Chests: true
  543. BlackHole:
  544. # Description of this cosmetic.
  545. Description:
  546. - '&7&oYou should not get caught by it..'
  547. Cooldown: 35.0
  548. # Should it affect players? (Velocity, etc.)
  549. Affect-Players: true
  550. # if true, the gadget will be enabled.
  551. Enabled: true
  552. # if true, the description of gadget will be showed.
  553. Show-Description: true
  554. # if true, it'll be possible to find
  555. # it in treasure chests
  556. Can-Be-Found-In-Treasure-Chests: true
  557. Tsunami:
  558. # Description of this cosmetic.
  559. Description:
  560. - '&9&oTSUNAMI!!'
  561. - '&7&oJUMP!'
  562. - '&7&oLet''s go!'
  563. Cooldown: 12.0
  564. # Should it affect players? (Velocity, etc.)
  565. Affect-Players: true
  566. # if true, the gadget will be enabled.
  567. Enabled: true
  568. # if true, the description of gadget will be showed.
  569. Show-Description: true
  570. # if true, it'll be possible to find
  571. # it in treasure chests
  572. Can-Be-Found-In-Treasure-Chests: true
  573. TNT:
  574. # Description of this cosmetic.
  575. Description:
  576. - '&7&oBlow some people up!'
  577. - '&7&oKABOOM!'
  578. Cooldown: 10.0
  579. # Should it affect players? (Velocity, etc.)
  580. Affect-Players: true
  581. # if true, the gadget will be enabled.
  582. Enabled: true
  583. # if true, the description of gadget will be showed.
  584. Show-Description: true
  585. # if true, it'll be possible to find
  586. # it in treasure chests
  587. Can-Be-Found-In-Treasure-Chests: true
  588. FunGun:
  589. # Description of this cosmetic.
  590. Description:
  591. - '&7&oWoow! So much fun in a gun!'
  592. Cooldown: 4.0
  593. # Should it affect players? (Velocity, etc.)
  594. Affect-Players: true
  595. # if true, the gadget will be enabled.
  596. Enabled: true
  597. # if true, the description of gadget will be showed.
  598. Show-Description: true
  599. # if true, it'll be possible to find
  600. # it in treasure chests
  601. Can-Be-Found-In-Treasure-Chests: true
  602. Parachute:
  603. # Description of this cosmetic.
  604. Description:
  605. - '&7&oGERONIMOooo!'
  606. Cooldown: 60.0
  607. # Should it affect players? (Velocity, etc.)
  608. Affect-Players: true
  609. # if true, the gadget will be enabled.
  610. Enabled: true
  611. # if true, the description of gadget will be showed.
  612. Show-Description: true
  613. # if true, it'll be possible to find
  614. # it in treasure chests
  615. Can-Be-Found-In-Treasure-Chests: true
  616. QuakeGun:
  617. # Description of this cosmetic.
  618. Description:
  619. - '&7&oGet a real Rail Gun'
  620. - '&7&oand strike players and mobs!'
  621. Cooldown: 3.0
  622. # Should it affect players? (Velocity, etc.)
  623. Affect-Players: true
  624. # if true, the gadget will be enabled.
  625. Enabled: true
  626. # if true, the description of gadget will be showed.
  627. Show-Description: true
  628. # if true, it'll be possible to find
  629. # it in treasure chests
  630. Can-Be-Found-In-Treasure-Chests: true
  631. GhostParty:
  632. # Description of this cosmetic.
  633. Description:
  634. - '&7&oWho Ya Gonna Call?'
  635. - '&f&lGHOST &4&lBUSTERS!'
  636. Cooldown: 45.0
  637. # Should it affect players? (Velocity, etc.)
  638. Affect-Players: true
  639. # if true, the gadget will be enabled.
  640. Enabled: true
  641. # if true, the description of gadget will be showed.
  642. Show-Description: true
  643. # if true, it'll be possible to find
  644. # it in treasure chests
  645. Can-Be-Found-In-Treasure-Chests: true
  646. Firework:
  647. # Description of this cosmetic.
  648. Description:
  649. - '&7&oNeed to celebrate?'
  650. - '&7&oUse fireworks!'
  651. Cooldown: 0.2
  652. # Should it affect players? (Velocity, etc.)
  653. Affect-Players: true
  654. # if true, the gadget will be enabled.
  655. Enabled: true
  656. # if true, the description of gadget will be showed.
  657. Show-Description: true
  658. # if true, it'll be possible to find
  659. # it in treasure chests
  660. Can-Be-Found-In-Treasure-Chests: true
  661. ChristmasTree:
  662. # Description of this cosmetic.
  663. Description:
  664. - '&7&oHere is a Christmas'
  665. - '&7&oTree for you!'
  666. Cooldown: 20.0
  667. # Should it affect players? (Velocity, etc.)
  668. Affect-Players: true
  669. # if true, the gadget will be enabled.
  670. Enabled: true
  671. # if true, the description of gadget will be showed.
  672. Show-Description: true
  673. # if true, it'll be possible to find
  674. # it in treasure chests
  675. Can-Be-Found-In-Treasure-Chests: true
  676. FreezeCannon:
  677. # Description of this cosmetic.
  678. Description:
  679. - '&7&oTransform the floor into a rink!'
  680. Cooldown: 8.0
  681. # Should it affect players? (Velocity, etc.)
  682. Affect-Players: true
  683. # if true, the gadget will be enabled.
  684. Enabled: true
  685. # if true, the description of gadget will be showed.
  686. Show-Description: true
  687. # if true, it'll be possible to find
  688. # it in treasure chests
  689. Can-Be-Found-In-Treasure-Chests: true
  690. Snowball:
  691. # Description of this cosmetic.
  692. Description:
  693. - '&7&oJoin in on the festive fun by'
  694. - '&7&othrowing snow at people!'
  695. Cooldown: 0.5
  696. # Should it affect players? (Velocity, etc.)
  697. Affect-Players: true
  698. # if true, the gadget will be enabled.
  699. Enabled: true
  700. # if true, the description of gadget will be showed.
  701. Show-Description: true
  702. # if true, it'll be possible to find
  703. # it in treasure chests
  704. Can-Be-Found-In-Treasure-Chests: true
  705. PartyPopper:
  706. # Description of this cosmetic.
  707. Description:
  708. - '&7&oCelebrate by blasting confetti into'
  709. - '&7&opeoples'' eyes!'
  710. Cooldown: 2.0
  711. # Should it affect players? (Velocity, etc.)
  712. Affect-Players: true
  713. # if true, the gadget will be enabled.
  714. Enabled: true
  715. # if true, the description of gadget will be showed.
  716. Show-Description: true
  717. # if true, it'll be possible to find
  718. # it in treasure chests
  719. Can-Be-Found-In-Treasure-Chests: true
  720. Trampoline:
  721. # Description of this cosmetic.
  722. Description:
  723. - '&7&oConstructs a trampoline!'
  724. - '&7&othat sends you and your'
  725. - '&7&ofriends into air!'
  726. Cooldown: 75.0
  727. # Should it affect players? (Velocity, etc.)
  728. Affect-Players: true
  729. # if true, the gadget will be enabled.
  730. Enabled: true
  731. # if true, the description of gadget will be showed.
  732. Show-Description: true
  733. # if true, it'll be possible to find
  734. # it in treasure chests
  735. Can-Be-Found-In-Treasure-Chests: true
  736. Mounts:
  737. DruggedHorse:
  738. # Description of this cosmetic.
  739. Description:
  740. - '&7&oThat is just too much!'
  741. # if true, the mount will be enabled.
  742. Enabled: true
  743. # if true, the description will be showed.
  744. Show-Description: true
  745. # if true, it'll be possible to find
  746. # it in treasure chests
  747. Can-Be-Found-In-Treasure-Chests: true
  748. InfernalHorror:
  749. # Description of this cosmetic.
  750. Description:
  751. - '&7&oThis mount comes directly from... hell!'
  752. # if true, the mount will be enabled.
  753. Enabled: true
  754. # if true, the description will be showed.
  755. Show-Description: true
  756. # if true, it'll be possible to find
  757. # it in treasure chests
  758. Can-Be-Found-In-Treasure-Chests: true
  759. GlacialSteed:
  760. # Description of this cosmetic.
  761. Description:
  762. - '&7&oThis mount comes from North Pole!'
  763. # if true, the mount will be enabled.
  764. Enabled: true
  765. # if true, the description will be showed.
  766. Show-Description: true
  767. # if true, it'll be possible to find
  768. # it in treasure chests
  769. Can-Be-Found-In-Treasure-Chests: true
  770. WalkingDead:
  771. # Description of this cosmetic.
  772. Description:
  773. - '&7&oGraaaaw...'
  774. # if true, the mount will be enabled.
  775. Enabled: true
  776. # if true, the description will be showed.
  777. Show-Description: true
  778. # if true, it'll be possible to find
  779. # it in treasure chests
  780. Can-Be-Found-In-Treasure-Chests: true
  781. MountOfFire:
  782. # Description of this cosmetic.
  783. Description:
  784. - '&7&oThe mount of Hadès!'
  785. # if true, the mount will be enabled.
  786. Enabled: true
  787. # if true, the description 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. MountOfWater:
  793. # Description of this cosmetic.
  794. Description:
  795. - '&7&oThe mount of Poséidon!'
  796. # if true, the mount will be enabled.
  797. Enabled: true
  798. # if true, the description will be showed.
  799. Show-Description: true
  800. # if true, it'll be possible to find
  801. # it in treasure chests
  802. Can-Be-Found-In-Treasure-Chests: true
  803. EcologistHorse:
  804. # Description of this cosmetic.
  805. Description:
  806. - '&7&oBecome ecologist!'
  807. # if true, the mount will be enabled.
  808. Enabled: true
  809. # if true, the description will be showed.
  810. Show-Description: true
  811. # if true, it'll be possible to find
  812. # it in treasure chests
  813. Can-Be-Found-In-Treasure-Chests: true
  814. Snake:
  815. # Description of this cosmetic.
  816. Description:
  817. - '&7&oWatch out! It may bite..'
  818. # if true, the mount will be enabled.
  819. Enabled: true
  820. # if true, the description will be showed.
  821. Show-Description: true
  822. # if true, it'll be possible to find
  823. # it in treasure chests
  824. Can-Be-Found-In-Treasure-Chests: true
  825. NyanSheep:
  826. # Description of this cosmetic.
  827. Description:
  828. - '&4&lNyan &6&lnyan &e&lnyan'
  829. - '&a&lnyan &3&lnyan &9&lnyan'
  830. # if true, the mount will be enabled.
  831. Enabled: true
  832. # if true, the description will be showed.
  833. Show-Description: true
  834. # if true, it'll be possible to find
  835. # it in treasure chests
  836. Can-Be-Found-In-Treasure-Chests: true
  837. Dragon:
  838. # Description of this cosmetic.
  839. Description:
  840. - '&7&oBecome a dragon rider!'
  841. # if true, the mount will be enabled.
  842. Enabled: true
  843. # if true, the description will be showed.
  844. Show-Description: true
  845. # if true, it'll be possible to find
  846. # it in treasure chests
  847. Can-Be-Found-In-Treasure-Chests: true
  848. Slime:
  849. # Description of this cosmetic.
  850. Description:
  851. - '&7&oSplat! Splat!'
  852. # if true, the mount will be enabled.
  853. Enabled: true
  854. # if true, the description will be showed.
  855. Show-Description: true
  856. # if true, it'll be possible to find
  857. # it in treasure chests
  858. Can-Be-Found-In-Treasure-Chests: true
  859. HypeCart:
  860. # Description of this cosmetic.
  861. Description:
  862. - '&7&oEver wanted to drive a F1?'
  863. - '&7&oNow you can!'
  864. # if true, the mount will be enabled.
  865. Enabled: true
  866. # if true, the description will be showed.
  867. Show-Description: true
  868. # if true, it'll be possible to find
  869. # it in treasure chests
  870. Can-Be-Found-In-Treasure-Chests: true
  871. Spider:
  872. # Description of this cosmetic.
  873. Description:
  874. - '&7&oYOU are the spider jockey!'
  875. # if true, the mount will be enabled.
  876. Enabled: true
  877. # if true, the description will be showed.
  878. Show-Description: true
  879. # if true, it'll be possible to find
  880. # it in treasure chests
  881. Can-Be-Found-In-Treasure-Chests: true
  882. Rudolph:
  883. # Description of this cosmetic.
  884. Description:
  885. - '&7&oWhat would be Christmas'
  886. - '&7&owithout Rudolph the Reeinder?'
  887. # if true, the mount will be enabled.
  888. Enabled: true
  889. # if true, the description will be showed.
  890. Show-Description: true
  891. # if true, it'll be possible to find
  892. # it in treasure chests
  893. Can-Be-Found-In-Treasure-Chests: true
  894. MoltenSnake:
  895. # Description of this cosmetic.
  896. Description:
  897. - '&7&oDeep under the Earth''s surface, there'
  898. - '&7&oexists a mythical species of Molten'
  899. - '&7&oSnakes. This one will serve you eternally.'
  900. # if true, the mount will be enabled.
  901. Enabled: true
  902. # if true, the description will be showed.
  903. Show-Description: true
  904. # if true, it'll be possible to find
  905. # it in treasure chests
  906. Can-Be-Found-In-Treasure-Chests: true
  907. Particle-Effects:
  908. RainCloud:
  909. # Description of this cosmetic.
  910. Description:
  911. - '&7&oThe weather forecast'
  912. - '&7&ois telling me it''s raining.'
  913. # if true, the effect will be enabled.
  914. Enabled: true
  915. # if true, the description will be showed.
  916. Show-Description: true
  917. # if true, it'll be possible to find
  918. # it in treasure chests
  919. Can-Be-Found-In-Treasure-Chests: true
  920. SnowCloud:
  921. # Description of this cosmetic.
  922. Description:
  923. - '&7&oThe weather forecast'
  924. - '&7&ois telling me it''s snowing.'
  925. # if true, the effect will be enabled.
  926. Enabled: true
  927. # if true, the description will be showed.
  928. Show-Description: true
  929. # if true, it'll be possible to find
  930. # it in treasure chests
  931. Can-Be-Found-In-Treasure-Chests: true
  932. BloodHelix:
  933. # Description of this cosmetic.
  934. Description:
  935. - '&7&oAncient legend says this magic'
  936. - '&7&oempowers the blood of its user,'
  937. - '&7&ogiving them godly powers..'
  938. # if true, the effect will be enabled.
  939. Enabled: true
  940. # if true, the description will be showed.
  941. Show-Description: true
  942. # if true, it'll be possible to find
  943. # it in treasure chests
  944. Can-Be-Found-In-Treasure-Chests: true
  945. FrostLord:
  946. # Description of this cosmetic.
  947. Description:
  948. - '&7&oI am The Almighty Frostlord!'
  949. # if true, the effect will be enabled.
  950. Enabled: true
  951. # if true, the description will be showed.
  952. Show-Description: true
  953. # if true, it'll be possible to find
  954. # it in treasure chests
  955. Can-Be-Found-In-Treasure-Chests: true
  956. FlameRings:
  957. # Description of this cosmetic.
  958. Description:
  959. - '&7&oWatch out! They are hot!'
  960. # if true, the effect will be enabled.
  961. Enabled: true
  962. # if true, the description will be showed.
  963. Show-Description: true
  964. # if true, it'll be possible to find
  965. # it in treasure chests
  966. Can-Be-Found-In-Treasure-Chests: true
  967. InLove:
  968. # Description of this cosmetic.
  969. Description:
  970. - '&7&oOMG wow I''m in love!'
  971. # if true, the effect will be enabled.
  972. Enabled: true
  973. # if true, the description will be showed.
  974. Show-Description: true
  975. # if true, it'll be possible to find
  976. # it in treasure chests
  977. Can-Be-Found-In-Treasure-Chests: true
  978. GreenSparks:
  979. # Description of this cosmetic.
  980. Description:
  981. - '&7&oLittle and green sparkly sparks!'
  982. # if true, the effect will be enabled.
  983. Enabled: true
  984. # if true, the description will be showed.
  985. Show-Description: true
  986. # if true, it'll be possible to find
  987. # it in treasure chests
  988. Can-Be-Found-In-Treasure-Chests: true
  989. FrozenWalk:
  990. # Description of this cosmetic.
  991. Description:
  992. - '&7&oMy feet are so cold!'
  993. # if true, the effect will be enabled.
  994. Enabled: true
  995. # if true, the description will be showed.
  996. Show-Description: true
  997. # if true, it'll be possible to find
  998. # it in treasure chests
  999. Can-Be-Found-In-Treasure-Chests: true
  1000. Music:
  1001. # Description of this cosmetic.
  1002. Description:
  1003. - '&7&oMuch music!'
  1004. # if true, the effect will be enabled.
  1005. Enabled: true
  1006. # if true, the description will be showed.
  1007. Show-Description: true
  1008. # if true, it'll be possible to find
  1009. # it in treasure chests
  1010. Can-Be-Found-In-Treasure-Chests: true
  1011. Enchanted:
  1012. # Description of this cosmetic.
  1013. Description:
  1014. - '&7&oBecome an almighty enchanter!'
  1015. # if true, the effect will be enabled.
  1016. Enabled: true
  1017. # if true, the description will be showed.
  1018. Show-Description: true
  1019. # if true, it'll be possible to find
  1020. # it in treasure chests
  1021. Can-Be-Found-In-Treasure-Chests: true
  1022. Inferno:
  1023. # Description of this cosmetic.
  1024. Description:
  1025. - '&7&oEffect created by Satan himself!'
  1026. # if true, the effect will be enabled.
  1027. Enabled: true
  1028. # if true, the description will be showed.
  1029. Show-Description: true
  1030. # if true, it'll be possible to find
  1031. # it in treasure chests
  1032. Can-Be-Found-In-Treasure-Chests: true
  1033. AngelWings:
  1034. # Description of this cosmetic.
  1035. Description:
  1036. - '&7&oBecome an angel!'
  1037. # if true, the effect will be enabled.
  1038. Enabled: true
  1039. # if true, the description will be showed.
  1040. Show-Description: true
  1041. # if true, it'll be possible to find
  1042. # it in treasure chests
  1043. Can-Be-Found-In-Treasure-Chests: true
  1044. SuperHero:
  1045. # Description of this cosmetic.
  1046. Description:
  1047. - '&7&oBecome Superman!'
  1048. # if true, the effect will be enabled.
  1049. Enabled: true
  1050. # if true, the description will be showed.
  1051. Show-Description: true
  1052. # if true, it'll be possible to find
  1053. # it in treasure chests
  1054. Can-Be-Found-In-Treasure-Chests: true
  1055. SantaHat:
  1056. # Description of this cosmetic.
  1057. Description:
  1058. - '&7&oBecome Santa!'
  1059. # if true, the effect will be enabled.
  1060. Enabled: true
  1061. # if true, the description will be showed.
  1062. Show-Description: true
  1063. # if true, it'll be possible to find
  1064. # it in treasure chests
  1065. Can-Be-Found-In-Treasure-Chests: true
  1066. CrushedCandyCane:
  1067. # Description of this cosmetic.
  1068. Description:
  1069. - '&7&oThere''s no such thing as too much'
  1070. - '&7&oChristmas Candy. Do not listen'
  1071. - '&7&oto your dentist.'
  1072. # if true, the effect will be enabled.
  1073. Enabled: true
  1074. # if true, the description will be showed.
  1075. Show-Description: true
  1076. # if true, it'll be possible to find
  1077. # it in treasure chests
  1078. Can-Be-Found-In-Treasure-Chests: true
  1079. EnderAura:
  1080. # Description of this cosmetic.
  1081. Description:
  1082. - '&7&oThese mystic particle attach to'
  1083. - '&7&oonly the most legendary of players!'
  1084. # if true, the effect will be enabled.
  1085. Enabled: true
  1086. # if true, the description will be showed.
  1087. Show-Description: true
  1088. # if true, it'll be possible to find
  1089. # it in treasure chests
  1090. Can-Be-Found-In-Treasure-Chests: true
  1091. FlameFairy:
  1092. # Description of this cosmetic.
  1093. Description:
  1094. - '&7&oHEY!!'
  1095. # if true, the effect will be enabled.
  1096. Enabled: true
  1097. # if true, the description will be showed.
  1098. Show-Description: true
  1099. # if true, it'll be possible to find
  1100. # it in treasure chests
  1101. Can-Be-Found-In-Treasure-Chests: true
  1102. Pets:
  1103. Piggy:
  1104. # Description of this cosmetic.
  1105. Description:
  1106. - '&7&oOink! Oink!'
  1107. # if true, the pet will be enabled.
  1108. Enabled: true
  1109. # if true, the description will be showed.
  1110. Show-Description: true
  1111. # if true, it'll be possible to find
  1112. # it in treasure chests
  1113. Can-Be-Found-In-Treasure-Chests: true
  1114. Sheep:
  1115. # Description of this cosmetic.
  1116. Description:
  1117. - '&7&oBaaaa, baa'
  1118. # if true, the pet will be enabled.
  1119. Enabled: true
  1120. # if true, the description will be showed.
  1121. Show-Description: true
  1122. # if true, it'll be possible to find
  1123. # it in treasure chests
  1124. Can-Be-Found-In-Treasure-Chests: true
  1125. EasterBunny:
  1126. # Description of this cosmetic.
  1127. Description:
  1128. - '&7&oIs it Easter yet?'
  1129. # if true, the pet will be enabled.
  1130. Enabled: true
  1131. # if true, the description will be showed.
  1132. Show-Description: true
  1133. # if true, it'll be possible to find
  1134. # it in treasure chests
  1135. Can-Be-Found-In-Treasure-Chests: true
  1136. Cow:
  1137. # Description of this cosmetic.
  1138. Description:
  1139. - '&7&oMoooo!'
  1140. # if true, the pet will be enabled.
  1141. Enabled: true
  1142. # if true, the description will be showed.
  1143. Show-Description: true
  1144. # if true, it'll be possible to find
  1145. # it in treasure chests
  1146. Can-Be-Found-In-Treasure-Chests: true
  1147. Mooshroom:
  1148. # Description of this cosmetic.
  1149. Description:
  1150. - '&7&oMoooo!'
  1151. # if true, the pet will be enabled.
  1152. Enabled: true
  1153. # if true, the description will be showed.
  1154. Show-Description: true
  1155. # if true, it'll be possible to find
  1156. # it in treasure chests
  1157. Can-Be-Found-In-Treasure-Chests: true
  1158. Kitty:
  1159. # Description of this cosmetic.
  1160. Description:
  1161. - '&7&oMeoooow'
  1162. # if true, the pet will be enabled.
  1163. Enabled: true
  1164. # if true, the description will be showed.
  1165. Show-Description: true
  1166. # if true, it'll be possible to find
  1167. # it in treasure chests
  1168. Can-Be-Found-In-Treasure-Chests: true
  1169. Dog:
  1170. # Description of this cosmetic.
  1171. Description:
  1172. - '&7&oWoof!'
  1173. # if true, the pet will be enabled.
  1174. Enabled: true
  1175. # if true, the description will be showed.
  1176. Show-Description: true
  1177. # if true, it'll be possible to find
  1178. # it in treasure chests
  1179. Can-Be-Found-In-Treasure-Chests: true
  1180. Chick:
  1181. # Description of this cosmetic.
  1182. Description:
  1183. - '&7&oBwaaaaaaak!!'
  1184. # if true, the pet will be enabled.
  1185. Enabled: true
  1186. # if true, the description will be showed.
  1187. Show-Description: true
  1188. # if true, it'll be possible to find
  1189. # it in treasure chests
  1190. Can-Be-Found-In-Treasure-Chests: true
  1191. Wither:
  1192. # Description of this cosmetic.
  1193. Description:
  1194. - '&7&oWatch out for me..'
  1195. # if true, the pet will be enabled.
  1196. Enabled: true
  1197. # if true, the description will be showed.
  1198. Show-Description: true
  1199. # if true, it'll be possible to find
  1200. # it in treasure chests
  1201. Can-Be-Found-In-Treasure-Chests: true
  1202. Pumpling:
  1203. # Description of this cosmetic.
  1204. Description:
  1205. - '&7&oJust a little floating pumpkin'
  1206. # if true, the pet will be enabled.
  1207. Enabled: true
  1208. # if true, the description will be showed.
  1209. Show-Description: true
  1210. # if true, it'll be possible to find
  1211. # it in treasure chests
  1212. Can-Be-Found-In-Treasure-Chests: true
  1213. ChristmasElf:
  1214. # Description of this cosmetic.
  1215. Description:
  1216. - '&7&oI can make presents for you!'
  1217. # if true, the pet will be enabled.
  1218. Enabled: true
  1219. # if true, the description will be showed.
  1220. Show-Description: true
  1221. # if true, it'll be possible to find
  1222. # it in treasure chests
  1223. Can-Be-Found-In-Treasure-Chests: true
  1224. IronGolem:
  1225. # Description of this cosmetic.
  1226. Description:
  1227. - '&7&oI like flowers'
  1228. # if true, the pet will be enabled.
  1229. Enabled: true
  1230. # if true, the description will be showed.
  1231. Show-Description: true
  1232. # if true, it'll be possible to find
  1233. # it in treasure chests
  1234. Can-Be-Found-In-Treasure-Chests: true
  1235. Snowman:
  1236. # Description of this cosmetic.
  1237. Description:
  1238. - '&7&oPew pew pew'
  1239. # if true, the pet will be enabled.
  1240. Enabled: true
  1241. # if true, the description will be showed.
  1242. Show-Description: true
  1243. # if true, it'll be possible to find
  1244. # it in treasure chests
  1245. Can-Be-Found-In-Treasure-Chests: true
  1246. Villager:
  1247. # Description of this cosmetic.
  1248. Description:
  1249. - '&7&oHmmmmmmmmm'
  1250. # if true, the pet will be enabled.
  1251. Enabled: true
  1252. # if true, the description will be showed.
  1253. Show-Description: true
  1254. # if true, it'll be possible to find
  1255. # it in treasure chests
  1256. Can-Be-Found-In-Treasure-Chests: true
  1257. Bat:
  1258. # Description of this cosmetic.
  1259. Description:
  1260. - '&7&oI prefer dark areas'
  1261. # if true, the pet will be enabled.
  1262. Enabled: true
  1263. # if true, the description will be showed.
  1264. Show-Description: true
  1265. # if true, it'll be possible to find
  1266. # it in treasure chests
  1267. Can-Be-Found-In-Treasure-Chests: true
  1268. Hats:
  1269. Astronaut:
  1270. # Description of this cosmetic.
  1271. Description:
  1272. - '&7&oHouston, we have got a problem.'
  1273. # if true, the hat will be enabled.
  1274. Enabled: true
  1275. # if true, the description of this hat 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. Scared:
  1281. # Description of this cosmetic.
  1282. Description:
  1283. - '&7&oOh gawd, that scared me!'
  1284. # if true, the hat will be enabled.
  1285. Enabled: true
  1286. # if true, the description of this hat 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. Angel:
  1292. # Description of this cosmetic.
  1293. Description:
  1294. - '&7&oDid it hurt when you fell from heaven?'
  1295. # if true, the hat will be enabled.
  1296. Enabled: true
  1297. # if true, the description of this hat will be showed.
  1298. Show-Description: true
  1299. # if true, it'll be possible to find
  1300. # it in treasure chests
  1301. Can-Be-Found-In-Treasure-Chests: true
  1302. Embarassed:
  1303. # Description of this cosmetic.
  1304. Description:
  1305. - '&7&oI am kinda embarassed by that.'
  1306. # if true, the hat will be enabled.
  1307. Enabled: true
  1308. # if true, the description of this hat will be showed.
  1309. Show-Description: true
  1310. # if true, it'll be possible to find
  1311. # it in treasure chests
  1312. Can-Be-Found-In-Treasure-Chests: true
  1313. Kissy:
  1314. # Description of this cosmetic.
  1315. Description:
  1316. - '&7&oWanna kiss?'
  1317. # if true, the hat will be enabled.
  1318. Enabled: true
  1319. # if true, the description of this hat will be showed.
  1320. Show-Description: true
  1321. # if true, it'll be possible to find
  1322. # it in treasure chests
  1323. Can-Be-Found-In-Treasure-Chests: true
  1324. Sad:
  1325. # Description of this cosmetic.
  1326. Description:
  1327. - '&7&oI am so sad.'
  1328. # if true, the hat will be enabled.
  1329. Enabled: true
  1330. # if true, the description of this hat will be showed.
  1331. Show-Description: true
  1332. # if true, it'll be possible to find
  1333. # it in treasure chests
  1334. Can-Be-Found-In-Treasure-Chests: true
  1335. Cool:
  1336. # Description of this cosmetic.
  1337. Description:
  1338. - '&7&oI am such a cool guy.'
  1339. # if true, the hat will be enabled.
  1340. Enabled: true
  1341. # if true, the description of this hat will be showed.
  1342. Show-Description: true
  1343. # if true, it'll be possible to find
  1344. # it in treasure chests
  1345. Can-Be-Found-In-Treasure-Chests: true
  1346. Surprised:
  1347. # Description of this cosmetic.
  1348. Description:
  1349. - '&7&oWow, did not expect that!'
  1350. # if true, the hat will be enabled.
  1351. Enabled: true
  1352. # if true, the description of this hat will be showed.
  1353. Show-Description: true
  1354. # if true, it'll be possible to find
  1355. # it in treasure chests
  1356. Can-Be-Found-In-Treasure-Chests: true
  1357. Dead:
  1358. # Description of this cosmetic.
  1359. Description:
  1360. - '&7&ogot rekt'
  1361. # if true, the hat will be enabled.
  1362. Enabled: true
  1363. # if true, the description of this hat will be showed.
  1364. Show-Description: true
  1365. # if true, it'll be possible to find
  1366. # it in treasure chests
  1367. Can-Be-Found-In-Treasure-Chests: true
  1368. Crying:
  1369. # Description of this cosmetic.
  1370. Description:
  1371. - '&7&oi cri evrytiem'
  1372. # if true, the hat will be enabled.
  1373. Enabled: true
  1374. # if true, the description of this hat will be showed.
  1375. Show-Description: true
  1376. # if true, it'll be possible to find
  1377. # it in treasure chests
  1378. Can-Be-Found-In-Treasure-Chests: true
  1379. BigSmile:
  1380. # Description of this cosmetic.
  1381. Description:
  1382. - '&7&oUh, because I am really happy!'
  1383. # if true, the hat will be enabled.
  1384. Enabled: true
  1385. # if true, the description of this hat will be showed.
  1386. Show-Description: true
  1387. # if true, it'll be possible to find
  1388. # it in treasure chests
  1389. Can-Be-Found-In-Treasure-Chests: true
  1390. Wink:
  1391. # Description of this cosmetic.
  1392. Description:
  1393. - '&7&oYou know what I mean ;)'
  1394. # if true, the hat will be enabled.
  1395. Enabled: true
  1396. # if true, the description of this hat will be showed.
  1397. Show-Description: true
  1398. # if true, it'll be possible to find
  1399. # it in treasure chests
  1400. Can-Be-Found-In-Treasure-Chests: true
  1401. Derp:
  1402. # Description of this cosmetic.
  1403. Description:
  1404. - '&7&oDerp Derp Derping all around'
  1405. # if true, the hat will be enabled.
  1406. Enabled: true
  1407. # if true, the description of this hat will be showed.
  1408. Show-Description: true
  1409. # if true, it'll be possible to find
  1410. # it in treasure chests
  1411. Can-Be-Found-In-Treasure-Chests: true
  1412. Smile:
  1413. # Description of this cosmetic.
  1414. Description:
  1415. - '&7&oUh, because I am happy'
  1416. # if true, the hat will be enabled.
  1417. Enabled: true
  1418. # if true, the description of this hat will be showed.
  1419. Show-Description: true
  1420. # if true, it'll be possible to find
  1421. # it in treasure chests
  1422. Can-Be-Found-In-Treasure-Chests: true
  1423. Iron:
  1424. # Description of this cosmetic.
  1425. Description:
  1426. - '&7&oAs hard as iron!'
  1427. # if true, the hat will be enabled.
  1428. Enabled: true
  1429. # if true, the description of this hat will be showed.
  1430. Show-Description: true
  1431. # if true, it'll be possible to find
  1432. # it in treasure chests
  1433. Can-Be-Found-In-Treasure-Chests: true
  1434. Gold:
  1435. # Description of this cosmetic.
  1436. Description:
  1437. - '&7&oMy precious!'
  1438. # if true, the hat will be enabled.
  1439. Enabled: true
  1440. # if true, the description of this hat will be showed.
  1441. Show-Description: true
  1442. # if true, it'll be possible to find
  1443. # it in treasure chests
  1444. Can-Be-Found-In-Treasure-Chests: true
  1445. Diamond:
  1446. # Description of this cosmetic.
  1447. Description:
  1448. - '&7&oThis is really strong!'
  1449. # if true, the hat will be enabled.
  1450. Enabled: true
  1451. # if true, the description of this hat will be showed.
  1452. Show-Description: true
  1453. # if true, it'll be possible to find
  1454. # it in treasure chests
  1455. Can-Be-Found-In-Treasure-Chests: true
  1456. Piston:
  1457. # Description of this cosmetic.
  1458. Description:
  1459. - '&7&oHave you got the redstone?'
  1460. # if true, the hat will be enabled.
  1461. Enabled: true
  1462. # if true, the description of this hat will be showed.
  1463. Show-Description: true
  1464. # if true, it'll be possible to find
  1465. # it in treasure chests
  1466. Can-Be-Found-In-Treasure-Chests: true
  1467. CommandBlock:
  1468. # Description of this cosmetic.
  1469. Description:
  1470. - '&7&oControl the world with it!'
  1471. # if true, the hat will be enabled.
  1472. Enabled: true
  1473. # if true, the description of this hat will be showed.
  1474. Show-Description: true
  1475. # if true, it'll be possible to find
  1476. # it in treasure chests
  1477. Can-Be-Found-In-Treasure-Chests: true
  1478. Music:
  1479. # Description of this cosmetic.
  1480. Description:
  1481. - '&7&oYou are so musical.'
  1482. # if true, the hat will be enabled.
  1483. Enabled: true
  1484. # if true, the description of this hat will be showed.
  1485. Show-Description: true
  1486. # if true, it'll be possible to find
  1487. # it in treasure chests
  1488. Can-Be-Found-In-Treasure-Chests: true
  1489. Squid:
  1490. # Description of this cosmetic.
  1491. Description:
  1492. - '&7&oBloop Bloop!'
  1493. # if true, the hat will be enabled.
  1494. Enabled: true
  1495. # if true, the description of this hat will be showed.
  1496. Show-Description: true
  1497. # if true, it'll be possible to find
  1498. # it in treasure chests
  1499. Can-Be-Found-In-Treasure-Chests: true
  1500. Chicken:
  1501. # Description of this cosmetic.
  1502. Description:
  1503. - '&7&oBwwaaaaaaaaaaaakkkkk!'
  1504. # if true, the hat will be enabled.
  1505. Enabled: true
  1506. # if true, the description of this hat will be showed.
  1507. Show-Description: true
  1508. # if true, it'll be possible to find
  1509. # it in treasure chests
  1510. Can-Be-Found-In-Treasure-Chests: true
  1511. Pig:
  1512. # Description of this cosmetic.
  1513. Description:
  1514. - '&7&oOink Oink!'
  1515. # if true, the hat will be enabled.
  1516. Enabled: true
  1517. # if true, the description of this hat will be showed.
  1518. Show-Description: true
  1519. # if true, it'll be possible to find
  1520. # it in treasure chests
  1521. Can-Be-Found-In-Treasure-Chests: true
  1522. Blaze:
  1523. # Description of this cosmetic.
  1524. Description:
  1525. - '&7&oWatch out for the fire!'
  1526. # if true, the hat will be enabled.
  1527. Enabled: true
  1528. # if true, the description of this hat will be showed.
  1529. Show-Description: true
  1530. # if true, it'll be possible to find
  1531. # it in treasure chests
  1532. Can-Be-Found-In-Treasure-Chests: true
  1533. Sheep:
  1534. # Description of this cosmetic.
  1535. Description:
  1536. - '&7&oBaaaa, baa'
  1537. # if true, the hat will be enabled.
  1538. Enabled: true
  1539. # if true, the description of this hat will be showed.
  1540. Show-Description: true
  1541. # if true, it'll be possible to find
  1542. # it in treasure chests
  1543. Can-Be-Found-In-Treasure-Chests: true
  1544. Golem:
  1545. # Description of this cosmetic.
  1546. Description:
  1547. - '&7&oI am your guard.'
  1548. # if true, the hat will be enabled.
  1549. Enabled: true
  1550. # if true, the description of this hat will be showed.
  1551. Show-Description: true
  1552. # if true, it'll be possible to find
  1553. # it in treasure chests
  1554. Can-Be-Found-In-Treasure-Chests: true
  1555. Enderman:
  1556. # Description of this cosmetic.
  1557. Description:
  1558. - '&7&oNow I am here, now I am there.'
  1559. # if true, the hat will be enabled.
  1560. Enabled: true
  1561. # if true, the description of this hat will be showed.
  1562. Show-Description: true
  1563. # if true, it'll be possible to find
  1564. # it in treasure chests
  1565. Can-Be-Found-In-Treasure-Chests: true
  1566. Mario:
  1567. # Description of this cosmetic.
  1568. Description:
  1569. - '&7&oIt is me! Mario!'
  1570. # if true, the hat will be enabled.
  1571. Enabled: true
  1572. # if true, the description of this hat will be showed.
  1573. Show-Description: true
  1574. # if true, it'll be possible to find
  1575. # it in treasure chests
  1576. Can-Be-Found-In-Treasure-Chests: true
  1577. Luigi:
  1578. # Description of this cosmetic.
  1579. Description:
  1580. - '&7&oLuigi time!'
  1581. # if true, the hat will be enabled.
  1582. Enabled: true
  1583. # if true, the description of this hat will be showed.
  1584. Show-Description: true
  1585. # if true, it'll be possible to find
  1586. # it in treasure chests
  1587. Can-Be-Found-In-Treasure-Chests: true
  1588. Batman:
  1589. # Description of this cosmetic.
  1590. Description:
  1591. - '&7&oI am batman!'
  1592. # if true, the hat will be enabled.
  1593. Enabled: true
  1594. # if true, the description of this hat will be showed.
  1595. Show-Description: true
  1596. # if true, it'll be possible to find
  1597. # it in treasure chests
  1598. Can-Be-Found-In-Treasure-Chests: true
  1599. Chest:
  1600. # Description of this cosmetic.
  1601. Description:
  1602. - '&7&oOpen, and close'
  1603. # if true, the hat will be enabled.
  1604. Enabled: true
  1605. # if true, the description of this hat will be showed.
  1606. Show-Description: true
  1607. # if true, it'll be possible to find
  1608. # it in treasure chests
  1609. Can-Be-Found-In-Treasure-Chests: true
  1610. Skull:
  1611. # Description of this cosmetic.
  1612. Description:
  1613. - '&7&oWho iss headless now?'
  1614. # if true, the hat will be enabled.
  1615. Enabled: true
  1616. # if true, the description of this hat will be showed.
  1617. Show-Description: true
  1618. # if true, it'll be possible to find
  1619. # it in treasure chests
  1620. Can-Be-Found-In-Treasure-Chests: true
  1621. Ghost:
  1622. # Description of this cosmetic.
  1623. Description:
  1624. - '&7&o2spooky4u'
  1625. # if true, the hat will be enabled.
  1626. Enabled: true
  1627. # if true, the description of this hat will be showed.
  1628. Show-Description: true
  1629. # if true, it'll be possible to find
  1630. # it in treasure chests
  1631. Can-Be-Found-In-Treasure-Chests: true
  1632. JackOLantern:
  1633. # Description of this cosmetic.
  1634. Description:
  1635. - '&7&oA little pumkin'
  1636. # if true, the hat will be enabled.
  1637. Enabled: true
  1638. # if true, the description of this hat will be showed.
  1639. Show-Description: true
  1640. # if true, it'll be possible to find
  1641. # it in treasure chests
  1642. Can-Be-Found-In-Treasure-Chests: true
  1643. ScaryClown:
  1644. # Description of this cosmetic.
  1645. Description:
  1646. - '&7&oHope you are not scared of clowns.'
  1647. # if true, the hat will be enabled.
  1648. Enabled: true
  1649. # if true, the description of this hat will be showed.
  1650. Show-Description: true
  1651. # if true, it'll be possible to find
  1652. # it in treasure chests
  1653. Can-Be-Found-In-Treasure-Chests: true
  1654. Santa:
  1655. # Description of this cosmetic.
  1656. Description:
  1657. - '&7&oOh oh oh! Merry Christmas!'
  1658. # if true, the hat will be enabled.
  1659. Enabled: true
  1660. # if true, the description of this hat will be showed.
  1661. Show-Description: true
  1662. # if true, it'll be possible to find
  1663. # it in treasure chests
  1664. Can-Be-Found-In-Treasure-Chests: true
  1665. Snowman:
  1666. # Description of this cosmetic.
  1667. Description:
  1668. - '&7&oI don''t have a skull.. or bones'
  1669. # if true, the hat will be enabled.
  1670. Enabled: true
  1671. # if true, the description of this hat will be showed.
  1672. Show-Description: true
  1673. # if true, it'll be possible to find
  1674. # it in treasure chests
  1675. Can-Be-Found-In-Treasure-Chests: true
  1676. Present:
  1677. # Description of this cosmetic.
  1678. Description:
  1679. - '&7&oFrom Santa, to you!'
  1680. # if true, the hat will be enabled.
  1681. Enabled: true
  1682. # if true, the description of this hat will be showed.
  1683. Show-Description: true
  1684. # if true, it'll be possible to find
  1685. # it in treasure chests
  1686. Can-Be-Found-In-Treasure-Chests: true
  1687. Elf:
  1688. # Description of this cosmetic.
  1689. Description:
  1690. - '&7&oI work for Santa!'
  1691. # if true, the hat will be enabled.
  1692. Enabled: true
  1693. # if true, the description of this hat will be showed.
  1694. Show-Description: true
  1695. # if true, it'll be possible to find
  1696. # it in treasure chests
  1697. Can-Be-Found-In-Treasure-Chests: true
  1698. Bedrock:
  1699. # Description of this cosmetic.
  1700. Description:
  1701. - '&7&oUnbreakable!'
  1702. # if true, the hat will be enabled.
  1703. Enabled: true
  1704. # if true, the description of this hat will be showed.
  1705. Show-Description: true
  1706. # if true, it'll be possible to find
  1707. # it in treasure chests
  1708. Can-Be-Found-In-Treasure-Chests: true
  1709. Bread:
  1710. # Description of this cosmetic.
  1711. Description:
  1712. - '&7&o'
  1713. # if true, the hat will be enabled.
  1714. Enabled: true
  1715. # if true, the description of this hat will be showed.
  1716. Show-Description: true
  1717. # if true, it'll be possible to find
  1718. # it in treasure chests
  1719. Can-Be-Found-In-Treasure-Chests: true
  1720. Cheese:
  1721. # Description of this cosmetic.
  1722. Description:
  1723. - '&7&o'
  1724. # if true, the hat will be enabled.
  1725. Enabled: true
  1726. # if true, the description of this hat will be showed.
  1727. Show-Description: true
  1728. # if true, it'll be possible to find
  1729. # it in treasure chests
  1730. Can-Be-Found-In-Treasure-Chests: true
  1731. Pancakes:
  1732. # Description of this cosmetic.
  1733. Description:
  1734. - '&7&oBetter with syrup!'
  1735. # if true, the hat will be enabled.
  1736. Enabled: true
  1737. # if true, the description of this hat will be showed.
  1738. Show-Description: true
  1739. # if true, it'll be possible to find
  1740. # it in treasure chests
  1741. Can-Be-Found-In-Treasure-Chests: true
  1742. Cake:
  1743. # Description of this cosmetic.
  1744. Description:
  1745. - '&7&oMmmm, cake.'
  1746. # if true, the hat will be enabled.
  1747. Enabled: true
  1748. # if true, the description of this hat will be showed.
  1749. Show-Description: true
  1750. # if true, it'll be possible to find
  1751. # it in treasure chests
  1752. Can-Be-Found-In-Treasure-Chests: true
  1753. Cookie:
  1754. # Description of this cosmetic.
  1755. Description:
  1756. - '&7&oCookie'
  1757. # if true, the hat will be enabled.
  1758. Enabled: true
  1759. # if true, the description of this hat will be showed.
  1760. Show-Description: true
  1761. # if true, it'll be possible to find
  1762. # it in treasure chests
  1763. Can-Be-Found-In-Treasure-Chests: true
  1764. CandyCane:
  1765. # Description of this cosmetic.
  1766. Description:
  1767. - '&7&o'
  1768. # if true, the hat will be enabled.
  1769. Enabled: true
  1770. # if true, the description of this hat will be showed.
  1771. Show-Description: true
  1772. # if true, it'll be possible to find
  1773. # it in treasure chests
  1774. Can-Be-Found-In-Treasure-Chests: true
  1775. Chocolate:
  1776. # Description of this cosmetic.
  1777. Description:
  1778. - '&7&o'
  1779. # if true, the hat will be enabled.
  1780. Enabled: true
  1781. # if true, the description of this hat will be showed.
  1782. Show-Description: true
  1783. # if true, it'll be possible to find
  1784. # it in treasure chests
  1785. Can-Be-Found-In-Treasure-Chests: true
  1786. WhiteChocolate:
  1787. # Description of this cosmetic.
  1788. Description:
  1789. - '&7&o'
  1790. # if true, the hat will be enabled.
  1791. Enabled: true
  1792. # if true, the description of this hat will be showed.
  1793. Show-Description: true
  1794. # if true, it'll be possible to find
  1795. # it in treasure chests
  1796. Can-Be-Found-In-Treasure-Chests: true
  1797. Apple:
  1798. # Description of this cosmetic.
  1799. Description:
  1800. - '&7&o'
  1801. # if true, the hat will be enabled.
  1802. Enabled: true
  1803. # if true, the description of this hat will be showed.
  1804. Show-Description: true
  1805. # if true, it'll be possible to find
  1806. # it in treasure chests
  1807. Can-Be-Found-In-Treasure-Chests: true
  1808. Melon:
  1809. # Description of this cosmetic.
  1810. Description:
  1811. - '&7&o'
  1812. # if true, the hat will be enabled.
  1813. Enabled: true
  1814. # if true, the description of this hat will be showed.
  1815. Show-Description: true
  1816. # if true, it'll be possible to find
  1817. # it in treasure chests
  1818. Can-Be-Found-In-Treasure-Chests: true
  1819. CarvedPumpkin:
  1820. # Description of this cosmetic.
  1821. Description:
  1822. - '&7&o'
  1823. # if true, the hat will be enabled.
  1824. Enabled: true
  1825. # if true, the description of this hat will be showed.
  1826. Show-Description: true
  1827. # if true, it'll be possible to find
  1828. # it in treasure chests
  1829. Can-Be-Found-In-Treasure-Chests: true
  1830. Strawberry:
  1831. # Description of this cosmetic.
  1832. Description:
  1833. - '&7&o'
  1834. # if true, the hat will be enabled.
  1835. Enabled: true
  1836. # if true, the description of this hat will be showed.
  1837. Show-Description: true
  1838. # if true, it'll be possible to find
  1839. # it in treasure chests
  1840. Can-Be-Found-In-Treasure-Chests: true
  1841. Coconut:
  1842. # Description of this cosmetic.
  1843. Description:
  1844. - '&7&o'
  1845. # if true, the hat will be enabled.
  1846. Enabled: true
  1847. # if true, the description of this hat will be showed.
  1848. Show-Description: true
  1849. # if true, it'll be possible to find
  1850. # it in treasure chests
  1851. Can-Be-Found-In-Treasure-Chests: true
  1852. Taco:
  1853. # Description of this cosmetic.
  1854. Description:
  1855. - '&7&o'
  1856. # if true, the hat will be enabled.
  1857. Enabled: true
  1858. # if true, the description of this hat will be showed.
  1859. Show-Description: true
  1860. # if true, it'll be possible to find
  1861. # it in treasure chests
  1862. Can-Be-Found-In-Treasure-Chests: true
  1863. Bacon:
  1864. # Description of this cosmetic.
  1865. Description:
  1866. - '&7&oEverything''s better with bacon.'
  1867. # if true, the hat will be enabled.
  1868. Enabled: true
  1869. # if true, the description of this hat will be showed.
  1870. Show-Description: true
  1871. # if true, it'll be possible to find
  1872. # it in treasure chests
  1873. Can-Be-Found-In-Treasure-Chests: true
  1874. Fries:
  1875. # Description of this cosmetic.
  1876. Description:
  1877. - '&7&o'
  1878. # if true, the hat will be enabled.
  1879. Enabled: true
  1880. # if true, the description of this hat will be showed.
  1881. Show-Description: true
  1882. # if true, it'll be possible to find
  1883. # it in treasure chests
  1884. Can-Be-Found-In-Treasure-Chests: true
  1885. Hamburger:
  1886. # Description of this cosmetic.
  1887. Description:
  1888. - '&7&o'
  1889. # if true, the hat will be enabled.
  1890. Enabled: true
  1891. # if true, the description of this hat will be showed.
  1892. Show-Description: true
  1893. # if true, it'll be possible to find
  1894. # it in treasure chests
  1895. Can-Be-Found-In-Treasure-Chests: true
  1896. Popcorn:
  1897. # Description of this cosmetic.
  1898. Description:
  1899. - '&7&o'
  1900. # if true, the hat will be enabled.
  1901. Enabled: true
  1902. # if true, the description of this hat will be showed.
  1903. Show-Description: true
  1904. # if true, it'll be possible to find
  1905. # it in treasure chests
  1906. Can-Be-Found-In-Treasure-Chests: true
  1907. WhiteDonut:
  1908. # Description of this cosmetic.
  1909. Description:
  1910. - '&7&o'
  1911. # if true, the hat will be enabled.
  1912. Enabled: true
  1913. # if true, the description of this hat will be showed.
  1914. Show-Description: true
  1915. # if true, it'll be possible to find
  1916. # it in treasure chests
  1917. Can-Be-Found-In-Treasure-Chests: true
  1918. PinkDonut:
  1919. # Description of this cosmetic.
  1920. Description:
  1921. - '&7&o'
  1922. # if true, the hat will be enabled.
  1923. Enabled: true
  1924. # if true, the description of this hat will be showed.
  1925. Show-Description: true
  1926. # if true, it'll be possible to find
  1927. # it in treasure chests
  1928. Can-Be-Found-In-Treasure-Chests: true
  1929. ChocolateDonut:
  1930. # Description of this cosmetic.
  1931. Description:
  1932. - '&7&o'
  1933. # if true, the hat will be enabled.
  1934. Enabled: true
  1935. # if true, the description of this hat will be showed.
  1936. Show-Description: true
  1937. # if true, it'll be possible to find
  1938. # it in treasure chests
  1939. Can-Be-Found-In-Treasure-Chests: true
  1940. Pie:
  1941. # Description of this cosmetic.
  1942. Description:
  1943. - '&7&oi like pie'
  1944. # if true, the hat will be enabled.
  1945. Enabled: true
  1946. # if true, the description of this hat will be showed.
  1947. Show-Description: true
  1948. # if true, it'll be possible to find
  1949. # it in treasure chests
  1950. Can-Be-Found-In-Treasure-Chests: true
  1951. A:
  1952. # Description of this cosmetic.
  1953. Description:
  1954. - '&7&oThe first letter in the alphabet!'
  1955. # if true, the hat will be enabled.
  1956. Enabled: true
  1957. # if true, the description of this hat will be showed.
  1958. Show-Description: true
  1959. # if true, it'll be possible to find
  1960. # it in treasure chests
  1961. Can-Be-Found-In-Treasure-Chests: true
  1962. B:
  1963. # Description of this cosmetic.
  1964. Description:
  1965. - '&7&oThe second letter in the alphabet!'
  1966. # if true, the hat will be enabled.
  1967. Enabled: true
  1968. # if true, the description of this hat will be showed.
  1969. Show-Description: true
  1970. # if true, it'll be possible to find
  1971. # it in treasure chests
  1972. Can-Be-Found-In-Treasure-Chests: true
  1973. C:
  1974. # Description of this cosmetic.
  1975. Description:
  1976. - '&7&oThe third letter in the alphabet!'
  1977. # if true, the hat will be enabled.
  1978. Enabled: true
  1979. # if true, the description of this hat will be showed.
  1980. Show-Description: true
  1981. # if true, it'll be possible to find
  1982. # it in treasure chests
  1983. Can-Be-Found-In-Treasure-Chests: true
  1984. D:
  1985. # Description of this cosmetic.
  1986. Description:
  1987. - '&7&9The fourth letter in the alphabet!'
  1988. # if true, the hat will be enabled.
  1989. Enabled: true
  1990. # if true, the description of this hat will be showed.
  1991. Show-Description: true
  1992. # if true, it'll be possible to find
  1993. # it in treasure chests
  1994. Can-Be-Found-In-Treasure-Chests: true
  1995. E:
  1996. # Description of this cosmetic.
  1997. Description:
  1998. - '&7&9The fifth letter in the alphabet!'
  1999. # if true, the hat will be enabled.
  2000. Enabled: true
  2001. # if true, the description of this hat will be showed.
  2002. Show-Description: true
  2003. # if true, it'll be possible to find
  2004. # it in treasure chests
  2005. Can-Be-Found-In-Treasure-Chests: true
  2006. F:
  2007. # Description of this cosmetic.
  2008. Description:
  2009. - '&7&9The sixth letter in the alphabet!'
  2010. # if true, the hat will be enabled.
  2011. Enabled: true
  2012. # if true, the description of this hat will be showed.
  2013. Show-Description: true
  2014. # if true, it'll be possible to find
  2015. # it in treasure chests
  2016. Can-Be-Found-In-Treasure-Chests: true
  2017. G:
  2018. # Description of this cosmetic.
  2019. Description:
  2020. - '&7&9The seventh letter in the alphabet!'
  2021. # if true, the hat will be enabled.
  2022. Enabled: true
  2023. # if true, the description of this hat will be showed.
  2024. Show-Description: true
  2025. # if true, it'll be possible to find
  2026. # it in treasure chests
  2027. Can-Be-Found-In-Treasure-Chests: true
  2028. H:
  2029. # Description of this cosmetic.
  2030. Description:
  2031. - '&7&9The eighth letter in the alphabet!'
  2032. # if true, the hat will be enabled.
  2033. Enabled: true
  2034. # if true, the description of this hat will be showed.
  2035. Show-Description: true
  2036. # if true, it'll be possible to find
  2037. # it in treasure chests
  2038. Can-Be-Found-In-Treasure-Chests: true
  2039. I:
  2040. # Description of this cosmetic.
  2041. Description:
  2042. - '&7&9The ninth letter in the alphabet!'
  2043. # if true, the hat will be enabled.
  2044. Enabled: true
  2045. # if true, the description of this hat will be showed.
  2046. Show-Description: true
  2047. # if true, it'll be possible to find
  2048. # it in treasure chests
  2049. Can-Be-Found-In-Treasure-Chests: true
  2050. J:
  2051. # Description of this cosmetic.
  2052. Description:
  2053. - '&7&9The tenth letter in the alphabet!'
  2054. # if true, the hat will be enabled.
  2055. Enabled: true
  2056. # if true, the description of this hat will be showed.
  2057. Show-Description: true
  2058. # if true, it'll be possible to find
  2059. # it in treasure chests
  2060. Can-Be-Found-In-Treasure-Chests: true
  2061. K:
  2062. # Description of this cosmetic.
  2063. Description:
  2064. - '&7&9The eleventh letter in the alphabet!'
  2065. # if true, the hat will be enabled.
  2066. Enabled: true
  2067. # if true, the description of this hat will be showed.
  2068. Show-Description: true
  2069. # if true, it'll be possible to find
  2070. # it in treasure chests
  2071. Can-Be-Found-In-Treasure-Chests: true
  2072. L:
  2073. # Description of this cosmetic.
  2074. Description:
  2075. - '&7&9The twelfth letter in the alphabet!'
  2076. # if true, the hat will be enabled.
  2077. Enabled: true
  2078. # if true, the description of this hat will be showed.
  2079. Show-Description: true
  2080. # if true, it'll be possible to find
  2081. # it in treasure chests
  2082. Can-Be-Found-In-Treasure-Chests: true
  2083. M:
  2084. # Description of this cosmetic.
  2085. Description:
  2086. - '&7&9The thirteenth letter in the alphabet!'
  2087. # if true, the hat will be enabled.
  2088. Enabled: true
  2089. # if true, the description of this hat will be showed.
  2090. Show-Description: true
  2091. # if true, it'll be possible to find
  2092. # it in treasure chests
  2093. Can-Be-Found-In-Treasure-Chests: true
  2094. N:
  2095. # Description of this cosmetic.
  2096. Description:
  2097. - '&7&9The fourteenth letter in the alphabet!'
  2098. # if true, the hat will be enabled.
  2099. Enabled: true
  2100. # if true, the description of this hat will be showed.
  2101. Show-Description: true
  2102. # if true, it'll be possible to find
  2103. # it in treasure chests
  2104. Can-Be-Found-In-Treasure-Chests: true
  2105. O:
  2106. # Description of this cosmetic.
  2107. Description:
  2108. - '&7&9The fifteenth letter in the alphabet!'
  2109. # if true, the hat will be enabled.
  2110. Enabled: true
  2111. # if true, the description of this hat will be showed.
  2112. Show-Description: true
  2113. # if true, it'll be possible to find
  2114. # it in treasure chests
  2115. Can-Be-Found-In-Treasure-Chests: true
  2116. P:
  2117. # Description of this cosmetic.
  2118. Description:
  2119. - '&7&9The sixteenth letter in the alphabet!'
  2120. # if true, the hat will be enabled.
  2121. Enabled: true
  2122. # if true, the description of this hat will be showed.
  2123. Show-Description: true
  2124. # if true, it'll be possible to find
  2125. # it in treasure chests
  2126. Can-Be-Found-In-Treasure-Chests: true
  2127. Q:
  2128. # Description of this cosmetic.
  2129. Description:
  2130. - '&7&9The seventeenth letter in the alphabet!'
  2131. # if true, the hat will be enabled.
  2132. Enabled: true
  2133. # if true, the description of this hat will be showed.
  2134. Show-Description: true
  2135. # if true, it'll be possible to find
  2136. # it in treasure chests
  2137. Can-Be-Found-In-Treasure-Chests: true
  2138. R:
  2139. # Description of this cosmetic.
  2140. Description:
  2141. - '&7&9The eighteenth letter in the alphabet!'
  2142. # if true, the hat will be enabled.
  2143. Enabled: true
  2144. # if true, the description of this hat will be showed.
  2145. Show-Description: true
  2146. # if true, it'll be possible to find
  2147. # it in treasure chests
  2148. Can-Be-Found-In-Treasure-Chests: true
  2149. S:
  2150. # Description of this cosmetic.
  2151. Description:
  2152. - '&7&9The nineteenth letter in the alphabet!'
  2153. # if true, the hat will be enabled.
  2154. Enabled: true
  2155. # if true, the description of this hat will be showed.
  2156. Show-Description: true
  2157. # if true, it'll be possible to find
  2158. # it in treasure chests
  2159. Can-Be-Found-In-Treasure-Chests: true
  2160. T:
  2161. # Description of this cosmetic.
  2162. Description:
  2163. - '&7&9The twentieth letter in the alphabet!'
  2164. # if true, the hat will be enabled.
  2165. Enabled: true
  2166. # if true, the description of this hat will be showed.
  2167. Show-Description: true
  2168. # if true, it'll be possible to find
  2169. # it in treasure chests
  2170. Can-Be-Found-In-Treasure-Chests: true
  2171. U:
  2172. # Description of this cosmetic.
  2173. Description:
  2174. - '&7&9The twenty-first letter in the alphabet!'
  2175. # if true, the hat will be enabled.
  2176. Enabled: true
  2177. # if true, the description of this hat will be showed.
  2178. Show-Description: true
  2179. # if true, it'll be possible to find
  2180. # it in treasure chests
  2181. Can-Be-Found-In-Treasure-Chests: true
  2182. V:
  2183. # Description of this cosmetic.
  2184. Description:
  2185. - '&7&9The twenty-second letter in the alphabet!'
  2186. # if true, the hat will be enabled.
  2187. Enabled: true
  2188. # if true, the description of this hat will be showed.
  2189. Show-Description: true
  2190. # if true, it'll be possible to find
  2191. # it in treasure chests
  2192. Can-Be-Found-In-Treasure-Chests: true
  2193. W:
  2194. # Description of this cosmetic.
  2195. Description:
  2196. - '&7&9The twenty-third letter in the alphabet!'
  2197. # if true, the hat will be enabled.
  2198. Enabled: true
  2199. # if true, the description of this hat will be showed.
  2200. Show-Description: true
  2201. # if true, it'll be possible to find
  2202. # it in treasure chests
  2203. Can-Be-Found-In-Treasure-Chests: true
  2204. X:
  2205. # Description of this cosmetic.
  2206. Description:
  2207. - '&7&9The twenty-fourth letter in the alphabet!'
  2208. # if true, the hat will be enabled.
  2209. Enabled: true
  2210. # if true, the description of this hat will be showed.
  2211. Show-Description: true
  2212. # if true, it'll be possible to find
  2213. # it in treasure chests
  2214. Can-Be-Found-In-Treasure-Chests: true
  2215. Y:
  2216. # Description of this cosmetic.
  2217. Description:
  2218. - '&7&9The twenty-fifth letter in the alphabet!'
  2219. # if true, the hat will be enabled.
  2220. Enabled: true
  2221. # if true, the description of this hat will be showed.
  2222. Show-Description: true
  2223. # if true, it'll be possible to find
  2224. # it in treasure chests
  2225. Can-Be-Found-In-Treasure-Chests: true
  2226. Z:
  2227. # Description of this cosmetic.
  2228. Description:
  2229. - '&7&9The twenty-sixth letter in the alphabet!'
  2230. # if true, the hat will be enabled.
  2231. Enabled: true
  2232. # if true, the description of this hat will be showed.
  2233. Show-Description: true
  2234. # if true, it'll be possible to find
  2235. # it in treasure chests
  2236. Can-Be-Found-In-Treasure-Chests: true
  2237. Suits:
  2238. Rave:
  2239. # Description of this cosmetic.
  2240. Description:
  2241. - '&7&oSuch amazing colors!'
  2242. # if true, the suit will be enabled.
  2243. Enabled: true
  2244. # if true, the description of this suit will be showed.
  2245. Show-Description: true
  2246. # if true, it'll be possible to find
  2247. # it in treasure chests
  2248. Can-Be-Found-In-Treasure-Chests: true
  2249. Astronaut:
  2250. # Description of this cosmetic.
  2251. Description:
  2252. - '&7&oHouston?'
  2253. # if true, the suit will be enabled.
  2254. Enabled: true
  2255. # if true, the description of this suit will be showed.
  2256. Show-Description: true
  2257. # if true, it'll be possible to find
  2258. # it in treasure chests
  2259. Can-Be-Found-In-Treasure-Chests: true
  2260. Diamond:
  2261. # Description of this cosmetic.
  2262. Description:
  2263. - '&7&oShow your Mining skills'
  2264. - '&7&owith this amazing outfit!'
  2265. # if true, the suit will be enabled.
  2266. Enabled: true
  2267. # if true, the description of this suit will be showed.
  2268. Show-Description: true
  2269. # if true, it'll be possible to find
  2270. # it in treasure chests
  2271. Can-Be-Found-In-Treasure-Chests: true
  2272. Santa:
  2273. # Description of this cosmetic.
  2274. Description:
  2275. - '&7&oBecome Santa and deliver presents!'
  2276. # if true, the suit will be enabled.
  2277. Enabled: true
  2278. # if true, the description of this suit will be showed.
  2279. Show-Description: true
  2280. # if true, it'll be possible to find
  2281. # it in treasure chests
  2282. Can-Be-Found-In-Treasure-Chests: true
  2283. Emotes:
  2284. Cry:
  2285. # Description of this cosmetic.
  2286. Description:
  2287. - '&7&oAre you really sad? :('
  2288. # if true, the mount will be enabled.
  2289. Enabled: true
  2290. # if true, the description will be showed.
  2291. Show-Description: true
  2292. # if true, it'll be possible to find
  2293. # it in treasure chests
  2294. Can-Be-Found-In-Treasure-Chests: true
  2295. Angry:
  2296. # Description of this cosmetic.
  2297. Description:
  2298. - '&7&oShow your rage to the other players!'
  2299. # if true, the mount will be enabled.
  2300. Enabled: true
  2301. # if true, the description will be showed.
  2302. Show-Description: true
  2303. # if true, it'll be possible to find
  2304. # it in treasure chests
  2305. Can-Be-Found-In-Treasure-Chests: true
  2306. Happy:
  2307. # Description of this cosmetic.
  2308. Description:
  2309. - '&7&oDon''t worry, be happy!'
  2310. # if true, the mount will be enabled.
  2311. Enabled: true
  2312. # if true, the description will be showed.
  2313. Show-Description: true
  2314. # if true, it'll be possible to find
  2315. # it in treasure chests
  2316. Can-Be-Found-In-Treasure-Chests: true
  2317. Cheeky:
  2318. # Description of this cosmetic.
  2319. Description:
  2320. - '&7&oYou like being cheeky? Well, this emote is for you!'
  2321. # if true, the mount will be enabled.
  2322. Enabled: true
  2323. # if true, the description will be showed.
  2324. Show-Description: true
  2325. # if true, it'll be possible to find
  2326. # it in treasure chests
  2327. Can-Be-Found-In-Treasure-Chests: true
  2328. Love:
  2329. # Description of this cosmetic.
  2330. Description:
  2331. - '&7&oYou have beautiful eyes, do you know that?'
  2332. # if true, the mount will be enabled.
  2333. Enabled: true
  2334. # if true, the description will be showed.
  2335. Show-Description: true
  2336. # if true, it'll be possible to find
  2337. # it in treasure chests
  2338. Can-Be-Found-In-Treasure-Chests: true
  2339. DealWithIt:
  2340. # Description of this cosmetic.
  2341. Description:
  2342. - '&7&oDo you feel like showing off? This emote is for you!'
  2343. # if true, the mount will be enabled.
  2344. Enabled: true
  2345. # if true, the description will be showed.
  2346. Show-Description: true
  2347. # if true, it'll be possible to find
  2348. # it in treasure chests
  2349. Can-Be-Found-In-Treasure-Chests: true
  2350. Cool:
  2351. # Description of this cosmetic.
  2352. Description:
  2353. - '&7&oKeep cool man!'
  2354. # if true, the mount will be enabled.
  2355. Enabled: true
  2356. # if true, the description will be showed.
  2357. Show-Description: true
  2358. # if true, it'll be possible to find
  2359. # it in treasure chests
  2360. Can-Be-Found-In-Treasure-Chests: true
  2361. Surprised:
  2362. # Description of this cosmetic.
  2363. Description:
  2364. - '&7&oOH LORD!!!'
  2365. # if true, the mount will be enabled.
  2366. Enabled: true
  2367. # if true, the description will be showed.
  2368. Show-Description: true
  2369. # if true, it'll be possible to find
  2370. # it in treasure chests
  2371. Can-Be-Found-In-Treasure-Chests: true
  2372. Wink:
  2373. # Description of this cosmetic.
  2374. Description:
  2375. - '&7&oHaving fun? Let someone know you are in on the joke'
  2376. # if true, the mount will be enabled.
  2377. Enabled: true
  2378. # if true, the description will be showed.
  2379. Show-Description: true
  2380. # if true, it'll be possible to find
  2381. # it in treasure chests
  2382. Can-Be-Found-In-Treasure-Chests: true
Add Comment
Please, Sign In to add comment