Guest User

Untitled

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