NAOSAMA

Untitled

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