Ishidres

UC Config.yml - Support

Oct 28th, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 65.30 KB | None | 0 0
  1. # If set to true, will check for updates
  2. Check-For-Updates: true
  3. # List of the enabled categories.
  4. Categories-Enabled:
  5. Gadgets: true
  6. Particle-Effects: true
  7. Mounts: true
  8. Pets: true
  9. Morphs: true
  10. Hats: true
  11. Suits: true
  12. Emotes: true
  13. # Other settings for categories:
  14. # - The Item in Main Menu.
  15. # - Do you want a BackToMainMenu Arrow in it?
  16. Categories:
  17. Gadgets:
  18. Main-Menu-Item: '409:0'
  19. Go-Back-Arrow: true
  20. # You wanna show the cooldown of current gadget in actionbar?
  21. Cooldown-In-ActionBar: true
  22. Particle-Effects:
  23. Main-Menu-Item: '399:0'
  24. Go-Back-Arrow: true
  25. Mounts:
  26. Main-Menu-Item: '329:0'
  27. Go-Back-Arrow: true
  28. Pets:
  29. Main-Menu-Item: '352:0'
  30. Go-Back-Arrow: true
  31. Morphs:
  32. Main-Menu-Item: '334:0'
  33. Go-Back-Arrow: true
  34. Hats:
  35. Main-Menu-Item: '314:0'
  36. Go-Back-Arrow: true
  37. Suits:
  38. Main-Menu-Item: '299:0'
  39. Go-Back-Arrow: true
  40. Emotes:
  41. Go-Back-Arrow: true
  42. Clear-Cosmetic-Item: '152:0'
  43. # Previous Page Item
  44. Previous-Page-Item: '368:0'
  45. # Next Page Item
  46. Next-Page-Item: '381:0'
  47. # Back to Main Menu Item
  48. Back-Main-Menu-Item: '262:0'
  49. Self-View-Item:
  50. # Item in Morphs Menu when Self View enabled.
  51. When-Enabled: '381:0'
  52. # Item in Morphs Menu when Self View disabled.
  53. When-Disabled: '368:0'
  54. Gadgets-Item:
  55. # Item in Gadgets Menu when Gadgets enabled.
  56. When-Enabled: '351:10'
  57. # Item in Gadgets Menu when Gadgets disabled.
  58. When-Disabled: '351:8'
  59. # Item in Pets Menu to rename current pet.
  60. Rename-Pet-Item: '421:0'
  61. # Should GUI close after selecting a cosmetic?
  62. Close-GUI-After-Select: true
  63. Back-To-Main-Menu-Custom-Command:
  64. Enabled: true
  65. Command: cc open menu.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: true
  96. Key-Price: 2500
  97. Loots:
  98. Money:
  99. Enabled: false
  100. Min: 100
  101. Max: 500
  102. Chance: 5
  103. Message:
  104. enabled: true
  105. message: '%prefix% &6&l%name% found %money%$'
  106. Gadgets-Ammo:
  107. Enabled: false
  108. Min: 10
  109. Max: 50
  110. Chance: 40
  111. Message:
  112. enabled: true
  113. message: '%prefix% &6&l%name% found %ammo% %gadget% ammo'
  114. Gadgets:
  115. Enabled: true
  116. Chance: 20
  117. Message:
  118. enabled: true
  119. message: '%prefix% &6&l%name% found gadget %gadget%'
  120. Mounts:
  121. Enabled: true
  122. Chance: 10
  123. Message:
  124. enabled: true
  125. message: '%prefix% &6&l%name% found rare %mount%'
  126. Pets:
  127. Enabled: true
  128. Chance: 20
  129. Message:
  130. enabled: true
  131. message: '%prefix% &6&l%name% found rare %pet%'
  132. Morphs:
  133. Enabled: true
  134. Chance: 5
  135. Message:
  136. enabled: true
  137. message: '%prefix% &6&l%name% found legendary %morph%'
  138. Effects:
  139. Enabled: true
  140. Chance: 10
  141. Message:
  142. enabled: true
  143. message: '%prefix% &6&l%name% found legendary %effect%'
  144. Hats:
  145. Enabled: true
  146. Chance: 10
  147. Message:
  148. enabled: true
  149. message: '%prefix% &6&l%name% found rare %hat%'
  150. Suits:
  151. Enabled: true
  152. Chance: 5
  153. Message:
  154. enabled: false
  155. message: '%prefix% &6&l%name% found rare %suit%'
  156. Emotes:
  157. Enabled: true
  158. Chance: 5
  159. Message:
  160. enabled: false
  161. message: '%prefix% &6&l%name% found rare %emote%'
  162. Designs:
  163. Classic:
  164. center-block: '169:0'
  165. around-center: '5:0'
  166. third-blocks: '5:1'
  167. below-chests: '17:0'
  168. barriers: '85:0'
  169. chest-type: NORMAL
  170. effect: FLAME
  171. Modern:
  172. center-block: '169:0'
  173. around-center: '159:11'
  174. third-blocks: '155:0'
  175. below-chests: '159:11'
  176. barriers: '160:3'
  177. chest-type: ENDER
  178. effect: REDSTONE
  179. Nether:
  180. center-block: '89:0'
  181. around-center: '88:0'
  182. third-blocks: '87:0'
  183. below-chests: '112:0'
  184. barriers: '113:0'
  185. chest-type: NORMAL
  186. effect: SMOKE_NORMAL
  187. Permission-Add-Command: pex user %name% add %permission%
  188. # This option will fill the blank slots of inventories
  189. # with a custom item!
  190. Fill-Blank-Slots-With-Item:
  191. Enabled: false
  192. Item: '160:15'
  193. # Toggle this to allow players to rename pets.
  194. #
  195. # Permission-Required:
  196. # If true, the permission:
  197. # ultracosmetics.pets.rename
  198. # will be required to rename a pet.
  199. #
  200. # Requires Money:
  201. # If true, money will be required
  202. # to rename a pet.
  203. Pets-Rename:
  204. Enabled: true
  205. Permission-Required: false
  206. Requires-Money:
  207. Enabled: true
  208. Price: 1000
  209. # Do pets drop items? (not pickable up by players)
  210. Pets-Drop-Items: true
  211. # Are pets babies?
  212. Pets-Are-Babies: true
  213. # Do you want the mounts
  214. # that normally make block trails
  215. # to do so?
  216. Mounts-Block-Trails: true
  217. # This option allows to use ammo
  218. # for gadgets, for limited uses.
  219. # Ammo can be given with /uc give ammo
  220. # or bought from menu when activating gadget.
  221. #
  222. # For the system: 'file' or 'mysql'
  223. #
  224. # If you set mysql, please fill the MySQL infos.
  225. Ammo-System-For-Gadgets:
  226. Enabled: true
  227. System: file
  228. MySQL:
  229. hostname: localhost
  230. username: root
  231. password: password
  232. port: '3306'
  233. database: UltraCosmetics
  234. # Do you want that in the gadgets menu
  235. # each gadget item has an amount
  236. # corresponding to your ammo.
  237. Show-Ammo-In-Menu-As-Item-Amount: true
  238. # The menu item settings.
  239. #
  240. # List for type: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
  241. Menu-Item:
  242. Give-On-Join: false
  243. Give-On-Respawn: false
  244. Slot: 3
  245. Type: ENDER_CHEST
  246. Data: 0
  247. Displayname: '&6&lCosmetics'
  248. # Settings related to permissions.
  249. #
  250. # List for "Type" https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
  251. No-Permission:
  252. Show-In-Lore: true
  253. Lore-Message-Yes: '&o&7Permission: &a&lYes!'
  254. Lore-Message-No: '&o&7Permission: &4&lNo!'
  255. Dont-Show-Item: false
  256. Custom-Item:
  257. enabled: false
  258. Type: INK_SACK
  259. Data: 8
  260. Name: '&c&l{cosmetic-name}'
  261. Lore:
  262. - ''
  263. - '&c&lYou do not have permission for this!'
  264. - ''
  265. # If set to true, in messages the cosmetics' names
  266. # won't be colored.
  267. # Example:
  268. # With true: &a&lYou activated &9&lPaintball Gun!
  269. # With false: &a&lYou activated Paintball Gun!
  270. Chat-Cosmetic-PlaceHolder-Color: true
  271. # What is the slot for gadgets?
  272. Gadget-Slot: 4
  273. # If toggled to true,
  274. # players will be able to remove
  275. # their current gadget by pressing
  276. # their drop key.
  277. Remove-Gadget-With-Drop: false
  278. # List of the worlds
  279. # where cosmetics are enabled!
  280. Enabled-Worlds:
  281. - Hub
  282. - HubHalloween
  283. - waiting_lobby2
  284. Gadgets:
  285. BatBlaster:
  286. # Description of this cosmetic.
  287. Description:
  288. - '&7&oLaunch waves of annoying bats'
  289. - '&7&oto people you don''t like!'
  290. Cooldown: 8.0
  291. # Should it affect players? (Velocity, etc.)
  292. Affect-Players: true
  293. # if true, the gadget will be enabled.
  294. Enabled: true
  295. # if true, the description of gadget will be showed.
  296. Show-Description: true
  297. # if true, it'll be possible to find
  298. # it in treasure chests
  299. Can-Be-Found-In-Treasure-Chests: true
  300. Ammo:
  301. # You want this gadget to need ammo?
  302. Enabled: true
  303. # What price for the ammo?
  304. Price: 500
  305. # And how much ammo is given
  306. # when bought?
  307. Result-Amount: 20
  308. Chickenator:
  309. # Description of this cosmetic.
  310. Description:
  311. - '&7&oShoot, boom, KFC.'
  312. Cooldown: 6.0
  313. # Should it affect players? (Velocity, etc.)
  314. Affect-Players: true
  315. # if true, the gadget will be enabled.
  316. Enabled: true
  317. # if true, the description of gadget will be showed.
  318. Show-Description: true
  319. # if true, it'll be possible to find
  320. # it in treasure chests
  321. Can-Be-Found-In-Treasure-Chests: true
  322. Ammo:
  323. # You want this gadget to need ammo?
  324. Enabled: true
  325. # What price for the ammo?
  326. Price: 500
  327. # And how much ammo is given
  328. # when bought?
  329. Result-Amount: 20
  330. ColorBomb:
  331. # Description of this cosmetic.
  332. Description:
  333. - '&7&oA colorful bomb!'
  334. Cooldown: 25.0
  335. # Should it affect players? (Velocity, etc.)
  336. Affect-Players: true
  337. # if true, the gadget will be enabled.
  338. Enabled: true
  339. # if true, the description of gadget will be showed.
  340. Show-Description: true
  341. # if true, it'll be possible to find
  342. # it in treasure chests
  343. Can-Be-Found-In-Treasure-Chests: true
  344. Ammo:
  345. # You want this gadget to need ammo?
  346. Enabled: true
  347. # What price for the ammo?
  348. Price: 500
  349. # And how much ammo is given
  350. # when bought?
  351. Result-Amount: 20
  352. DiscoBall:
  353. # Description of this cosmetic.
  354. Description:
  355. - '&7&oJust, dance!'
  356. Cooldown: 45.0
  357. # Should it affect players? (Velocity, etc.)
  358. Affect-Players: true
  359. # if true, the gadget will be enabled.
  360. Enabled: true
  361. # if true, the description of gadget will be showed.
  362. Show-Description: true
  363. # if true, it'll be possible to find
  364. # it in treasure chests
  365. Can-Be-Found-In-Treasure-Chests: true
  366. Ammo:
  367. # You want this gadget to need ammo?
  368. Enabled: true
  369. # What price for the ammo?
  370. Price: 500
  371. # And how much ammo is given
  372. # when bought?
  373. Result-Amount: 20
  374. EtherealPearl:
  375. # Description of this cosmetic.
  376. Description:
  377. - '&7&oTake a ride through the skies'
  378. - '&7&oon your very own Ethereal Pearl!'
  379. Cooldown: 2.0
  380. # Should it affect players? (Velocity, etc.)
  381. Affect-Players: true
  382. # if true, the gadget will be enabled.
  383. Enabled: true
  384. # if true, the description of gadget will be showed.
  385. Show-Description: true
  386. # if true, it'll be possible to find
  387. # it in treasure chests
  388. Can-Be-Found-In-Treasure-Chests: true
  389. Ammo:
  390. # You want this gadget to need ammo?
  391. Enabled: true
  392. # What price for the ammo?
  393. Price: 500
  394. # And how much ammo is given
  395. # when bought?
  396. Result-Amount: 20
  397. FleshHook:
  398. # Description of this cosmetic.
  399. Description:
  400. - '&7&oMake new friends by throwing a hook'
  401. - '&7&ointo their face and pulling them'
  402. - '&7&otowards you!'
  403. Cooldown: 5.0
  404. # Should it affect players? (Velocity, etc.)
  405. Affect-Players: true
  406. # if true, the gadget will be enabled.
  407. Enabled: true
  408. # if true, the description of gadget will be showed.
  409. Show-Description: true
  410. # if true, it'll be possible to find
  411. # it in treasure chests
  412. Can-Be-Found-In-Treasure-Chests: true
  413. Ammo:
  414. # You want this gadget to need ammo?
  415. Enabled: true
  416. # What price for the ammo?
  417. Price: 500
  418. # And how much ammo is given
  419. # when bought?
  420. Result-Amount: 20
  421. MelonThrower:
  422. # Description of this cosmetic.
  423. Description:
  424. - '&7&oDeliciously fun!'
  425. Cooldown: 2.0
  426. # Should it affect players? (Velocity, etc.)
  427. Affect-Players: true
  428. # if true, the gadget will be enabled.
  429. Enabled: true
  430. # if true, the description of gadget will be showed.
  431. Show-Description: true
  432. # if true, it'll be possible to find
  433. # it in treasure chests
  434. Can-Be-Found-In-Treasure-Chests: true
  435. Ammo:
  436. # You want this gadget to need ammo?
  437. Enabled: true
  438. # What price for the ammo?
  439. Price: 500
  440. # And how much ammo is given
  441. # when bought?
  442. Result-Amount: 20
  443. BlizzardBlaster:
  444. # Description of this cosmetic.
  445. Description:
  446. - '&7&oLet it go!'
  447. Cooldown: 12.0
  448. # Should it affect players? (Velocity, etc.)
  449. Affect-Players: true
  450. # if true, the gadget will be enabled.
  451. Enabled: true
  452. # if true, the description of gadget will be showed.
  453. Show-Description: true
  454. # if true, it'll be possible to find
  455. # it in treasure chests
  456. Can-Be-Found-In-Treasure-Chests: true
  457. Ammo:
  458. # You want this gadget to need ammo?
  459. Enabled: true
  460. # What price for the ammo?
  461. Price: 500
  462. # And how much ammo is given
  463. # when bought?
  464. Result-Amount: 20
  465. PortalGun:
  466. # Description of this cosmetic.
  467. Description:
  468. - '&7&oMomentum, a function of mass and velocity,'
  469. - '&7&ois converved between portals. In Layman''''s terms,'
  470. - '&7&ospeedy thing goes in, speedy thing goes out.'
  471. Cooldown: 2.0
  472. # Should it affect players? (Velocity, etc.)
  473. Affect-Players: true
  474. # if true, the gadget will be enabled.
  475. Enabled: true
  476. # if true, the description of gadget will be showed.
  477. Show-Description: true
  478. # if true, it'll be possible to find
  479. # it in treasure chests
  480. Can-Be-Found-In-Treasure-Chests: true
  481. Ammo:
  482. # You want this gadget to need ammo?
  483. Enabled: true
  484. # What price for the ammo?
  485. Price: 500
  486. # And how much ammo is given
  487. # when bought?
  488. Result-Amount: 20
  489. ExplosiveSheep:
  490. # Description of this cosmetic.
  491. Description:
  492. - '&7&oAre you sure it''s supposed'
  493. - '&7&oto flicker like that?'
  494. Cooldown: 25.0
  495. # Should it affect players? (Velocity, etc.)
  496. Affect-Players: true
  497. # if true, the gadget will be enabled.
  498. Enabled: true
  499. # if true, the description of gadget will be showed.
  500. Show-Description: true
  501. # if true, it'll be possible to find
  502. # it in treasure chests
  503. Can-Be-Found-In-Treasure-Chests: true
  504. Ammo:
  505. # You want this gadget to need ammo?
  506. Enabled: true
  507. # What price for the ammo?
  508. Price: 500
  509. # And how much ammo is given
  510. # when bought?
  511. Result-Amount: 20
  512. PaintballGun:
  513. # Description of this cosmetic.
  514. Description:
  515. - '&7&oPEW PEW PEW PEW!!!'
  516. Cooldown: 0.5
  517. # Should it affect players? (Velocity, etc.)
  518. Affect-Players: true
  519. # if true, the gadget will be enabled.
  520. Enabled: true
  521. # if true, the description of gadget will be showed.
  522. Show-Description: true
  523. # if true, it'll be possible to find
  524. # it in treasure chests
  525. Can-Be-Found-In-Treasure-Chests: true
  526. # With what block will it paint?
  527. Block-Type: STAINED_CLAY
  528. Particle:
  529. # Should it display particles?
  530. Enabled: false
  531. # what particles? (List: http://pastebin.com/CVKkufck)
  532. Effect: FIREWORKS_SPARK
  533. # The radius of painting.
  534. Radius: 2
  535. # A list of the blocks that
  536. # can't be painted.
  537. BlackList:
  538. - REDSTONE_BLOCK
  539. Ammo:
  540. # You want this gadget to need ammo?
  541. Enabled: true
  542. # What price for the ammo?
  543. Price: 500
  544. # And how much ammo is given
  545. # when bought?
  546. Result-Amount: 20
  547. ThorHammer:
  548. # Description of this cosmetic.
  549. Description:
  550. - '&7&oGet the real Mj??lnir'
  551. Cooldown: 8.0
  552. # Should it affect players? (Velocity, etc.)
  553. Affect-Players: true
  554. # if true, the gadget will be enabled.
  555. Enabled: true
  556. # if true, the description of gadget will be showed.
  557. Show-Description: true
  558. # if true, it'll be possible to find
  559. # it in treasure chests
  560. Can-Be-Found-In-Treasure-Chests: true
  561. Ammo:
  562. # You want this gadget to need ammo?
  563. Enabled: true
  564. # What price for the ammo?
  565. Price: 500
  566. # And how much ammo is given
  567. # when bought?
  568. Result-Amount: 20
  569. AntiGravity:
  570. # Description of this cosmetic.
  571. Description:
  572. - '&7&oYou don''t like gravity?'
  573. - '&7&oThen, this gadget is made for you!'
  574. Cooldown: 30.0
  575. # Should it affect players? (Velocity, etc.)
  576. Affect-Players: true
  577. # if true, the gadget will be enabled.
  578. Enabled: true
  579. # if true, the description of gadget will be showed.
  580. Show-Description: true
  581. # if true, it'll be possible to find
  582. # it in treasure chests
  583. Can-Be-Found-In-Treasure-Chests: true
  584. Ammo:
  585. # You want this gadget to need ammo?
  586. Enabled: true
  587. # What price for the ammo?
  588. Price: 500
  589. # And how much ammo is given
  590. # when bought?
  591. Result-Amount: 20
  592. SmashDown:
  593. # Description of this cosmetic.
  594. Description:
  595. - '&7&oAND HIS NAME IS... JOHN CENA!!'
  596. Cooldown: 15.0
  597. # Should it affect players? (Velocity, etc.)
  598. Affect-Players: true
  599. # if true, the gadget will be enabled.
  600. Enabled: true
  601. # if true, the description of gadget will be showed.
  602. Show-Description: true
  603. # if true, it'll be possible to find
  604. # it in treasure chests
  605. Can-Be-Found-In-Treasure-Chests: true
  606. Ammo:
  607. # You want this gadget to need ammo?
  608. Enabled: true
  609. # What price for the ammo?
  610. Price: 500
  611. # And how much ammo is given
  612. # when bought?
  613. Result-Amount: 20
  614. Rocket:
  615. # Description of this cosmetic.
  616. Description:
  617. - '&7&oHouston, we have got a problem..'
  618. Cooldown: 60.0
  619. # Should it affect players? (Velocity, etc.)
  620. Affect-Players: true
  621. # if true, the gadget will be enabled.
  622. Enabled: true
  623. # if true, the description of gadget will be showed.
  624. Show-Description: true
  625. # if true, it'll be possible to find
  626. # it in treasure chests
  627. Can-Be-Found-In-Treasure-Chests: true
  628. Ammo:
  629. # You want this gadget to need ammo?
  630. Enabled: true
  631. # What price for the ammo?
  632. Price: 500
  633. # And how much ammo is given
  634. # when bought?
  635. Result-Amount: 20
  636. BlackHole:
  637. # Description of this cosmetic.
  638. Description:
  639. - '&7&oYou should not get caught by it..'
  640. Cooldown: 35.0
  641. # Should it affect players? (Velocity, etc.)
  642. Affect-Players: true
  643. # if true, the gadget will be enabled.
  644. Enabled: true
  645. # if true, the description of gadget will be showed.
  646. Show-Description: true
  647. # if true, it'll be possible to find
  648. # it in treasure chests
  649. Can-Be-Found-In-Treasure-Chests: true
  650. Ammo:
  651. # You want this gadget to need ammo?
  652. Enabled: true
  653. # What price for the ammo?
  654. Price: 500
  655. # And how much ammo is given
  656. # when bought?
  657. Result-Amount: 20
  658. Tsunami:
  659. # Description of this cosmetic.
  660. Description:
  661. - '&9&oTSUNAMI!!'
  662. - '&7&oJUMP!'
  663. - '&7&oLet''s go!'
  664. Cooldown: 12.0
  665. # Should it affect players? (Velocity, etc.)
  666. Affect-Players: true
  667. # if true, the gadget will be enabled.
  668. Enabled: true
  669. # if true, the description of gadget will be showed.
  670. Show-Description: true
  671. # if true, it'll be possible to find
  672. # it in treasure chests
  673. Can-Be-Found-In-Treasure-Chests: true
  674. Ammo:
  675. # You want this gadget to need ammo?
  676. Enabled: true
  677. # What price for the ammo?
  678. Price: 500
  679. # And how much ammo is given
  680. # when bought?
  681. Result-Amount: 20
  682. TNT:
  683. # Description of this cosmetic.
  684. Description:
  685. - '&7&oBlow some people up!'
  686. - '&7&oKABOOM!'
  687. Cooldown: 10.0
  688. # Should it affect players? (Velocity, etc.)
  689. Affect-Players: true
  690. # if true, the gadget will be enabled.
  691. Enabled: true
  692. # if true, the description of gadget will be showed.
  693. Show-Description: true
  694. # if true, it'll be possible to find
  695. # it in treasure chests
  696. Can-Be-Found-In-Treasure-Chests: true
  697. Ammo:
  698. # You want this gadget to need ammo?
  699. Enabled: true
  700. # What price for the ammo?
  701. Price: 500
  702. # And how much ammo is given
  703. # when bought?
  704. Result-Amount: 20
  705. FunGun:
  706. # Description of this cosmetic.
  707. Description:
  708. - '&7&oWoow! So much fun in a gun!'
  709. Cooldown: 4.0
  710. # Should it affect players? (Velocity, etc.)
  711. Affect-Players: true
  712. # if true, the gadget will be enabled.
  713. Enabled: true
  714. # if true, the description of gadget will be showed.
  715. Show-Description: true
  716. # if true, it'll be possible to find
  717. # it in treasure chests
  718. Can-Be-Found-In-Treasure-Chests: true
  719. Ammo:
  720. # You want this gadget to need ammo?
  721. Enabled: true
  722. # What price for the ammo?
  723. Price: 500
  724. # And how much ammo is given
  725. # when bought?
  726. Result-Amount: 20
  727. Parachute:
  728. # Description of this cosmetic.
  729. Description:
  730. - '&7&oGERONIMOooo!'
  731. Cooldown: 60.0
  732. # Should it affect players? (Velocity, etc.)
  733. Affect-Players: true
  734. # if true, the gadget will be enabled.
  735. Enabled: true
  736. # if true, the description of gadget will be showed.
  737. Show-Description: true
  738. # if true, it'll be possible to find
  739. # it in treasure chests
  740. Can-Be-Found-In-Treasure-Chests: true
  741. Ammo:
  742. # You want this gadget to need ammo?
  743. Enabled: true
  744. # What price for the ammo?
  745. Price: 500
  746. # And how much ammo is given
  747. # when bought?
  748. Result-Amount: 20
  749. QuakeGun:
  750. # Description of this cosmetic.
  751. Description:
  752. - '&7&oGet a real Rail Gun'
  753. - '&7&oand strike players and mobs!'
  754. Cooldown: 3.0
  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. Ammo:
  765. # You want this gadget to need ammo?
  766. Enabled: true
  767. # What price for the ammo?
  768. Price: 500
  769. # And how much ammo is given
  770. # when bought?
  771. Result-Amount: 20
  772. GhostParty:
  773. # Description of this cosmetic.
  774. Description:
  775. - '&7&oWho Ya Gonna Call?'
  776. - '&f&lGHOST &4&lBUSTERS!'
  777. Cooldown: 45.0
  778. # Should it affect players? (Velocity, etc.)
  779. Affect-Players: true
  780. # if true, the gadget will be enabled.
  781. Enabled: true
  782. # if true, the description of gadget will be showed.
  783. Show-Description: true
  784. # if true, it'll be possible to find
  785. # it in treasure chests
  786. Can-Be-Found-In-Treasure-Chests: true
  787. Ammo:
  788. # You want this gadget to need ammo?
  789. Enabled: true
  790. # What price for the ammo?
  791. Price: 500
  792. # And how much ammo is given
  793. # when bought?
  794. Result-Amount: 20
  795. Firework:
  796. # Description of this cosmetic.
  797. Description:
  798. - '&7&oNeed to celebrate?'
  799. - '&7&oUse fireworks!'
  800. Cooldown: 0.2
  801. # Should it affect players? (Velocity, etc.)
  802. Affect-Players: true
  803. # if true, the gadget will be enabled.
  804. Enabled: true
  805. # if true, the description of gadget will be showed.
  806. Show-Description: true
  807. # if true, it'll be possible to find
  808. # it in treasure chests
  809. Can-Be-Found-In-Treasure-Chests: true
  810. Ammo:
  811. # You want this gadget to need ammo?
  812. Enabled: true
  813. # What price for the ammo?
  814. Price: 500
  815. # And how much ammo is given
  816. # when bought?
  817. Result-Amount: 20
  818. ChristmasTree:
  819. # Description of this cosmetic.
  820. Description:
  821. - '&7&oHere is a Christmas'
  822. - '&7&oTree for you!'
  823. Cooldown: 20.0
  824. # Should it affect players? (Velocity, etc.)
  825. Affect-Players: true
  826. # if true, the gadget will be enabled.
  827. Enabled: true
  828. # if true, the description of gadget will be showed.
  829. Show-Description: true
  830. # if true, it'll be possible to find
  831. # it in treasure chests
  832. Can-Be-Found-In-Treasure-Chests: true
  833. Ammo:
  834. # You want this gadget to need ammo?
  835. Enabled: true
  836. # What price for the ammo?
  837. Price: 500
  838. # And how much ammo is given
  839. # when bought?
  840. Result-Amount: 20
  841. FreezeCannon:
  842. # Description of this cosmetic.
  843. Description:
  844. - '&7&oTransform the floor into a rink!'
  845. Cooldown: 8.0
  846. # Should it affect players? (Velocity, etc.)
  847. Affect-Players: true
  848. # if true, the gadget will be enabled.
  849. Enabled: true
  850. # if true, the description of gadget will be showed.
  851. Show-Description: true
  852. # if true, it'll be possible to find
  853. # it in treasure chests
  854. Can-Be-Found-In-Treasure-Chests: true
  855. Ammo:
  856. # You want this gadget to need ammo?
  857. Enabled: true
  858. # What price for the ammo?
  859. Price: 500
  860. # And how much ammo is given
  861. # when bought?
  862. Result-Amount: 20
  863. Snowball:
  864. # Description of this cosmetic.
  865. Description:
  866. - '&7&oJoin in on the festive fun by'
  867. - '&7&othrowing snow at people!'
  868. Cooldown: 0.5
  869. # Should it affect players? (Velocity, etc.)
  870. Affect-Players: true
  871. # if true, the gadget will be enabled.
  872. Enabled: true
  873. # if true, the description of gadget will be showed.
  874. Show-Description: true
  875. # if true, it'll be possible to find
  876. # it in treasure chests
  877. Can-Be-Found-In-Treasure-Chests: true
  878. Ammo:
  879. # You want this gadget to need ammo?
  880. Enabled: true
  881. # What price for the ammo?
  882. Price: 500
  883. # And how much ammo is given
  884. # when bought?
  885. Result-Amount: 20
  886. PartyPopper:
  887. # Description of this cosmetic.
  888. Description:
  889. - '&7&oCelebrate by blasting confetti into'
  890. - '&7&opeoples'' eyes!'
  891. Cooldown: 2.0
  892. # Should it affect players? (Velocity, etc.)
  893. Affect-Players: true
  894. # if true, the gadget will be enabled.
  895. Enabled: true
  896. # if true, the description of gadget will be showed.
  897. Show-Description: true
  898. # if true, it'll be possible to find
  899. # it in treasure chests
  900. Can-Be-Found-In-Treasure-Chests: true
  901. Ammo:
  902. # You want this gadget to need ammo?
  903. Enabled: true
  904. # What price for the ammo?
  905. Price: 500
  906. # And how much ammo is given
  907. # when bought?
  908. Result-Amount: 20
  909. Trampoline:
  910. # Description of this cosmetic.
  911. Description:
  912. - '&7&oConstructs a trampoline!'
  913. - '&7&othat sends you and your'
  914. - '&7&ofriends into air!'
  915. Cooldown: 75.0
  916. # Should it affect players? (Velocity, etc.)
  917. Affect-Players: true
  918. # if true, the gadget will be enabled.
  919. Enabled: true
  920. # if true, the description of gadget will be showed.
  921. Show-Description: true
  922. # if true, it'll be possible to find
  923. # it in treasure chests
  924. Can-Be-Found-In-Treasure-Chests: true
  925. Ammo:
  926. # You want this gadget to need ammo?
  927. Enabled: true
  928. # What price for the ammo?
  929. Price: 500
  930. # And how much ammo is given
  931. # when bought?
  932. Result-Amount: 20
  933. Suits:
  934. Rave:
  935. # Description of this cosmetic.
  936. Description:
  937. - '&7&oSuch amazing colors!'
  938. # if true, the suit will be enabled.
  939. Enabled: true
  940. # if true, the description of this suit will be showed.
  941. Show-Description: true
  942. # if true, it'll be possible to find
  943. # it in treasure chests
  944. Can-Be-Found-In-Treasure-Chests: true
  945. Astronaut:
  946. # Description of this cosmetic.
  947. Description:
  948. - '&7&oHouston?'
  949. # if true, the suit will be enabled.
  950. Enabled: true
  951. # if true, the description of this suit will be showed.
  952. Show-Description: true
  953. # if true, it'll be possible to find
  954. # it in treasure chests
  955. Can-Be-Found-In-Treasure-Chests: true
  956. Diamond:
  957. # Description of this cosmetic.
  958. Description:
  959. - '&7&oShow your Mining skills'
  960. - '&7&owith this amazing outfit!'
  961. # if true, the suit will be enabled.
  962. Enabled: true
  963. # if true, the description of this suit will be showed.
  964. Show-Description: true
  965. # if true, it'll be possible to find
  966. # it in treasure chests
  967. Can-Be-Found-In-Treasure-Chests: true
  968. Santa:
  969. # Description of this cosmetic.
  970. Description:
  971. - '&7&oBecome Santa and deliver presents!'
  972. # if true, the suit will be enabled.
  973. Enabled: true
  974. # if true, the description of this suit will be showed.
  975. Show-Description: true
  976. # if true, it'll be possible to find
  977. # it in treasure chests
  978. Can-Be-Found-In-Treasure-Chests: true
  979. Mounts:
  980. DruggedHorse:
  981. # Description of this mount.
  982. Description:
  983. - '&7&oThat is just too much!'
  984. # if true, the mount will be enabled.
  985. Enabled: true
  986. # if true, the description will be showed.
  987. Show-Description: true
  988. # if true, it'll be possible to find
  989. # it in treasure chests
  990. Can-Be-Found-In-Treasure-Chests: true
  991. InfernalHorror:
  992. # Description of this mount.
  993. Description:
  994. - '&7&oThis mount comes directly from... hell!'
  995. # if true, the mount will be enabled.
  996. Enabled: true
  997. # if true, the description will be showed.
  998. Show-Description: true
  999. # if true, it'll be possible to find
  1000. # it in treasure chests
  1001. Can-Be-Found-In-Treasure-Chests: true
  1002. GlacialSteed:
  1003. # Description of this mount.
  1004. Description:
  1005. - '&7&oThis mount comes from North Pole!'
  1006. # if true, the mount 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. WalkingDead:
  1014. # Description of this mount.
  1015. Description:
  1016. - '&7&oGraaaaw...'
  1017. # if true, the mount will be enabled.
  1018. Enabled: true
  1019. # if true, the description will be showed.
  1020. Show-Description: true
  1021. # if true, it'll be possible to find
  1022. # it in treasure chests
  1023. Can-Be-Found-In-Treasure-Chests: true
  1024. MountOfFire:
  1025. # Description of this mount.
  1026. Description:
  1027. - '&7&oThe mount of Had??s!'
  1028. # if true, the mount will be enabled.
  1029. Enabled: true
  1030. # if true, the description will be showed.
  1031. Show-Description: true
  1032. # if true, it'll be possible to find
  1033. # it in treasure chests
  1034. Can-Be-Found-In-Treasure-Chests: true
  1035. MountOfWater:
  1036. # Description of this mount.
  1037. Description:
  1038. - '&7&oThe mount of Pos??idon!'
  1039. # if true, the mount will be enabled.
  1040. Enabled: true
  1041. # if true, the description will be showed.
  1042. Show-Description: true
  1043. # if true, it'll be possible to find
  1044. # it in treasure chests
  1045. Can-Be-Found-In-Treasure-Chests: true
  1046. EcologistHorse:
  1047. # Description of this mount.
  1048. Description:
  1049. - '&7&oBecome ecologist!'
  1050. # if true, the mount will be enabled.
  1051. Enabled: true
  1052. # if true, the description will be showed.
  1053. Show-Description: true
  1054. # if true, it'll be possible to find
  1055. # it in treasure chests
  1056. Can-Be-Found-In-Treasure-Chests: true
  1057. Snake:
  1058. # Description of this mount.
  1059. Description:
  1060. - '&7&oWatch out! It may bite..'
  1061. # if true, the mount will be enabled.
  1062. Enabled: true
  1063. # if true, the description will be showed.
  1064. Show-Description: true
  1065. # if true, it'll be possible to find
  1066. # it in treasure chests
  1067. Can-Be-Found-In-Treasure-Chests: true
  1068. NyanSheep:
  1069. # Description of this mount.
  1070. Description:
  1071. - '&4&lNyan &6&lnyan &e&lnyan'
  1072. - '&a&lnyan &3&lnyan &9&lnyan'
  1073. # if true, the mount will be enabled.
  1074. Enabled: true
  1075. # if true, the description will be showed.
  1076. Show-Description: true
  1077. # if true, it'll be possible to find
  1078. # it in treasure chests
  1079. Can-Be-Found-In-Treasure-Chests: true
  1080. Dragon:
  1081. # Description of this mount.
  1082. Description:
  1083. - '&7&oBecome a dragon rider!'
  1084. # if true, the mount will be enabled.
  1085. Enabled: true
  1086. # if true, the description will be showed.
  1087. Show-Description: true
  1088. # if true, it'll be possible to find
  1089. # it in treasure chests
  1090. Can-Be-Found-In-Treasure-Chests: true
  1091. SkySquid:
  1092. # Description of this mount.
  1093. Description:
  1094. - '&7&oWat.'
  1095. # if true, the mount will be enabled.
  1096. Enabled: true
  1097. # if true, the description will be showed.
  1098. Show-Description: true
  1099. # if true, it'll be possible to find
  1100. # it in treasure chests
  1101. Can-Be-Found-In-Treasure-Chests: true
  1102. Slime:
  1103. # Description of this mount.
  1104. Description:
  1105. - '&7&oSplat! Splat!'
  1106. # if true, the mount will be enabled.
  1107. Enabled: true
  1108. # if true, the description will be showed.
  1109. Show-Description: true
  1110. # if true, it'll be possible to find
  1111. # it in treasure chests
  1112. Can-Be-Found-In-Treasure-Chests: true
  1113. HypeCart:
  1114. # Description of this mount.
  1115. Description:
  1116. - '&7&oEver wanted to drive a F1?'
  1117. - '&7&oNow you can!'
  1118. # if true, the mount will be enabled.
  1119. Enabled: true
  1120. # if true, the description will be showed.
  1121. Show-Description: true
  1122. # if true, it'll be possible to find
  1123. # it in treasure chests
  1124. Can-Be-Found-In-Treasure-Chests: true
  1125. Spider:
  1126. # Description of this mount.
  1127. Description:
  1128. - '&7&oYOU are the spider jockey!'
  1129. # if true, the mount 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. Rudolph:
  1137. # Description of this mount.
  1138. Description:
  1139. - '&7&oWhat would be Christmas'
  1140. - '&7&owithout Rudolph the Reeinder?'
  1141. # if true, the mount will be enabled.
  1142. Enabled: true
  1143. # if true, the description will be showed.
  1144. Show-Description: true
  1145. # if true, it'll be possible to find
  1146. # it in treasure chests
  1147. Can-Be-Found-In-Treasure-Chests: true
  1148. MoltenSnake:
  1149. # Description of this mount.
  1150. Description:
  1151. - '&7&oDeep under the Earth''s surface, there'
  1152. - '&7&oexists a mythical species of Molten'
  1153. - '&7&oSnakes. This one will serve you eternally.'
  1154. # if true, the mount will be enabled.
  1155. Enabled: true
  1156. # if true, the description will be showed.
  1157. Show-Description: true
  1158. # if true, it'll be possible to find
  1159. # it in treasure chests
  1160. Can-Be-Found-In-Treasure-Chests: true
  1161. FlyingShip:
  1162. # Description of this mount.
  1163. Description:
  1164. - '&7&oBomb them all!'
  1165. # if true, the mount 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. Particle-Effects:
  1173. RainCloud:
  1174. # Description of this particle effect.
  1175. Description:
  1176. - '&7&oThe weather forecast'
  1177. - '&7&ois telling me it''s raining.'
  1178. # if true, the effect will be enabled.
  1179. Enabled: true
  1180. # if true, the description will be showed.
  1181. Show-Description: true
  1182. # if true, it'll be possible to find
  1183. # it in treasure chests
  1184. Can-Be-Found-In-Treasure-Chests: true
  1185. SnowCloud:
  1186. # Description of this particle effect.
  1187. Description:
  1188. - '&7&oThe weather forecast'
  1189. - '&7&ois telling me it''s snowing.'
  1190. # if true, the effect will be enabled.
  1191. Enabled: true
  1192. # if true, the description will be showed.
  1193. Show-Description: true
  1194. # if true, it'll be possible to find
  1195. # it in treasure chests
  1196. Can-Be-Found-In-Treasure-Chests: true
  1197. BloodHelix:
  1198. # Description of this particle effect.
  1199. Description:
  1200. - '&7&oAncient legend says this magic'
  1201. - '&7&oempowers the blood of its user,'
  1202. - '&7&ogiving them godly powers..'
  1203. # if true, the effect will be enabled.
  1204. Enabled: true
  1205. # if true, the description will be showed.
  1206. Show-Description: true
  1207. # if true, it'll be possible to find
  1208. # it in treasure chests
  1209. Can-Be-Found-In-Treasure-Chests: true
  1210. FrostLord:
  1211. # Description of this particle effect.
  1212. Description:
  1213. - '&7&oI am The Almighty Frostlord!'
  1214. # if true, the effect will be enabled.
  1215. Enabled: true
  1216. # if true, the description will be showed.
  1217. Show-Description: true
  1218. # if true, it'll be possible to find
  1219. # it in treasure chests
  1220. Can-Be-Found-In-Treasure-Chests: true
  1221. FlameRings:
  1222. # Description of this particle effect.
  1223. Description:
  1224. - '&7&oWatch out! They are hot!'
  1225. # if true, the effect will be enabled.
  1226. Enabled: true
  1227. # if true, the description will be showed.
  1228. Show-Description: true
  1229. # if true, it'll be possible to find
  1230. # it in treasure chests
  1231. Can-Be-Found-In-Treasure-Chests: true
  1232. InLove:
  1233. # Description of this particle effect.
  1234. Description:
  1235. - '&7&oOMG wow I''m in love!'
  1236. # if true, the effect will be enabled.
  1237. Enabled: true
  1238. # if true, the description will be showed.
  1239. Show-Description: true
  1240. # if true, it'll be possible to find
  1241. # it in treasure chests
  1242. Can-Be-Found-In-Treasure-Chests: true
  1243. GreenSparks:
  1244. # Description of this particle effect.
  1245. Description:
  1246. - '&7&oLittle and green sparkly sparks!'
  1247. # if true, the effect will be enabled.
  1248. Enabled: true
  1249. # if true, the description will be showed.
  1250. Show-Description: true
  1251. # if true, it'll be possible to find
  1252. # it in treasure chests
  1253. Can-Be-Found-In-Treasure-Chests: true
  1254. FrozenWalk:
  1255. # Description of this particle effect.
  1256. Description:
  1257. - '&7&oMy feet are so cold!'
  1258. # if true, the effect will be enabled.
  1259. Enabled: true
  1260. # if true, the description will be showed.
  1261. Show-Description: true
  1262. # if true, it'll be possible to find
  1263. # it in treasure chests
  1264. Can-Be-Found-In-Treasure-Chests: true
  1265. Music:
  1266. # Description of this particle effect.
  1267. Description:
  1268. - '&7&oMuch music!'
  1269. # if true, the effect will be enabled.
  1270. Enabled: true
  1271. # if true, the description will be showed.
  1272. Show-Description: true
  1273. # if true, it'll be possible to find
  1274. # it in treasure chests
  1275. Can-Be-Found-In-Treasure-Chests: true
  1276. Enchanted:
  1277. # Description of this particle effect.
  1278. Description:
  1279. - '&7&oBecome an almighty enchanter!'
  1280. # if true, the effect will be enabled.
  1281. Enabled: true
  1282. # if true, the description will be showed.
  1283. Show-Description: true
  1284. # if true, it'll be possible to find
  1285. # it in treasure chests
  1286. Can-Be-Found-In-Treasure-Chests: true
  1287. Inferno:
  1288. # Description of this particle effect.
  1289. Description:
  1290. - '&7&oEffect created by Satan himself!'
  1291. # if true, the effect will be enabled.
  1292. Enabled: true
  1293. # if true, the description will be showed.
  1294. Show-Description: true
  1295. # if true, it'll be possible to find
  1296. # it in treasure chests
  1297. Can-Be-Found-In-Treasure-Chests: true
  1298. AngelWings:
  1299. # Description of this particle effect.
  1300. Description:
  1301. - '&7&oBecome an angel!'
  1302. # if true, the effect will be enabled.
  1303. Enabled: true
  1304. # if true, the description will be showed.
  1305. Show-Description: true
  1306. # if true, it'll be possible to find
  1307. # it in treasure chests
  1308. Can-Be-Found-In-Treasure-Chests: true
  1309. SuperHero:
  1310. # Description of this particle effect.
  1311. Description:
  1312. - '&7&oBecome Superman!'
  1313. # if true, the effect will be enabled.
  1314. Enabled: true
  1315. # if true, the description will be showed.
  1316. Show-Description: true
  1317. # if true, it'll be possible to find
  1318. # it in treasure chests
  1319. Can-Be-Found-In-Treasure-Chests: true
  1320. SantaHat:
  1321. # Description of this particle effect.
  1322. Description:
  1323. - '&7&oBecome Santa!'
  1324. # if true, the effect will be enabled.
  1325. Enabled: true
  1326. # if true, the description will be showed.
  1327. Show-Description: true
  1328. # if true, it'll be possible to find
  1329. # it in treasure chests
  1330. Can-Be-Found-In-Treasure-Chests: true
  1331. CrushedCandyCane:
  1332. # Description of this particle effect.
  1333. Description:
  1334. - '&7&oThere''s no such thing as too much'
  1335. - '&7&oChristmas Candy. Do not listen'
  1336. - '&7&oto your dentist.'
  1337. # if true, the effect will be enabled.
  1338. Enabled: true
  1339. # if true, the description will be showed.
  1340. Show-Description: true
  1341. # if true, it'll be possible to find
  1342. # it in treasure chests
  1343. Can-Be-Found-In-Treasure-Chests: true
  1344. EnderAura:
  1345. # Description of this particle effect.
  1346. Description:
  1347. - '&7&oThese mystic particle attach to'
  1348. - '&7&oonly the most legendary of players!'
  1349. # if true, the effect will be enabled.
  1350. Enabled: true
  1351. # if true, the description will be showed.
  1352. Show-Description: true
  1353. # if true, it'll be possible to find
  1354. # it in treasure chests
  1355. Can-Be-Found-In-Treasure-Chests: true
  1356. FlameFairy:
  1357. # Description of this particle effect.
  1358. Description:
  1359. - '&7&oHEY!!'
  1360. # if true, the effect will be enabled.
  1361. Enabled: true
  1362. # if true, the description will be showed.
  1363. Show-Description: true
  1364. # if true, it'll be possible to find
  1365. # it in treasure chests
  1366. Can-Be-Found-In-Treasure-Chests: true
  1367. Pets:
  1368. Piggy:
  1369. # description of this pet.
  1370. Description:
  1371. - '&7&oOink! Oink!'
  1372. # if true, the pet will be enabled.
  1373. Enabled: true
  1374. # if true, the description will be showed.
  1375. Show-Description: true
  1376. # if true, it'll be possible to find
  1377. # it in treasure chests
  1378. Can-Be-Found-In-Treasure-Chests: true
  1379. Sheep:
  1380. # description of this pet.
  1381. Description:
  1382. - '&7&oBaaaa, baa'
  1383. # if true, the pet will be enabled.
  1384. Enabled: true
  1385. # if true, the description will be showed.
  1386. Show-Description: true
  1387. # if true, it'll be possible to find
  1388. # it in treasure chests
  1389. Can-Be-Found-In-Treasure-Chests: true
  1390. EasterBunny:
  1391. # description of this pet.
  1392. Description:
  1393. - '&7&oIs it Easter yet?'
  1394. # if true, the pet will be enabled.
  1395. Enabled: true
  1396. # if true, the description will be showed.
  1397. Show-Description: true
  1398. # if true, it'll be possible to find
  1399. # it in treasure chests
  1400. Can-Be-Found-In-Treasure-Chests: true
  1401. Cow:
  1402. # description of this pet.
  1403. Description:
  1404. - '&7&oMoooo!'
  1405. # if true, the pet will be enabled.
  1406. Enabled: true
  1407. # if true, the description will be showed.
  1408. Show-Description: true
  1409. # if true, it'll be possible to find
  1410. # it in treasure chests
  1411. Can-Be-Found-In-Treasure-Chests: true
  1412. Mooshroom:
  1413. # description of this pet.
  1414. Description:
  1415. - '&7&oMoooo!'
  1416. # if true, the pet will be enabled.
  1417. Enabled: true
  1418. # if true, the description will be showed.
  1419. Show-Description: true
  1420. # if true, it'll be possible to find
  1421. # it in treasure chests
  1422. Can-Be-Found-In-Treasure-Chests: true
  1423. Kitty:
  1424. # description of this pet.
  1425. Description:
  1426. - '&7&oMeoooow'
  1427. # if true, the pet will be enabled.
  1428. Enabled: true
  1429. # if true, the description will be showed.
  1430. Show-Description: true
  1431. # if true, it'll be possible to find
  1432. # it in treasure chests
  1433. Can-Be-Found-In-Treasure-Chests: true
  1434. Dog:
  1435. # description of this pet.
  1436. Description:
  1437. - '&7&oWoof!'
  1438. # if true, the pet will be enabled.
  1439. Enabled: true
  1440. # if true, the description will be showed.
  1441. Show-Description: true
  1442. # if true, it'll be possible to find
  1443. # it in treasure chests
  1444. Can-Be-Found-In-Treasure-Chests: true
  1445. Chick:
  1446. # description of this pet.
  1447. Description:
  1448. - '&7&oBwaaaaaaak!!'
  1449. # if true, the pet will be enabled.
  1450. Enabled: true
  1451. # if true, the description will be showed.
  1452. Show-Description: true
  1453. # if true, it'll be possible to find
  1454. # it in treasure chests
  1455. Can-Be-Found-In-Treasure-Chests: true
  1456. Wither:
  1457. # description of this pet.
  1458. Description:
  1459. - '&7&oWatch out for me..'
  1460. # if true, the pet will be enabled.
  1461. Enabled: true
  1462. # if true, the description will be showed.
  1463. Show-Description: true
  1464. # if true, it'll be possible to find
  1465. # it in treasure chests
  1466. Can-Be-Found-In-Treasure-Chests: true
  1467. Pumpling:
  1468. # description of this pet.
  1469. Description:
  1470. - '&7&oJust a little floating pumpkin'
  1471. # if true, the pet will be enabled.
  1472. Enabled: true
  1473. # if true, the description will be showed.
  1474. Show-Description: true
  1475. # if true, it'll be possible to find
  1476. # it in treasure chests
  1477. Can-Be-Found-In-Treasure-Chests: true
  1478. ChristmasElf:
  1479. # description of this pet.
  1480. Description:
  1481. - '&7&oI can make presents for you!'
  1482. # if true, the pet will be enabled.
  1483. Enabled: true
  1484. # if true, the description will be showed.
  1485. Show-Description: true
  1486. # if true, it'll be possible to find
  1487. # it in treasure chests
  1488. Can-Be-Found-In-Treasure-Chests: true
  1489. Morphs:
  1490. Bat:
  1491. # Description of this Morph.
  1492. Description:
  1493. - '&7&oBecome a bat!'
  1494. # if true, the morph will be enabled.
  1495. Enabled: true
  1496. # if true, the description of this morph will be showed.
  1497. Show-Description: true
  1498. # if true, it'll be possible to find
  1499. # it in treasure chests
  1500. Can-Be-Found-In-Treasure-Chests: true
  1501. Blaze:
  1502. # Description of this Morph.
  1503. Description:
  1504. - '&7&oIt might be hot on there..'
  1505. # if true, the morph will be enabled.
  1506. Enabled: true
  1507. # if true, the description of this morph will be showed.
  1508. Show-Description: true
  1509. # if true, it'll be possible to find
  1510. # it in treasure chests
  1511. Can-Be-Found-In-Treasure-Chests: true
  1512. Chicken:
  1513. # Description of this Morph.
  1514. Description:
  1515. - '&7&oBecome a chicken!'
  1516. # if true, the morph will be enabled.
  1517. Enabled: true
  1518. # if true, the description of this morph will be showed.
  1519. Show-Description: true
  1520. # if true, it'll be possible to find
  1521. # it in treasure chests
  1522. Can-Be-Found-In-Treasure-Chests: true
  1523. Pig:
  1524. # Description of this Morph.
  1525. Description:
  1526. - '&7&oMust hold your carrot!'
  1527. # if true, the morph will be enabled.
  1528. Enabled: true
  1529. # if true, the description of this morph will be showed.
  1530. Show-Description: true
  1531. # if true, it'll be possible to find
  1532. # it in treasure chests
  1533. Can-Be-Found-In-Treasure-Chests: true
  1534. Enderman:
  1535. # Description of this Morph.
  1536. Description:
  1537. - '&7&oI go from there to'
  1538. - '&7&othere, then you lost me..'
  1539. # if true, the morph will be enabled.
  1540. Enabled: true
  1541. # if true, the description of this morph will be showed.
  1542. Show-Description: true
  1543. # if true, it'll be possible to find
  1544. # it in treasure chests
  1545. Can-Be-Found-In-Treasure-Chests: true
  1546. Slime:
  1547. # Description of this Morph.
  1548. Description:
  1549. - '&7&oSplat splat!'
  1550. # if true, the morph will be enabled.
  1551. Enabled: true
  1552. # if true, the description of this morph will be showed.
  1553. Show-Description: true
  1554. # if true, it'll be possible to find
  1555. # it in treasure chests
  1556. Can-Be-Found-In-Treasure-Chests: true
  1557. Creeper:
  1558. # Description of this Morph.
  1559. Description:
  1560. - '&7&oHey What''sssssss up?'
  1561. # if true, the morph will be enabled.
  1562. Enabled: true
  1563. # if true, the description of this morph will be showed.
  1564. Show-Description: true
  1565. # if true, it'll be possible to find
  1566. # it in treasure chests
  1567. Can-Be-Found-In-Treasure-Chests: true
  1568. WitherSkeleton:
  1569. # Description of this Morph.
  1570. Description:
  1571. - '&7&oJust a regular skeleton..'
  1572. - '&7&obut from the Nether!'
  1573. # if true, the morph will be enabled.
  1574. Enabled: true
  1575. # if true, the description of this morph will be showed.
  1576. Show-Description: true
  1577. # if true, it'll be possible to find
  1578. # it in treasure chests
  1579. Can-Be-Found-In-Treasure-Chests: true
  1580. Snowman:
  1581. # Description of this Morph.
  1582. Description:
  1583. - '&7&oBecome Olaf!'
  1584. # if true, the morph will be enabled.
  1585. Enabled: true
  1586. # if true, the description of this morph will be showed.
  1587. Show-Description: true
  1588. # if true, it'll be possible to find
  1589. # it in treasure chests
  1590. Can-Be-Found-In-Treasure-Chests: true
  1591. ElderGuardian:
  1592. # Description of this Morph.
  1593. Description:
  1594. - '&7&oBecome an Elder Guardian!!'
  1595. # if true, the morph will be enabled.
  1596. Enabled: true
  1597. # if true, the description of this morph will be showed.
  1598. Show-Description: true
  1599. # if true, it'll be possible to find
  1600. # it in treasure chests
  1601. Can-Be-Found-In-Treasure-Chests: true
  1602. Hats:
  1603. Astronaut:
  1604. # description of this hat.
  1605. Description:
  1606. - '&7&oHouston, we have got a problem.'
  1607. # if true, the hat will be enabled.
  1608. Enabled: true
  1609. # if true, the description of this hat will be showed.
  1610. Show-Description: true
  1611. # if true, it'll be possible to find
  1612. # it in treasure chests
  1613. Can-Be-Found-In-Treasure-Chests: true
  1614. Scared:
  1615. # description of this hat.
  1616. Description:
  1617. - '&7&oOh gawd, that scared me!'
  1618. # if true, the hat will be enabled.
  1619. Enabled: true
  1620. # if true, the description of this hat will be showed.
  1621. Show-Description: true
  1622. # if true, it'll be possible to find
  1623. # it in treasure chests
  1624. Can-Be-Found-In-Treasure-Chests: true
  1625. Angel:
  1626. # description of this hat.
  1627. Description:
  1628. - '&7&oDid it hurt when you fell from heaven?'
  1629. # if true, the hat will be enabled.
  1630. Enabled: true
  1631. # if true, the description of this hat will be showed.
  1632. Show-Description: true
  1633. # if true, it'll be possible to find
  1634. # it in treasure chests
  1635. Can-Be-Found-In-Treasure-Chests: true
  1636. Embarassed:
  1637. # description of this hat.
  1638. Description:
  1639. - '&7&oI am kinda embarassed by that.'
  1640. # if true, the hat will be enabled.
  1641. Enabled: true
  1642. # if true, the description of this hat will be showed.
  1643. Show-Description: true
  1644. # if true, it'll be possible to find
  1645. # it in treasure chests
  1646. Can-Be-Found-In-Treasure-Chests: true
  1647. Kissy:
  1648. # description of this hat.
  1649. Description:
  1650. - '&7&oWanna kiss?'
  1651. # if true, the hat will be enabled.
  1652. Enabled: true
  1653. # if true, the description of this hat will be showed.
  1654. Show-Description: true
  1655. # if true, it'll be possible to find
  1656. # it in treasure chests
  1657. Can-Be-Found-In-Treasure-Chests: true
  1658. Sad:
  1659. # description of this hat.
  1660. Description:
  1661. - '&7&oI am so sad.'
  1662. # if true, the hat will be enabled.
  1663. Enabled: true
  1664. # if true, the description of this hat will be showed.
  1665. Show-Description: true
  1666. # if true, it'll be possible to find
  1667. # it in treasure chests
  1668. Can-Be-Found-In-Treasure-Chests: true
  1669. Cool:
  1670. # description of this hat.
  1671. Description:
  1672. - '&7&oI am such a cool guy.'
  1673. # if true, the hat will be enabled.
  1674. Enabled: true
  1675. # if true, the description of this hat will be showed.
  1676. Show-Description: true
  1677. # if true, it'll be possible to find
  1678. # it in treasure chests
  1679. Can-Be-Found-In-Treasure-Chests: true
  1680. Surprised:
  1681. # description of this hat.
  1682. Description:
  1683. - '&7&oWow, did not expect that!'
  1684. # if true, the hat will be enabled.
  1685. Enabled: true
  1686. # if true, the description of this hat will be showed.
  1687. Show-Description: true
  1688. # if true, it'll be possible to find
  1689. # it in treasure chests
  1690. Can-Be-Found-In-Treasure-Chests: true
  1691. Dead:
  1692. # description of this hat.
  1693. Description:
  1694. - '&7&ogot rekt'
  1695. # if true, the hat will be enabled.
  1696. Enabled: true
  1697. # if true, the description of this hat will be showed.
  1698. Show-Description: true
  1699. # if true, it'll be possible to find
  1700. # it in treasure chests
  1701. Can-Be-Found-In-Treasure-Chests: true
  1702. Crying:
  1703. # description of this hat.
  1704. Description:
  1705. - '&7&oi cri evrytiem'
  1706. # if true, the hat will be enabled.
  1707. Enabled: true
  1708. # if true, the description of this hat will be showed.
  1709. Show-Description: true
  1710. # if true, it'll be possible to find
  1711. # it in treasure chests
  1712. Can-Be-Found-In-Treasure-Chests: true
  1713. BigSmile:
  1714. # description of this hat.
  1715. Description:
  1716. - '&7&oUh, because I am really happy!'
  1717. # if true, the hat will be enabled.
  1718. Enabled: true
  1719. # if true, the description of this hat will be showed.
  1720. Show-Description: true
  1721. # if true, it'll be possible to find
  1722. # it in treasure chests
  1723. Can-Be-Found-In-Treasure-Chests: true
  1724. Wink:
  1725. # description of this hat.
  1726. Description:
  1727. - '&7&oYou know what I mean ;)'
  1728. # if true, the hat will be enabled.
  1729. Enabled: true
  1730. # if true, the description of this hat will be showed.
  1731. Show-Description: true
  1732. # if true, it'll be possible to find
  1733. # it in treasure chests
  1734. Can-Be-Found-In-Treasure-Chests: true
  1735. Derp:
  1736. # description of this hat.
  1737. Description:
  1738. - '&7&oDerp Derp Derping all around'
  1739. # if true, the hat will be enabled.
  1740. Enabled: true
  1741. # if true, the description of this hat will be showed.
  1742. Show-Description: true
  1743. # if true, it'll be possible to find
  1744. # it in treasure chests
  1745. Can-Be-Found-In-Treasure-Chests: true
  1746. Smile:
  1747. # description of this hat.
  1748. Description:
  1749. - '&7&oUh, because I am happy'
  1750. # if true, the hat will be enabled.
  1751. Enabled: true
  1752. # if true, the description of this hat will be showed.
  1753. Show-Description: true
  1754. # if true, it'll be possible to find
  1755. # it in treasure chests
  1756. Can-Be-Found-In-Treasure-Chests: true
  1757. Iron:
  1758. # description of this hat.
  1759. Description:
  1760. - '&7&oAs hard as iron!'
  1761. # if true, the hat will be enabled.
  1762. Enabled: true
  1763. # if true, the description of this hat will be showed.
  1764. Show-Description: true
  1765. # if true, it'll be possible to find
  1766. # it in treasure chests
  1767. Can-Be-Found-In-Treasure-Chests: true
  1768. Gold:
  1769. # description of this hat.
  1770. Description:
  1771. - '&7&oMy precious!'
  1772. # if true, the hat will be enabled.
  1773. Enabled: true
  1774. # if true, the description of this hat will be showed.
  1775. Show-Description: true
  1776. # if true, it'll be possible to find
  1777. # it in treasure chests
  1778. Can-Be-Found-In-Treasure-Chests: true
  1779. Diamond:
  1780. # description of this hat.
  1781. Description:
  1782. - '&7&oThis is really strong!'
  1783. # if true, the hat will be enabled.
  1784. Enabled: true
  1785. # if true, the description of this hat will be showed.
  1786. Show-Description: true
  1787. # if true, it'll be possible to find
  1788. # it in treasure chests
  1789. Can-Be-Found-In-Treasure-Chests: true
  1790. Piston:
  1791. # description of this hat.
  1792. Description:
  1793. - '&7&oHave you got the redstone?'
  1794. # if true, the hat will be enabled.
  1795. Enabled: true
  1796. # if true, the description of this hat will be showed.
  1797. Show-Description: true
  1798. # if true, it'll be possible to find
  1799. # it in treasure chests
  1800. Can-Be-Found-In-Treasure-Chests: true
  1801. CommandBlock:
  1802. # description of this hat.
  1803. Description:
  1804. - '&7&oControl the world with it!'
  1805. # if true, the hat will be enabled.
  1806. Enabled: true
  1807. # if true, the description of this hat will be showed.
  1808. Show-Description: true
  1809. # if true, it'll be possible to find
  1810. # it in treasure chests
  1811. Can-Be-Found-In-Treasure-Chests: true
  1812. Music:
  1813. # description of this hat.
  1814. Description:
  1815. - '&7&oYou are so musical.'
  1816. # if true, the hat will be enabled.
  1817. Enabled: true
  1818. # if true, the description of this hat will be showed.
  1819. Show-Description: true
  1820. # if true, it'll be possible to find
  1821. # it in treasure chests
  1822. Can-Be-Found-In-Treasure-Chests: true
  1823. Squid:
  1824. # description of this hat.
  1825. Description:
  1826. - '&7&oBloop Bloop!'
  1827. # if true, the hat will be enabled.
  1828. Enabled: true
  1829. # if true, the description of this hat will be showed.
  1830. Show-Description: true
  1831. # if true, it'll be possible to find
  1832. # it in treasure chests
  1833. Can-Be-Found-In-Treasure-Chests: true
  1834. Chicken:
  1835. # description of this hat.
  1836. Description:
  1837. - '&7&oBwwaaaaaaaaaaaakkkkk!'
  1838. # if true, the hat will be enabled.
  1839. Enabled: true
  1840. # if true, the description of this hat will be showed.
  1841. Show-Description: true
  1842. # if true, it'll be possible to find
  1843. # it in treasure chests
  1844. Can-Be-Found-In-Treasure-Chests: true
  1845. Pig:
  1846. # description of this hat.
  1847. Description:
  1848. - '&7&oOink Oink!'
  1849. # if true, the hat will be enabled.
  1850. Enabled: true
  1851. # if true, the description of this hat will be showed.
  1852. Show-Description: true
  1853. # if true, it'll be possible to find
  1854. # it in treasure chests
  1855. Can-Be-Found-In-Treasure-Chests: true
  1856. Blaze:
  1857. # description of this hat.
  1858. Description:
  1859. - '&7&oWatch out for the fire!'
  1860. # if true, the hat will be enabled.
  1861. Enabled: true
  1862. # if true, the description of this hat will be showed.
  1863. Show-Description: true
  1864. # if true, it'll be possible to find
  1865. # it in treasure chests
  1866. Can-Be-Found-In-Treasure-Chests: true
  1867. Sheep:
  1868. # description of this hat.
  1869. Description:
  1870. - '&7&oBaaaa, baa'
  1871. # if true, the hat will be enabled.
  1872. Enabled: true
  1873. # if true, the description of this hat will be showed.
  1874. Show-Description: true
  1875. # if true, it'll be possible to find
  1876. # it in treasure chests
  1877. Can-Be-Found-In-Treasure-Chests: true
  1878. Golem:
  1879. # description of this hat.
  1880. Description:
  1881. - '&7&oI am your guard.'
  1882. # if true, the hat will be enabled.
  1883. Enabled: true
  1884. # if true, the description of this hat will be showed.
  1885. Show-Description: true
  1886. # if true, it'll be possible to find
  1887. # it in treasure chests
  1888. Can-Be-Found-In-Treasure-Chests: true
  1889. Enderman:
  1890. # description of this hat.
  1891. Description:
  1892. - '&7&oNow I am here, now I am there.'
  1893. # if true, the hat will be enabled.
  1894. Enabled: true
  1895. # if true, the description of this hat will be showed.
  1896. Show-Description: true
  1897. # if true, it'll be possible to find
  1898. # it in treasure chests
  1899. Can-Be-Found-In-Treasure-Chests: true
  1900. Mario:
  1901. # description of this hat.
  1902. Description:
  1903. - '&7&oIt is me! Mario!'
  1904. # if true, the hat will be enabled.
  1905. Enabled: true
  1906. # if true, the description of this hat will be showed.
  1907. Show-Description: true
  1908. # if true, it'll be possible to find
  1909. # it in treasure chests
  1910. Can-Be-Found-In-Treasure-Chests: true
  1911. Luigi:
  1912. # description of this hat.
  1913. Description:
  1914. - '&7&oLuigi time!'
  1915. # if true, the hat will be enabled.
  1916. Enabled: true
  1917. # if true, the description of this hat will be showed.
  1918. Show-Description: true
  1919. # if true, it'll be possible to find
  1920. # it in treasure chests
  1921. Can-Be-Found-In-Treasure-Chests: true
  1922. Batman:
  1923. # description of this hat.
  1924. Description:
  1925. - '&7&oI am batman!'
  1926. # if true, the hat will be enabled.
  1927. Enabled: true
  1928. # if true, the description of this hat will be showed.
  1929. Show-Description: true
  1930. # if true, it'll be possible to find
  1931. # it in treasure chests
  1932. Can-Be-Found-In-Treasure-Chests: true
  1933. Chest:
  1934. # description of this hat.
  1935. Description:
  1936. - '&7&oOpen, and close'
  1937. # if true, the hat will be enabled.
  1938. Enabled: true
  1939. # if true, the description of this hat will be showed.
  1940. Show-Description: true
  1941. # if true, it'll be possible to find
  1942. # it in treasure chests
  1943. Can-Be-Found-In-Treasure-Chests: true
  1944. Skull:
  1945. # description of this hat.
  1946. Description:
  1947. - '&7&oWho iss headless now?'
  1948. # if true, the hat will be enabled.
  1949. Enabled: true
  1950. # if true, the description of this hat will be showed.
  1951. Show-Description: true
  1952. # if true, it'll be possible to find
  1953. # it in treasure chests
  1954. Can-Be-Found-In-Treasure-Chests: true
  1955. Ghost:
  1956. # description of this hat.
  1957. Description:
  1958. - '&7&o2spooky4u'
  1959. # if true, the hat will be enabled.
  1960. Enabled: true
  1961. # if true, the description of this hat will be showed.
  1962. Show-Description: true
  1963. # if true, it'll be possible to find
  1964. # it in treasure chests
  1965. Can-Be-Found-In-Treasure-Chests: true
  1966. JackOLantern:
  1967. # description of this hat.
  1968. Description:
  1969. - '&7&oA little pumkin'
  1970. # if true, the hat will be enabled.
  1971. Enabled: true
  1972. # if true, the description of this hat will be showed.
  1973. Show-Description: true
  1974. # if true, it'll be possible to find
  1975. # it in treasure chests
  1976. Can-Be-Found-In-Treasure-Chests: true
  1977. ScaryClown:
  1978. # description of this hat.
  1979. Description:
  1980. - '&7&oHope you are not scared of clowns.'
  1981. # if true, the hat will be enabled.
  1982. Enabled: true
  1983. # if true, the description of this hat will be showed.
  1984. Show-Description: true
  1985. # if true, it'll be possible to find
  1986. # it in treasure chests
  1987. Can-Be-Found-In-Treasure-Chests: true
  1988. Santa:
  1989. # description of this hat.
  1990. Description:
  1991. - '&7&oOh oh oh! Merry Christmas!'
  1992. # if true, the hat will be enabled.
  1993. Enabled: true
  1994. # if true, the description of this hat will be showed.
  1995. Show-Description: true
  1996. # if true, it'll be possible to find
  1997. # it in treasure chests
  1998. Can-Be-Found-In-Treasure-Chests: true
  1999. Snowman:
  2000. # description of this hat.
  2001. Description:
  2002. - '&7&oI don''t have a skull.. or bones'
  2003. # if true, the hat will be enabled.
  2004. Enabled: true
  2005. # if true, the description of this hat will be showed.
  2006. Show-Description: true
  2007. # if true, it'll be possible to find
  2008. # it in treasure chests
  2009. Can-Be-Found-In-Treasure-Chests: true
  2010. Present:
  2011. # description of this hat.
  2012. Description:
  2013. - '&7&oFrom Santa, to you!'
  2014. # if true, the hat will be enabled.
  2015. Enabled: true
  2016. # if true, the description of this hat will be showed.
  2017. Show-Description: true
  2018. # if true, it'll be possible to find
  2019. # it in treasure chests
  2020. Can-Be-Found-In-Treasure-Chests: true
  2021. Elf:
  2022. # description of this hat.
  2023. Description:
  2024. - '&7&oI work for Santa!'
  2025. # if true, the hat will be enabled.
  2026. Enabled: true
  2027. # if true, the description of this hat will be showed.
  2028. Show-Description: true
  2029. # if true, it'll be possible to find
  2030. # it in treasure chests
  2031. Can-Be-Found-In-Treasure-Chests: true
  2032. Bedrock:
  2033. # description of this hat.
  2034. Description:
  2035. - '&7&oUnbreakable!'
  2036. # if true, the hat will be enabled.
  2037. Enabled: true
  2038. # if true, the description of this hat will be showed.
  2039. Show-Description: true
  2040. # if true, it'll be possible to find
  2041. # it in treasure chests
  2042. Can-Be-Found-In-Treasure-Chests: true
  2043. Emotes:
  2044. Cry:
  2045. # description of this emote.
  2046. Description:
  2047. - '&7&oAre you really sad? :('
  2048. # if true, the mount will be enabled.
  2049. Enabled: true
  2050. # if true, the description will be showed.
  2051. Show-Description: true
  2052. # if true, it'll be possible to find
  2053. # it in treasure chests
  2054. Can-Be-Found-In-Treasure-Chests: true
  2055. Angry:
  2056. # description of this emote.
  2057. Description:
  2058. - '&7&oShow your rage to the other players!'
  2059. # if true, the mount will be enabled.
  2060. Enabled: true
  2061. # if true, the description will be showed.
  2062. Show-Description: true
  2063. # if true, it'll be possible to find
  2064. # it in treasure chests
  2065. Can-Be-Found-In-Treasure-Chests: true
  2066. Happy:
  2067. # description of this emote.
  2068. Description:
  2069. - '&7&oDon''t worry, be happy!'
  2070. # if true, the mount will be enabled.
  2071. Enabled: true
  2072. # if true, the description will be showed.
  2073. Show-Description: true
  2074. # if true, it'll be possible to find
  2075. # it in treasure chests
  2076. Can-Be-Found-In-Treasure-Chests: true
  2077. Cheeky:
  2078. # description of this emote.
  2079. Description:
  2080. - '&7&oYou like being cheeky? Well, this emote is for you!'
  2081. # if true, the mount will be enabled.
  2082. Enabled: true
  2083. # if true, the description will be showed.
  2084. Show-Description: true
  2085. # if true, it'll be possible to find
  2086. # it in treasure chests
  2087. Can-Be-Found-In-Treasure-Chests: true
  2088. Love:
  2089. # description of this emote.
  2090. Description:
  2091. - '&7&oYou have beautiful eyes, do you know that?'
  2092. # if true, the mount will be enabled.
  2093. Enabled: true
  2094. # if true, the description will be showed.
  2095. Show-Description: true
  2096. # if true, it'll be possible to find
  2097. # it in treasure chests
  2098. Can-Be-Found-In-Treasure-Chests: true
  2099. DealWithIt:
  2100. # description of this emote.
  2101. Description:
  2102. - '&7&oDo you feel like showing off? This emote is for you!'
  2103. # if true, the mount will be enabled.
  2104. Enabled: true
  2105. # if true, the description will be showed.
  2106. Show-Description: true
  2107. # if true, it'll be possible to find
  2108. # it in treasure chests
  2109. Can-Be-Found-In-Treasure-Chests: true
  2110. Cool:
  2111. # description of this emote.
  2112. Description:
  2113. - '&7&oKeep cool man!'
  2114. # if true, the mount will be enabled.
  2115. Enabled: true
  2116. # if true, the description will be showed.
  2117. Show-Description: true
  2118. # if true, it'll be possible to find
  2119. # it in treasure chests
  2120. Can-Be-Found-In-Treasure-Chests: true
  2121. Surprised:
  2122. # description of this emote.
  2123. Description:
  2124. - '&7&oOH LORD!!!'
  2125. # if true, the mount will be enabled.
  2126. Enabled: true
  2127. # if true, the description will be showed.
  2128. Show-Description: true
  2129. # if true, it'll be possible to find
  2130. # it in treasure chests
  2131. Can-Be-Found-In-Treasure-Chests: true
  2132. Wink:
  2133. # description of this emote.
  2134. Description:
  2135. - '&7&oHaving fun? Let someone know you are in on the joke'
  2136. # if true, the mount will be enabled.
  2137. Enabled: true
  2138. # if true, the description will be showed.
  2139. Show-Description: true
  2140. # if true, it'll be possible to find
  2141. # it in treasure chests
  2142. Can-Be-Found-In-Treasure-Chests: true
Add Comment
Please, Sign In to add comment