Guest User

Kos

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