Guest User

Config

a guest
Jul 9th, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 61.29 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: false
  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. Ammo:
  387. # You want this gadget to need ammo?
  388. Enabled: true
  389. # What price for the ammo?
  390. Price: 500
  391. # And how much ammo is given
  392. # when bought?
  393. Result-Amount: 20
  394. Chickenator:
  395. # Description of this cosmetic.
  396. Description:
  397. - '&7&oShoot, boom, KFC.'
  398. Cooldown: 6.0
  399. # Should it affect players? (Velocity, etc.)
  400. Affect-Players: true
  401. # if true, the gadget will be enabled.
  402. Enabled: true
  403. # if true, the description of gadget will be showed.
  404. Show-Description: true
  405. # if true, it'll be possible to find
  406. # it in treasure chests
  407. Can-Be-Found-In-Treasure-Chests: true
  408. Ammo:
  409. # You want this gadget to need ammo?
  410. Enabled: true
  411. # What price for the ammo?
  412. Price: 500
  413. # And how much ammo is given
  414. # when bought?
  415. Result-Amount: 20
  416. ColorBomb:
  417. # Description of this cosmetic.
  418. Description:
  419. - '&7&oA colorful bomb!'
  420. Cooldown: 25.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. Ammo:
  431. # You want this gadget to need ammo?
  432. Enabled: true
  433. # What price for the ammo?
  434. Price: 500
  435. # And how much ammo is given
  436. # when bought?
  437. Result-Amount: 20
  438. DiscoBall:
  439. # Description of this cosmetic.
  440. Description:
  441. - '&7&oJust, dance!'
  442. Cooldown: 45.0
  443. # Should it affect players? (Velocity, etc.)
  444. Affect-Players: false
  445. # if true, the gadget will be enabled.
  446. Enabled: true
  447. # if true, the description of gadget will be showed.
  448. Show-Description: true
  449. # if true, it'll be possible to find
  450. # it in treasure chests
  451. Can-Be-Found-In-Treasure-Chests: true
  452. Ammo:
  453. # You want this gadget to need ammo?
  454. Enabled: true
  455. # What price for the ammo?
  456. Price: 500
  457. # And how much ammo is given
  458. # when bought?
  459. Result-Amount: 20
  460. EtherealPearl:
  461. # Description of this cosmetic.
  462. Description:
  463. - '&7&oTake a ride through the skies'
  464. - '&7&oon your very own Ethereal Pearl!'
  465. Cooldown: 2.0
  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. Ammo:
  476. # You want this gadget to need ammo?
  477. Enabled: true
  478. # What price for the ammo?
  479. Price: 500
  480. # And how much ammo is given
  481. # when bought?
  482. Result-Amount: 20
  483. FleshHook:
  484. # Description of this cosmetic.
  485. Description:
  486. - '&7&oMake new friends by throwing a hook'
  487. - '&7&ointo their face and pulling them'
  488. - '&7&otowards you!'
  489. Cooldown: 5.0
  490. # Should it affect players? (Velocity, etc.)
  491. Affect-Players: true
  492. # if true, the gadget will be enabled.
  493. Enabled: true
  494. # if true, the description of gadget will be showed.
  495. Show-Description: true
  496. # if true, it'll be possible to find
  497. # it in treasure chests
  498. Can-Be-Found-In-Treasure-Chests: true
  499. Ammo:
  500. # You want this gadget to need ammo?
  501. Enabled: true
  502. # What price for the ammo?
  503. Price: 500
  504. # And how much ammo is given
  505. # when bought?
  506. Result-Amount: 20
  507. MelonThrower:
  508. # Description of this cosmetic.
  509. Description:
  510. - '&7&oDeliciously fun!'
  511. Cooldown: 2.0
  512. # Should it affect players? (Velocity, etc.)
  513. Affect-Players: true
  514. # if true, the gadget will be enabled.
  515. Enabled: true
  516. # if true, the description of gadget will be showed.
  517. Show-Description: true
  518. # if true, it'll be possible to find
  519. # it in treasure chests
  520. Can-Be-Found-In-Treasure-Chests: true
  521. Ammo:
  522. # You want this gadget to need ammo?
  523. Enabled: true
  524. # What price for the ammo?
  525. Price: 500
  526. # And how much ammo is given
  527. # when bought?
  528. Result-Amount: 20
  529. BlizzardBlaster:
  530. # Description of this cosmetic.
  531. Description:
  532. - '&7&oLet it go!'
  533. Cooldown: 12.0
  534. # Should it affect players? (Velocity, etc.)
  535. Affect-Players: false
  536. # if true, the gadget will be enabled.
  537. Enabled: false
  538. # if true, the description of gadget will be showed.
  539. Show-Description: false
  540. # if true, it'll be possible to find
  541. # it in treasure chests
  542. Can-Be-Found-In-Treasure-Chests: false
  543. Ammo:
  544. # You want this gadget to need ammo?
  545. Enabled: true
  546. # What price for the ammo?
  547. Price: 500
  548. # And how much ammo is given
  549. # when bought?
  550. Result-Amount: 20
  551. PortalGun:
  552. # Description of this cosmetic.
  553. Description:
  554. - '&7&oMomentum, a function of mass and velocity,'
  555. - '&7&ois converved between portals. In Layman''''s terms,'
  556. - '&7&ospeedy thing goes in, speedy thing goes out.'
  557. Cooldown: 2.0
  558. # Should it affect players? (Velocity, etc.)
  559. Affect-Players: true
  560. # if true, the gadget will be enabled.
  561. Enabled: true
  562. # if true, the description of gadget will be showed.
  563. Show-Description: true
  564. # if true, it'll be possible to find
  565. # it in treasure chests
  566. Can-Be-Found-In-Treasure-Chests: true
  567. Ammo:
  568. # You want this gadget to need ammo?
  569. Enabled: true
  570. # What price for the ammo?
  571. Price: 500
  572. # And how much ammo is given
  573. # when bought?
  574. Result-Amount: 20
  575. ExplosiveSheep:
  576. # Description of this cosmetic.
  577. Description:
  578. - '&7&oAre you sure it''s supposed'
  579. - '&7&oto flicker like that?'
  580. Cooldown: 0.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. Ammo:
  591. # You want this gadget to need ammo?
  592. Enabled: true
  593. # What price for the ammo?
  594. Price: 500
  595. # And how much ammo is given
  596. # when bought?
  597. Result-Amount: 20
  598. PaintballGun:
  599. # Description of this cosmetic.
  600. Description:
  601. - '&7&oPEW PEW PEW PEW!!!'
  602. Cooldown: 0.5
  603. # Should it affect players? (Velocity, etc.)
  604. Affect-Players: false
  605. # if true, the gadget will be enabled.
  606. Enabled: false
  607. # if true, the description of gadget will be showed.
  608. Show-Description: false
  609. # if true, it'll be possible to find
  610. # it in treasure chests
  611. Can-Be-Found-In-Treasure-Chests: false
  612. # With what block will it paint?
  613. Block-Type: STAINED_CLAY
  614. Particle:
  615. # Should it display particles?
  616. Enabled: false
  617. # what particles? (List: http://pastebin.com/CVKkufck)
  618. Effect: FIREWORKS_SPARK
  619. # The radius of painting.
  620. Radius: 2
  621. # A list of the BLOCKS that
  622. # can't be painted.
  623. BlackList:
  624. - REDSTONE_BLOCK
  625. Ammo:
  626. # You want this gadget to need ammo?
  627. Enabled: true
  628. # What price for the ammo?
  629. Price: 500
  630. # And how much ammo is given
  631. # when bought?
  632. Result-Amount: 20
  633. ThorHammer:
  634. # Description of this cosmetic.
  635. Description:
  636. - '&7&oGet the real Mjölnir'
  637. Cooldown: 8.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. Ammo:
  648. # You want this gadget to need ammo?
  649. Enabled: true
  650. # What price for the ammo?
  651. Price: 500
  652. # And how much ammo is given
  653. # when bought?
  654. Result-Amount: 20
  655. AntiGravity:
  656. # Description of this cosmetic.
  657. Description:
  658. - '&7&oYou don''t like gravity?'
  659. - '&7&oThen, this gadget is made for you!'
  660. Cooldown: 30.0
  661. # Should it affect players? (Velocity, etc.)
  662. Affect-Players: true
  663. # if true, the gadget will be enabled.
  664. Enabled: true
  665. # if true, the description of gadget will be showed.
  666. Show-Description: true
  667. # if true, it'll be possible to find
  668. # it in treasure chests
  669. Can-Be-Found-In-Treasure-Chests: true
  670. Ammo:
  671. # You want this gadget to need ammo?
  672. Enabled: true
  673. # What price for the ammo?
  674. Price: 500
  675. # And how much ammo is given
  676. # when bought?
  677. Result-Amount: 20
  678. SmashDown:
  679. # Description of this cosmetic.
  680. Description:
  681. - '&7&oAND HIS NAME IS... JOHN CENA!!'
  682. Cooldown: 15.0
  683. # Should it affect players? (Velocity, etc.)
  684. Affect-Players: false
  685. # if true, the gadget will be enabled.
  686. Enabled: false
  687. # if true, the description of gadget will be showed.
  688. Show-Description: false
  689. # if true, it'll be possible to find
  690. # it in treasure chests
  691. Can-Be-Found-In-Treasure-Chests: false
  692. Ammo:
  693. # You want this gadget to need ammo?
  694. Enabled: true
  695. # What price for the ammo?
  696. Price: 500
  697. # And how much ammo is given
  698. # when bought?
  699. Result-Amount: 20
  700. Rocket:
  701. # Description of this cosmetic.
  702. Description:
  703. - '&7&oHouston, we have got a problem..'
  704. Cooldown: 60.0
  705. # Should it affect players? (Velocity, etc.)
  706. Affect-Players: true
  707. # if true, the gadget will be enabled.
  708. Enabled: true
  709. # if true, the description of gadget will be showed.
  710. Show-Description: true
  711. # if true, it'll be possible to find
  712. # it in treasure chests
  713. Can-Be-Found-In-Treasure-Chests: true
  714. Ammo:
  715. # You want this gadget to need ammo?
  716. Enabled: true
  717. # What price for the ammo?
  718. Price: 500
  719. # And how much ammo is given
  720. # when bought?
  721. Result-Amount: 20
  722. BlackHole:
  723. # Description of this cosmetic.
  724. Description:
  725. - '&7&oYou should not get caught by it..'
  726. Cooldown: 35.0
  727. # Should it affect players? (Velocity, etc.)
  728. Affect-Players: false
  729. # if true, the gadget will be enabled.
  730. Enabled: false
  731. # if true, the description of gadget will be showed.
  732. Show-Description: false
  733. # if true, it'll be possible to find
  734. # it in treasure chests
  735. Can-Be-Found-In-Treasure-Chests: false
  736. Ammo:
  737. # You want this gadget to need ammo?
  738. Enabled: true
  739. # What price for the ammo?
  740. Price: 500
  741. # And how much ammo is given
  742. # when bought?
  743. Result-Amount: 20
  744. Tsunami:
  745. # Description of this cosmetic.
  746. Description:
  747. - '&9&oTSUNAMI!!'
  748. - '&7&oJUMP!'
  749. - '&7&oLet''s go!'
  750. Cooldown: 12.0
  751. # Should it affect players? (Velocity, etc.)
  752. Affect-Players: true
  753. # if true, the gadget will be enabled.
  754. Enabled: true
  755. # if true, the description of gadget will be showed.
  756. Show-Description: true
  757. # if true, it'll be possible to find
  758. # it in treasure chests
  759. Can-Be-Found-In-Treasure-Chests: true
  760. Ammo:
  761. # You want this gadget to need ammo?
  762. Enabled: true
  763. # What price for the ammo?
  764. Price: 500
  765. # And how much ammo is given
  766. # when bought?
  767. Result-Amount: 20
  768. TNT:
  769. # Description of this cosmetic.
  770. Description:
  771. - '&7&oBlow some people up!'
  772. - '&7&oKABOOM!'
  773. Cooldown: 10.0
  774. # Should it affect players? (Velocity, etc.)
  775. Affect-Players: false
  776. # if true, the gadget will be enabled.
  777. Enabled: false
  778. # if true, the description of gadget will be showed.
  779. Show-Description: false
  780. # if true, it'll be possible to find
  781. # it in treasure chests
  782. Can-Be-Found-In-Treasure-Chests: false
  783. Ammo:
  784. # You want this gadget to need ammo?
  785. Enabled: true
  786. # What price for the ammo?
  787. Price: 500
  788. # And how much ammo is given
  789. # when bought?
  790. Result-Amount: 20
  791. FunGun:
  792. # Description of this cosmetic.
  793. Description:
  794. - '&7&oWoow! So much fun in a gun!'
  795. Cooldown: 4.0
  796. # Should it affect players? (Velocity, etc.)
  797. Affect-Players: true
  798. # if true, the gadget will be enabled.
  799. Enabled: true
  800. # if true, the description of gadget 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. Ammo:
  806. # You want this gadget to need ammo?
  807. Enabled: true
  808. # What price for the ammo?
  809. Price: 500
  810. # And how much ammo is given
  811. # when bought?
  812. Result-Amount: 20
  813. Parachute:
  814. # Description of this cosmetic.
  815. Description:
  816. - '&7&oGERONIMOooo!'
  817. Cooldown: 60.0
  818. # Should it affect players? (Velocity, etc.)
  819. Affect-Players: true
  820. # if true, the gadget will be enabled.
  821. Enabled: true
  822. # if true, the description of gadget 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. Ammo:
  828. # You want this gadget to need ammo?
  829. Enabled: true
  830. # What price for the ammo?
  831. Price: 500
  832. # And how much ammo is given
  833. # when bought?
  834. Result-Amount: 20
  835. QuakeGun:
  836. # Description of this cosmetic.
  837. Description:
  838. - '&7&oGet a real Rail Gun'
  839. - '&7&oand strike players and mobs!'
  840. Cooldown: 0.0
  841. # Should it affect players? (Velocity, etc.)
  842. Affect-Players: true
  843. # if true, the gadget will be enabled.
  844. Enabled: true
  845. # if true, the description of gadget 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. Ammo:
  851. # You want this gadget to need ammo?
  852. Enabled: true
  853. # What price for the ammo?
  854. Price: 500
  855. # And how much ammo is given
  856. # when bought?
  857. Result-Amount: 20
  858. GhostParty:
  859. # Description of this cosmetic.
  860. Description:
  861. - '&7&oWho Ya Gonna Call?'
  862. - '&f&lGHOST &4&lBUSTERS!'
  863. Cooldown: 45.0
  864. # Should it affect players? (Velocity, etc.)
  865. Affect-Players: false
  866. # if true, the gadget will be enabled.
  867. Enabled: false
  868. # if true, the description of gadget 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. Ammo:
  874. # You want this gadget to need ammo?
  875. Enabled: true
  876. # What price for the ammo?
  877. Price: 500
  878. # And how much ammo is given
  879. # when bought?
  880. Result-Amount: 20
  881. Firework:
  882. # Description of this cosmetic.
  883. Description:
  884. - '&7&oNeed to celebrate?'
  885. - '&7&oUse fireworks!'
  886. Cooldown: 0.2
  887. # Should it affect players? (Velocity, etc.)
  888. Affect-Players: true
  889. # if true, the gadget will be enabled.
  890. Enabled: true
  891. # if true, the description of gadget 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. Ammo:
  897. # You want this gadget to need ammo?
  898. Enabled: true
  899. # What price for the ammo?
  900. Price: 500
  901. # And how much ammo is given
  902. # when bought?
  903. Result-Amount: 20
  904. ChristmasTree:
  905. # Description of this cosmetic.
  906. Description:
  907. - '&7&oHere is a Christmas'
  908. - '&7&oTree for you!'
  909. Cooldown: 20.0
  910. # Should it affect players? (Velocity, etc.)
  911. Affect-Players: false
  912. # if true, the gadget will be enabled.
  913. Enabled: false
  914. # if true, the description of gadget will be showed.
  915. Show-Description: false
  916. # if true, it'll be possible to find
  917. # it in treasure chests
  918. Can-Be-Found-In-Treasure-Chests: false
  919. Ammo:
  920. # You want this gadget to need ammo?
  921. Enabled: true
  922. # What price for the ammo?
  923. Price: 500
  924. # And how much ammo is given
  925. # when bought?
  926. Result-Amount: 20
  927. FreezeCannon:
  928. # Description of this cosmetic.
  929. Description:
  930. - '&7&oTransform the floor into a rink!'
  931. Cooldown: 8.0
  932. # Should it affect players? (Velocity, etc.)
  933. Affect-Players: false
  934. # if true, the gadget will be enabled.
  935. Enabled: false
  936. # if true, the description of gadget will be showed.
  937. Show-Description: false
  938. # if true, it'll be possible to find
  939. # it in treasure chests
  940. Can-Be-Found-In-Treasure-Chests: false
  941. Ammo:
  942. # You want this gadget to need ammo?
  943. Enabled: true
  944. # What price for the ammo?
  945. Price: 500
  946. # And how much ammo is given
  947. # when bought?
  948. Result-Amount: 20
  949. Snowball:
  950. # Description of this cosmetic.
  951. Description:
  952. - '&7&oJoin in on the festive fun by'
  953. - '&7&othrowing snow at people!'
  954. Cooldown: 0.5
  955. # Should it affect players? (Velocity, etc.)
  956. Affect-Players: true
  957. # if true, the gadget will be enabled.
  958. Enabled: true
  959. # if true, the description of gadget will be showed.
  960. Show-Description: true
  961. # if true, it'll be possible to find
  962. # it in treasure chests
  963. Can-Be-Found-In-Treasure-Chests: true
  964. Ammo:
  965. # You want this gadget to need ammo?
  966. Enabled: true
  967. # What price for the ammo?
  968. Price: 500
  969. # And how much ammo is given
  970. # when bought?
  971. Result-Amount: 20
  972. PartyPopper:
  973. # Description of this cosmetic.
  974. Description:
  975. - '&7&oCelebrate by blasting confetti into'
  976. - '&7&opeoples'' eyes!'
  977. Cooldown: 2.0
  978. # Should it affect players? (Velocity, etc.)
  979. Affect-Players: true
  980. # if true, the gadget will be enabled.
  981. Enabled: true
  982. # if true, the description of gadget will be showed.
  983. Show-Description: true
  984. # if true, it'll be possible to find
  985. # it in treasure chests
  986. Can-Be-Found-In-Treasure-Chests: true
  987. Ammo:
  988. # You want this gadget to need ammo?
  989. Enabled: true
  990. # What price for the ammo?
  991. Price: 500
  992. # And how much ammo is given
  993. # when bought?
  994. Result-Amount: 20
  995. Trampoline:
  996. # Description of this cosmetic.
  997. Description:
  998. - '&7&oConstructs a trampoline!'
  999. - '&7&othat sends you and your'
  1000. - '&7&ofriends into air!'
  1001. Cooldown: 75.0
  1002. # Should it affect players? (Velocity, etc.)
  1003. Affect-Players: true
  1004. # if true, the gadget will be enabled.
  1005. Enabled: true
  1006. # if true, the description of gadget will be showed.
  1007. Show-Description: true
  1008. # if true, it'll be possible to find
  1009. # it in treasure chests
  1010. Can-Be-Found-In-Treasure-Chests: true
  1011. Ammo:
  1012. # You want this gadget to need ammo?
  1013. Enabled: true
  1014. # What price for the ammo?
  1015. Price: 500
  1016. # And how much ammo is given
  1017. # when bought?
  1018. Result-Amount: 20
  1019. Mounts:
  1020. DruggedHorse:
  1021. # Description of this cosmetic.
  1022. Description:
  1023. - '&7&oThat is just too much!'
  1024. # if true, the mount will be enabled.
  1025. Enabled: false
  1026. # if true, the description will be showed.
  1027. Show-Description: false
  1028. # if true, it'll be possible to find
  1029. # it in treasure chests
  1030. Can-Be-Found-In-Treasure-Chests: false
  1031. InfernalHorror:
  1032. # Description of this cosmetic.
  1033. Description:
  1034. - '&7&oThis mount comes directly from... hell!'
  1035. # if true, the mount will be enabled.
  1036. Enabled: false
  1037. # if true, the description will be showed.
  1038. Show-Description: false
  1039. # if true, it'll be possible to find
  1040. # it in treasure chests
  1041. Can-Be-Found-In-Treasure-Chests: false
  1042. GlacialSteed:
  1043. # Description of this cosmetic.
  1044. Description:
  1045. - '&7&oThis mount comes from North Pole!'
  1046. # if true, the mount will be enabled.
  1047. Enabled: true
  1048. # if true, the description will be showed.
  1049. Show-Description: true
  1050. # if true, it'll be possible to find
  1051. # it in treasure chests
  1052. Can-Be-Found-In-Treasure-Chests: true
  1053. WalkingDead:
  1054. # Description of this cosmetic.
  1055. Description:
  1056. - '&7&oGraaaaw...'
  1057. # if true, the mount will be enabled.
  1058. Enabled: true
  1059. # if true, the description will be showed.
  1060. Show-Description: true
  1061. # if true, it'll be possible to find
  1062. # it in treasure chests
  1063. Can-Be-Found-In-Treasure-Chests: true
  1064. MountOfFire:
  1065. # Description of this cosmetic.
  1066. Description:
  1067. - '&7&oThe mount of Hadès!'
  1068. # if true, the mount will be enabled.
  1069. Enabled: false
  1070. # if true, the description will be showed.
  1071. Show-Description: false
  1072. # if true, it'll be possible to find
  1073. # it in treasure chests
  1074. Can-Be-Found-In-Treasure-Chests: false
  1075. MountOfWater:
  1076. # Description of this cosmetic.
  1077. Description:
  1078. - '&7&oThe mount of Poséidon!'
  1079. # if true, the mount will be enabled.
  1080. Enabled: false
  1081. # if true, the description will be showed.
  1082. Show-Description: false
  1083. # if true, it'll be possible to find
  1084. # it in treasure chests
  1085. Can-Be-Found-In-Treasure-Chests: false
  1086. EcologistHorse:
  1087. # Description of this cosmetic.
  1088. Description:
  1089. - '&7&oBecome ecologist!'
  1090. # if true, the mount will be enabled.
  1091. Enabled: false
  1092. # if true, the description will be showed.
  1093. Show-Description: false
  1094. # if true, it'll be possible to find
  1095. # it in treasure chests
  1096. Can-Be-Found-In-Treasure-Chests: false
  1097. Snake:
  1098. # Description of this cosmetic.
  1099. Description:
  1100. - '&7&oWatch out! It may bite..'
  1101. # if true, the mount will be enabled.
  1102. Enabled: true
  1103. # if true, the description will be showed.
  1104. Show-Description: true
  1105. # if true, it'll be possible to find
  1106. # it in treasure chests
  1107. Can-Be-Found-In-Treasure-Chests: true
  1108. NyanSheep:
  1109. # Description of this cosmetic.
  1110. Description:
  1111. - '&4&lNyan &6&lnyan &e&lnyan'
  1112. - '&a&lnyan &3&lnyan &9&lnyan'
  1113. # if true, the mount will be enabled.
  1114. Enabled: true
  1115. # if true, the description will be showed.
  1116. Show-Description: true
  1117. # if true, it'll be possible to find
  1118. # it in treasure chests
  1119. Can-Be-Found-In-Treasure-Chests: true
  1120. Dragon:
  1121. # Description of this cosmetic.
  1122. Description:
  1123. - '&7&oBecome a dragon rider!'
  1124. # if true, the mount will be enabled.
  1125. Enabled: false
  1126. # if true, the description will be showed.
  1127. Show-Description: false
  1128. # if true, it'll be possible to find
  1129. # it in treasure chests
  1130. Can-Be-Found-In-Treasure-Chests: false
  1131. SkySquid:
  1132. # Description of this cosmetic.
  1133. Description:
  1134. - '&7&oWat.'
  1135. # if true, the mount will be enabled.
  1136. Enabled: true
  1137. # if true, the description will be showed.
  1138. Show-Description: true
  1139. # if true, it'll be possible to find
  1140. # it in treasure chests
  1141. Can-Be-Found-In-Treasure-Chests: true
  1142. Slime:
  1143. # Description of this cosmetic.
  1144. Description:
  1145. - '&7&oSplat! Splat!'
  1146. # if true, the mount will be enabled.
  1147. Enabled: true
  1148. # if true, the description will be showed.
  1149. Show-Description: true
  1150. # if true, it'll be possible to find
  1151. # it in treasure chests
  1152. Can-Be-Found-In-Treasure-Chests: true
  1153. HypeCart:
  1154. # Description of this cosmetic.
  1155. Description:
  1156. - '&7&oEver wanted to drive a F1?'
  1157. - '&7&oNow you can!'
  1158. # if true, the mount will be enabled.
  1159. Enabled: true
  1160. # if true, the description will be showed.
  1161. Show-Description: true
  1162. # if true, it'll be possible to find
  1163. # it in treasure chests
  1164. Can-Be-Found-In-Treasure-Chests: true
  1165. Spider:
  1166. # Description of this cosmetic.
  1167. Description:
  1168. - '&7&oYOU are the spider jockey!'
  1169. # if true, the mount will be enabled.
  1170. Enabled: false
  1171. # if true, the description will be showed.
  1172. Show-Description: false
  1173. # if true, it'll be possible to find
  1174. # it in treasure chests
  1175. Can-Be-Found-In-Treasure-Chests: false
  1176. Rudolph:
  1177. # Description of this cosmetic.
  1178. Description:
  1179. - '&7&oWhat would be Christmas'
  1180. - '&7&owithout Rudolph the Reeinder?'
  1181. # if true, the mount will be enabled.
  1182. Enabled: false
  1183. # if true, the description will be showed.
  1184. Show-Description: false
  1185. # if true, it'll be possible to find
  1186. # it in treasure chests
  1187. Can-Be-Found-In-Treasure-Chests: false
  1188. MoltenSnake:
  1189. # Description of this cosmetic.
  1190. Description:
  1191. - '&7&oDeep under the Earth''s surface, there'
  1192. - '&7&oexists a mythical species of Molten'
  1193. - '&7&oSnakes. This one will serve you eternally.'
  1194. # if true, the mount will be enabled.
  1195. Enabled: true
  1196. # if true, the description will be showed.
  1197. Show-Description: true
  1198. # if true, it'll be possible to find
  1199. # it in treasure chests
  1200. Can-Be-Found-In-Treasure-Chests: true
  1201. FlyingShip:
  1202. # Description of this cosmetic.
  1203. Description:
  1204. - '&7&oBomb them all!'
  1205. # if true, the mount will be enabled.
  1206. Enabled: true
  1207. # if true, the description will be showed.
  1208. Show-Description: true
  1209. # if true, it'll be possible to find
  1210. # it in treasure chests
  1211. Can-Be-Found-In-Treasure-Chests: true
  1212. Particle-Effects:
  1213. RainCloud:
  1214. # Description of this cosmetic.
  1215. Description:
  1216. - '&7&oThe weather forecast'
  1217. - '&7&ois telling me it''s raining.'
  1218. # if true, the effect will be enabled.
  1219. Enabled: true
  1220. # if true, the description will be showed.
  1221. Show-Description: true
  1222. # if true, it'll be possible to find
  1223. # it in treasure chests
  1224. Can-Be-Found-In-Treasure-Chests: true
  1225. SnowCloud:
  1226. # Description of this cosmetic.
  1227. Description:
  1228. - '&7&oThe weather forecast'
  1229. - '&7&ois telling me it''s snowing.'
  1230. # if true, the effect 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. BloodHelix:
  1238. # Description of this cosmetic.
  1239. Description:
  1240. - '&7&oAncient legend says this magic'
  1241. - '&7&oempowers the blood of its user,'
  1242. - '&7&ogiving them godly powers..'
  1243. # if true, the effect will be enabled.
  1244. Enabled: false
  1245. # if true, the description will be showed.
  1246. Show-Description: false
  1247. # if true, it'll be possible to find
  1248. # it in treasure chests
  1249. Can-Be-Found-In-Treasure-Chests: false
  1250. FrostLord:
  1251. # Description of this cosmetic.
  1252. Description:
  1253. - '&7&oI am The Almighty Frostlord!'
  1254. # if true, the effect will be enabled.
  1255. Enabled: true
  1256. # if true, the description will be showed.
  1257. Show-Description: true
  1258. # if true, it'll be possible to find
  1259. # it in treasure chests
  1260. Can-Be-Found-In-Treasure-Chests: true
  1261. FlameRings:
  1262. # Description of this cosmetic.
  1263. Description:
  1264. - '&7&oWatch out! They are hot!'
  1265. # if true, the effect will be enabled.
  1266. Enabled: true
  1267. # if true, the description will be showed.
  1268. Show-Description: true
  1269. # if true, it'll be possible to find
  1270. # it in treasure chests
  1271. Can-Be-Found-In-Treasure-Chests: true
  1272. InLove:
  1273. # Description of this cosmetic.
  1274. Description:
  1275. - '&7&oOMG wow I''m in love!'
  1276. # if true, the effect will be enabled.
  1277. Enabled: true
  1278. # if true, the description will be showed.
  1279. Show-Description: true
  1280. # if true, it'll be possible to find
  1281. # it in treasure chests
  1282. Can-Be-Found-In-Treasure-Chests: true
  1283. GreenSparks:
  1284. # Description of this cosmetic.
  1285. Description:
  1286. - '&7&oLittle and green sparkly sparks!'
  1287. # if true, the effect will be enabled.
  1288. Enabled: true
  1289. # if true, the description will be showed.
  1290. Show-Description: true
  1291. # if true, it'll be possible to find
  1292. # it in treasure chests
  1293. Can-Be-Found-In-Treasure-Chests: true
  1294. FrozenWalk:
  1295. # Description of this cosmetic.
  1296. Description:
  1297. - '&7&oMy feet are so cold!'
  1298. # if true, the effect will be enabled.
  1299. Enabled: true
  1300. # if true, the description will be showed.
  1301. Show-Description: true
  1302. # if true, it'll be possible to find
  1303. # it in treasure chests
  1304. Can-Be-Found-In-Treasure-Chests: true
  1305. Music:
  1306. # Description of this cosmetic.
  1307. Description:
  1308. - '&7&oMuch music!'
  1309. # if true, the effect will be enabled.
  1310. Enabled: true
  1311. # if true, the description will be showed.
  1312. Show-Description: true
  1313. # if true, it'll be possible to find
  1314. # it in treasure chests
  1315. Can-Be-Found-In-Treasure-Chests: true
  1316. Enchanted:
  1317. # Description of this cosmetic.
  1318. Description:
  1319. - '&7&oBecome an almighty enchanter!'
  1320. # if true, the effect will be enabled.
  1321. Enabled: true
  1322. # if true, the description will be showed.
  1323. Show-Description: true
  1324. # if true, it'll be possible to find
  1325. # it in treasure chests
  1326. Can-Be-Found-In-Treasure-Chests: true
  1327. Inferno:
  1328. # Description of this cosmetic.
  1329. Description:
  1330. - '&7&oEffect created by Satan himself!'
  1331. # if true, the effect will be enabled.
  1332. Enabled: true
  1333. # if true, the description will be showed.
  1334. Show-Description: true
  1335. # if true, it'll be possible to find
  1336. # it in treasure chests
  1337. Can-Be-Found-In-Treasure-Chests: true
  1338. AngelWings:
  1339. # Description of this cosmetic.
  1340. Description:
  1341. - '&7&oBecome an angel!'
  1342. # if true, the effect will be enabled.
  1343. Enabled: false
  1344. # if true, the description will be showed.
  1345. Show-Description: false
  1346. # if true, it'll be possible to find
  1347. # it in treasure chests
  1348. Can-Be-Found-In-Treasure-Chests: false
  1349. SuperHero:
  1350. # Description of this cosmetic.
  1351. Description:
  1352. - '&7&oBecome Superman!'
  1353. # if true, the effect will be enabled.
  1354. Enabled: true
  1355. # if true, the description will be showed.
  1356. Show-Description: true
  1357. # if true, it'll be possible to find
  1358. # it in treasure chests
  1359. Can-Be-Found-In-Treasure-Chests: true
  1360. SantaHat:
  1361. # Description of this cosmetic.
  1362. Description:
  1363. - '&7&oBecome Santa!'
  1364. # if true, the effect will be enabled.
  1365. Enabled: false
  1366. # if true, the description will be showed.
  1367. Show-Description: false
  1368. # if true, it'll be possible to find
  1369. # it in treasure chests
  1370. Can-Be-Found-In-Treasure-Chests: false
  1371. CrushedCandyCane:
  1372. # Description of this cosmetic.
  1373. Description:
  1374. - '&7&oThere''s no such thing as too much'
  1375. - '&7&oChristmas Candy. Do not listen'
  1376. - '&7&oto your dentist.'
  1377. # if true, the effect will be enabled.
  1378. Enabled: true
  1379. # if true, the description will be showed.
  1380. Show-Description: true
  1381. # if true, it'll be possible to find
  1382. # it in treasure chests
  1383. Can-Be-Found-In-Treasure-Chests: true
  1384. EnderAura:
  1385. # Description of this cosmetic.
  1386. Description:
  1387. - '&7&oThese mystic particle attach to'
  1388. - '&7&oonly the most legendary of players!'
  1389. # if true, the effect will be enabled.
  1390. Enabled: true
  1391. # if true, the description 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. FlameFairy:
  1397. # Description of this cosmetic.
  1398. Description:
  1399. - '&7&oHEY!!'
  1400. # if true, the effect will be enabled.
  1401. Enabled: true
  1402. # if true, the description 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. Suits:
  1408. Rave:
  1409. # Description of this cosmetic.
  1410. Description:
  1411. - '&7&oSuch amazing colors!'
  1412. # if true, the suit will be enabled.
  1413. Enabled: true
  1414. # if true, the description of this suit will be showed.
  1415. Show-Description: true
  1416. # if true, it'll be possible to find
  1417. # it in treasure chests
  1418. Can-Be-Found-In-Treasure-Chests: true
  1419. Astronaut:
  1420. # Description of this cosmetic.
  1421. Description:
  1422. - '&7&oHouston?'
  1423. # if true, the suit will be enabled.
  1424. Enabled: true
  1425. # if true, the description of this suit will be showed.
  1426. Show-Description: true
  1427. # if true, it'll be possible to find
  1428. # it in treasure chests
  1429. Can-Be-Found-In-Treasure-Chests: true
  1430. Diamond:
  1431. # Description of this cosmetic.
  1432. Description:
  1433. - '&7&oShow your Mining skills'
  1434. - '&7&owith this amazing outfit!'
  1435. # if true, the suit will be enabled.
  1436. Enabled: true
  1437. # if true, the description of this suit will be showed.
  1438. Show-Description: true
  1439. # if true, it'll be possible to find
  1440. # it in treasure chests
  1441. Can-Be-Found-In-Treasure-Chests: true
  1442. Santa:
  1443. # Description of this cosmetic.
  1444. Description:
  1445. - '&7&oBecome Santa and deliver presents!'
  1446. # if true, the suit will be enabled.
  1447. Enabled: true
  1448. # if true, the description of this suit will be showed.
  1449. Show-Description: true
  1450. # if true, it'll be possible to find
  1451. # it in treasure chests
  1452. Can-Be-Found-In-Treasure-Chests: true
  1453. Emotes:
  1454. Cry:
  1455. # Description of this cosmetic.
  1456. Description:
  1457. - '&7&oAre you really sad? :('
  1458. # if true, the mount will be enabled.
  1459. Enabled: true
  1460. # if true, the description will be showed.
  1461. Show-Description: true
  1462. # if true, it'll be possible to find
  1463. # it in treasure chests
  1464. Can-Be-Found-In-Treasure-Chests: true
  1465. Angry:
  1466. # Description of this cosmetic.
  1467. Description:
  1468. - '&7&oShow your rage to the other players!'
  1469. # if true, the mount will be enabled.
  1470. Enabled: true
  1471. # if true, the description will be showed.
  1472. Show-Description: true
  1473. # if true, it'll be possible to find
  1474. # it in treasure chests
  1475. Can-Be-Found-In-Treasure-Chests: true
  1476. Happy:
  1477. # Description of this cosmetic.
  1478. Description:
  1479. - '&7&oDon''t worry, be happy!'
  1480. # if true, the mount will be enabled.
  1481. Enabled: true
  1482. # if true, the description will be showed.
  1483. Show-Description: true
  1484. # if true, it'll be possible to find
  1485. # it in treasure chests
  1486. Can-Be-Found-In-Treasure-Chests: true
  1487. Cheeky:
  1488. # Description of this cosmetic.
  1489. Description:
  1490. - '&7&oYou like being cheeky? Well, this emote is for you!'
  1491. # if true, the mount will be enabled.
  1492. Enabled: true
  1493. # if true, the description will be showed.
  1494. Show-Description: true
  1495. # if true, it'll be possible to find
  1496. # it in treasure chests
  1497. Can-Be-Found-In-Treasure-Chests: true
  1498. Love:
  1499. # Description of this cosmetic.
  1500. Description:
  1501. - '&7&oYou have beautiful eyes, do you know that?'
  1502. # if true, the mount will be enabled.
  1503. Enabled: true
  1504. # if true, the description will be showed.
  1505. Show-Description: true
  1506. # if true, it'll be possible to find
  1507. # it in treasure chests
  1508. Can-Be-Found-In-Treasure-Chests: true
  1509. DealWithIt:
  1510. # Description of this cosmetic.
  1511. Description:
  1512. - '&7&oDo you feel like showing off? This emote is for you!'
  1513. # if true, the mount will be enabled.
  1514. Enabled: true
  1515. # if true, the description will be showed.
  1516. Show-Description: true
  1517. # if true, it'll be possible to find
  1518. # it in treasure chests
  1519. Can-Be-Found-In-Treasure-Chests: true
  1520. Cool:
  1521. # Description of this cosmetic.
  1522. Description:
  1523. - '&7&oKeep cool man!'
  1524. # if true, the mount will be enabled.
  1525. Enabled: true
  1526. # if true, the description will be showed.
  1527. Show-Description: true
  1528. # if true, it'll be possible to find
  1529. # it in treasure chests
  1530. Can-Be-Found-In-Treasure-Chests: true
  1531. Surprised:
  1532. # Description of this cosmetic.
  1533. Description:
  1534. - '&7&oOH LORD!!!'
  1535. # if true, the mount will be enabled.
  1536. Enabled: true
  1537. # if true, the description will be showed.
  1538. Show-Description: true
  1539. # if true, it'll be possible to find
  1540. # it in treasure chests
  1541. Can-Be-Found-In-Treasure-Chests: true
  1542. Wink:
  1543. # Description of this cosmetic.
  1544. Description:
  1545. - '&7&oHaving fun? Let someone know you are in on the joke'
  1546. # if true, the mount will be enabled.
  1547. Enabled: true
  1548. # if true, the description will be showed.
  1549. Show-Description: true
  1550. # if true, it'll be possible to find
  1551. # it in treasure chests
  1552. Can-Be-Found-In-Treasure-Chests: true
  1553. Hats:
  1554. Astronaut:
  1555. # Description of this cosmetic.
  1556. Description:
  1557. - '&7&oHouston, we have got a problem.'
  1558. # if true, the hat will be enabled.
  1559. Enabled: true
  1560. # if true, the description of this hat will be showed.
  1561. Show-Description: true
  1562. # if true, it'll be possible to find
  1563. # it in treasure chests
  1564. Can-Be-Found-In-Treasure-Chests: true
  1565. Scared:
  1566. # Description of this cosmetic.
  1567. Description:
  1568. - '&7&oOh gawd, that scared me!'
  1569. # if true, the hat will be enabled.
  1570. Enabled: true
  1571. # if true, the description of this hat will be showed.
  1572. Show-Description: true
  1573. # if true, it'll be possible to find
  1574. # it in treasure chests
  1575. Can-Be-Found-In-Treasure-Chests: true
  1576. Angel:
  1577. # Description of this cosmetic.
  1578. Description:
  1579. - '&7&oDid it hurt when you fell from heaven?'
  1580. # if true, the hat will be enabled.
  1581. Enabled: true
  1582. # if true, the description of this hat will be showed.
  1583. Show-Description: true
  1584. # if true, it'll be possible to find
  1585. # it in treasure chests
  1586. Can-Be-Found-In-Treasure-Chests: true
  1587. Embarassed:
  1588. # Description of this cosmetic.
  1589. Description:
  1590. - '&7&oI am kinda embarassed by that.'
  1591. # if true, the hat will be enabled.
  1592. Enabled: true
  1593. # if true, the description of this hat will be showed.
  1594. Show-Description: true
  1595. # if true, it'll be possible to find
  1596. # it in treasure chests
  1597. Can-Be-Found-In-Treasure-Chests: true
  1598. Kissy:
  1599. # Description of this cosmetic.
  1600. Description:
  1601. - '&7&oWanna kiss?'
  1602. # if true, the hat will be enabled.
  1603. Enabled: true
  1604. # if true, the description of this hat will be showed.
  1605. Show-Description: true
  1606. # if true, it'll be possible to find
  1607. # it in treasure chests
  1608. Can-Be-Found-In-Treasure-Chests: true
  1609. Sad:
  1610. # Description of this cosmetic.
  1611. Description:
  1612. - '&7&oI am so sad.'
  1613. # if true, the hat will be enabled.
  1614. Enabled: true
  1615. # if true, the description of this hat will be showed.
  1616. Show-Description: true
  1617. # if true, it'll be possible to find
  1618. # it in treasure chests
  1619. Can-Be-Found-In-Treasure-Chests: true
  1620. Cool:
  1621. # Description of this cosmetic.
  1622. Description:
  1623. - '&7&oI am such a cool guy.'
  1624. # if true, the hat will be enabled.
  1625. Enabled: true
  1626. # if true, the description of this hat will be showed.
  1627. Show-Description: true
  1628. # if true, it'll be possible to find
  1629. # it in treasure chests
  1630. Can-Be-Found-In-Treasure-Chests: true
  1631. Surprised:
  1632. # Description of this cosmetic.
  1633. Description:
  1634. - '&7&oWow, did not expect that!'
  1635. # if true, the hat will be enabled.
  1636. Enabled: true
  1637. # if true, the description of this hat will be showed.
  1638. Show-Description: true
  1639. # if true, it'll be possible to find
  1640. # it in treasure chests
  1641. Can-Be-Found-In-Treasure-Chests: true
  1642. Dead:
  1643. # Description of this cosmetic.
  1644. Description:
  1645. - '&7&ogot rekt'
  1646. # if true, the hat will be enabled.
  1647. Enabled: true
  1648. # if true, the description of this hat will be showed.
  1649. Show-Description: true
  1650. # if true, it'll be possible to find
  1651. # it in treasure chests
  1652. Can-Be-Found-In-Treasure-Chests: true
  1653. Crying:
  1654. # Description of this cosmetic.
  1655. Description:
  1656. - '&7&oi cri evrytiem'
  1657. # if true, the hat will be enabled.
  1658. Enabled: true
  1659. # if true, the description of this hat will be showed.
  1660. Show-Description: true
  1661. # if true, it'll be possible to find
  1662. # it in treasure chests
  1663. Can-Be-Found-In-Treasure-Chests: true
  1664. BigSmile:
  1665. # Description of this cosmetic.
  1666. Description:
  1667. - '&7&oUh, because I am really happy!'
  1668. # if true, the hat will be enabled.
  1669. Enabled: true
  1670. # if true, the description of this hat will be showed.
  1671. Show-Description: true
  1672. # if true, it'll be possible to find
  1673. # it in treasure chests
  1674. Can-Be-Found-In-Treasure-Chests: true
  1675. Wink:
  1676. # Description of this cosmetic.
  1677. Description:
  1678. - '&7&oYou know what I mean ;)'
  1679. # if true, the hat will be enabled.
  1680. Enabled: true
  1681. # if true, the description of this hat will be showed.
  1682. Show-Description: true
  1683. # if true, it'll be possible to find
  1684. # it in treasure chests
  1685. Can-Be-Found-In-Treasure-Chests: true
  1686. Derp:
  1687. # Description of this cosmetic.
  1688. Description:
  1689. - '&7&oDerp Derp Derping all around'
  1690. # if true, the hat will be enabled.
  1691. Enabled: true
  1692. # if true, the description of this hat will be showed.
  1693. Show-Description: true
  1694. # if true, it'll be possible to find
  1695. # it in treasure chests
  1696. Can-Be-Found-In-Treasure-Chests: true
  1697. Smile:
  1698. # Description of this cosmetic.
  1699. Description:
  1700. - '&7&oUh, because I am happy'
  1701. # if true, the hat will be enabled.
  1702. Enabled: true
  1703. # if true, the description of this hat will be showed.
  1704. Show-Description: true
  1705. # if true, it'll be possible to find
  1706. # it in treasure chests
  1707. Can-Be-Found-In-Treasure-Chests: true
  1708. Iron:
  1709. # Description of this cosmetic.
  1710. Description:
  1711. - '&7&oAs hard as iron!'
  1712. # if true, the hat will be enabled.
  1713. Enabled: true
  1714. # if true, the description of this hat will be showed.
  1715. Show-Description: true
  1716. # if true, it'll be possible to find
  1717. # it in treasure chests
  1718. Can-Be-Found-In-Treasure-Chests: true
  1719. Gold:
  1720. # Description of this cosmetic.
  1721. Description:
  1722. - '&7&oMy precious!'
  1723. # if true, the hat will be enabled.
  1724. Enabled: true
  1725. # if true, the description of this hat will be showed.
  1726. Show-Description: true
  1727. # if true, it'll be possible to find
  1728. # it in treasure chests
  1729. Can-Be-Found-In-Treasure-Chests: true
  1730. Diamond:
  1731. # Description of this cosmetic.
  1732. Description:
  1733. - '&7&oThis is really strong!'
  1734. # if true, the hat will be enabled.
  1735. Enabled: true
  1736. # if true, the description of this hat will be showed.
  1737. Show-Description: true
  1738. # if true, it'll be possible to find
  1739. # it in treasure chests
  1740. Can-Be-Found-In-Treasure-Chests: true
  1741. Piston:
  1742. # Description of this cosmetic.
  1743. Description:
  1744. - '&7&oHave you got the redstone?'
  1745. # if true, the hat will be enabled.
  1746. Enabled: true
  1747. # if true, the description of this hat will be showed.
  1748. Show-Description: true
  1749. # if true, it'll be possible to find
  1750. # it in treasure chests
  1751. Can-Be-Found-In-Treasure-Chests: true
  1752. CommandBlock:
  1753. # Description of this cosmetic.
  1754. Description:
  1755. - '&7&oControl the world with it!'
  1756. # if true, the hat will be enabled.
  1757. Enabled: true
  1758. # if true, the description of this hat will be showed.
  1759. Show-Description: true
  1760. # if true, it'll be possible to find
  1761. # it in treasure chests
  1762. Can-Be-Found-In-Treasure-Chests: true
  1763. Music:
  1764. # Description of this cosmetic.
  1765. Description:
  1766. - '&7&oYou are so musical.'
  1767. # if true, the hat will be enabled.
  1768. Enabled: true
  1769. # if true, the description of this hat will be showed.
  1770. Show-Description: true
  1771. # if true, it'll be possible to find
  1772. # it in treasure chests
  1773. Can-Be-Found-In-Treasure-Chests: true
  1774. Squid:
  1775. # Description of this cosmetic.
  1776. Description:
  1777. - '&7&oBloop Bloop!'
  1778. # if true, the hat will be enabled.
  1779. Enabled: true
  1780. # if true, the description of this hat will be showed.
  1781. Show-Description: true
  1782. # if true, it'll be possible to find
  1783. # it in treasure chests
  1784. Can-Be-Found-In-Treasure-Chests: true
  1785. Chicken:
  1786. # Description of this cosmetic.
  1787. Description:
  1788. - '&7&oBwwaaaaaaaaaaaakkkkk!'
  1789. # if true, the hat will be enabled.
  1790. Enabled: true
  1791. # if true, the description of this hat will be showed.
  1792. Show-Description: true
  1793. # if true, it'll be possible to find
  1794. # it in treasure chests
  1795. Can-Be-Found-In-Treasure-Chests: true
  1796. Pig:
  1797. # Description of this cosmetic.
  1798. Description:
  1799. - '&7&oOink Oink!'
  1800. # if true, the hat will be enabled.
  1801. Enabled: true
  1802. # if true, the description of this hat will be showed.
  1803. Show-Description: true
  1804. # if true, it'll be possible to find
  1805. # it in treasure chests
  1806. Can-Be-Found-In-Treasure-Chests: true
  1807. Blaze:
  1808. # Description of this cosmetic.
  1809. Description:
  1810. - '&7&oWatch out for the fire!'
  1811. # if true, the hat will be enabled.
  1812. Enabled: true
  1813. # if true, the description of this hat will be showed.
  1814. Show-Description: true
  1815. # if true, it'll be possible to find
  1816. # it in treasure chests
  1817. Can-Be-Found-In-Treasure-Chests: true
  1818. Sheep:
  1819. # Description of this cosmetic.
  1820. Description:
  1821. - '&7&oBaaaa, baa'
  1822. # if true, the hat will be enabled.
  1823. Enabled: true
  1824. # if true, the description of this hat will be showed.
  1825. Show-Description: true
  1826. # if true, it'll be possible to find
  1827. # it in treasure chests
  1828. Can-Be-Found-In-Treasure-Chests: true
  1829. Golem:
  1830. # Description of this cosmetic.
  1831. Description:
  1832. - '&7&oI am your guard.'
  1833. # if true, the hat will be enabled.
  1834. Enabled: true
  1835. # if true, the description of this hat will be showed.
  1836. Show-Description: true
  1837. # if true, it'll be possible to find
  1838. # it in treasure chests
  1839. Can-Be-Found-In-Treasure-Chests: true
  1840. Enderman:
  1841. # Description of this cosmetic.
  1842. Description:
  1843. - '&7&oNow I am here, now I am there.'
  1844. # if true, the hat will be enabled.
  1845. Enabled: true
  1846. # if true, the description of this hat will be showed.
  1847. Show-Description: true
  1848. # if true, it'll be possible to find
  1849. # it in treasure chests
  1850. Can-Be-Found-In-Treasure-Chests: true
  1851. Mario:
  1852. # Description of this cosmetic.
  1853. Description:
  1854. - '&7&oIt is me! Mario!'
  1855. # if true, the hat will be enabled.
  1856. Enabled: true
  1857. # if true, the description of this hat will be showed.
  1858. Show-Description: true
  1859. # if true, it'll be possible to find
  1860. # it in treasure chests
  1861. Can-Be-Found-In-Treasure-Chests: true
  1862. Luigi:
  1863. # Description of this cosmetic.
  1864. Description:
  1865. - '&7&oLuigi time!'
  1866. # if true, the hat will be enabled.
  1867. Enabled: true
  1868. # if true, the description of this hat will be showed.
  1869. Show-Description: true
  1870. # if true, it'll be possible to find
  1871. # it in treasure chests
  1872. Can-Be-Found-In-Treasure-Chests: true
  1873. Batman:
  1874. # Description of this cosmetic.
  1875. Description:
  1876. - '&7&oI am batman!'
  1877. # if true, the hat will be enabled.
  1878. Enabled: true
  1879. # if true, the description of this hat will be showed.
  1880. Show-Description: true
  1881. # if true, it'll be possible to find
  1882. # it in treasure chests
  1883. Can-Be-Found-In-Treasure-Chests: true
  1884. Chest:
  1885. # Description of this cosmetic.
  1886. Description:
  1887. - '&7&oOpen, and close'
  1888. # if true, the hat will be enabled.
  1889. Enabled: true
  1890. # if true, the description of this hat will be showed.
  1891. Show-Description: true
  1892. # if true, it'll be possible to find
  1893. # it in treasure chests
  1894. Can-Be-Found-In-Treasure-Chests: true
  1895. Skull:
  1896. # Description of this cosmetic.
  1897. Description:
  1898. - '&7&oWho iss headless now?'
  1899. # if true, the hat will be enabled.
  1900. Enabled: true
  1901. # if true, the description of this hat will be showed.
  1902. Show-Description: true
  1903. # if true, it'll be possible to find
  1904. # it in treasure chests
  1905. Can-Be-Found-In-Treasure-Chests: true
  1906. Ghost:
  1907. # Description of this cosmetic.
  1908. Description:
  1909. - '&7&o2spooky4u'
  1910. # if true, the hat will be enabled.
  1911. Enabled: true
  1912. # if true, the description of this hat will be showed.
  1913. Show-Description: true
  1914. # if true, it'll be possible to find
  1915. # it in treasure chests
  1916. Can-Be-Found-In-Treasure-Chests: true
  1917. JackOLantern:
  1918. # Description of this cosmetic.
  1919. Description:
  1920. - '&7&oA little pumkin'
  1921. # if true, the hat will be enabled.
  1922. Enabled: true
  1923. # if true, the description of this hat will be showed.
  1924. Show-Description: true
  1925. # if true, it'll be possible to find
  1926. # it in treasure chests
  1927. Can-Be-Found-In-Treasure-Chests: true
  1928. ScaryClown:
  1929. # Description of this cosmetic.
  1930. Description:
  1931. - '&7&oHope you are not scared of clowns.'
  1932. # if true, the hat will be enabled.
  1933. Enabled: true
  1934. # if true, the description of this hat will be showed.
  1935. Show-Description: true
  1936. # if true, it'll be possible to find
  1937. # it in treasure chests
  1938. Can-Be-Found-In-Treasure-Chests: true
  1939. Santa:
  1940. # Description of this cosmetic.
  1941. Description:
  1942. - '&7&oOh oh oh! Merry Christmas!'
  1943. # if true, the hat will be enabled.
  1944. Enabled: true
  1945. # if true, the description of this hat will be showed.
  1946. Show-Description: true
  1947. # if true, it'll be possible to find
  1948. # it in treasure chests
  1949. Can-Be-Found-In-Treasure-Chests: true
  1950. Snowman:
  1951. # Description of this cosmetic.
  1952. Description:
  1953. - '&7&oI don''t have a skull.. or bones'
  1954. # if true, the hat will be enabled.
  1955. Enabled: true
  1956. # if true, the description of this hat will be showed.
  1957. Show-Description: true
  1958. # if true, it'll be possible to find
  1959. # it in treasure chests
  1960. Can-Be-Found-In-Treasure-Chests: true
  1961. Present:
  1962. # Description of this cosmetic.
  1963. Description:
  1964. - '&7&oFrom Santa, to you!'
  1965. # if true, the hat will be enabled.
  1966. Enabled: true
  1967. # if true, the description of this hat will be showed.
  1968. Show-Description: true
  1969. # if true, it'll be possible to find
  1970. # it in treasure chests
  1971. Can-Be-Found-In-Treasure-Chests: true
  1972. Elf:
  1973. # Description of this cosmetic.
  1974. Description:
  1975. - '&7&oI work for Santa!'
  1976. # if true, the hat will be enabled.
  1977. Enabled: true
  1978. # if true, the description of this hat will be showed.
  1979. Show-Description: true
  1980. # if true, it'll be possible to find
  1981. # it in treasure chests
  1982. Can-Be-Found-In-Treasure-Chests: false
  1983. Bedrock:
  1984. # Description of this cosmetic.
  1985. Description:
  1986. - '&7&oUnbreakable!'
  1987. # if true, the hat will be enabled.
  1988. Enabled: true
  1989. # if true, the description of this hat will be showed.
  1990. Show-Description: true
  1991. # if true, it'll be possible to find
  1992. # it in treasure chests
  1993. Can-Be-Found-In-Treasure-Chests: true
Add Comment
Please, Sign In to add comment