Guest User

Untitled

a guest
Jul 31st, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 59.58 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. Clear-Cosmetic-Item: '152:0'
  41. # Previous Page Item
  42. Previous-Page-Item: '368:0'
  43. # Next Page Item
  44. Next-Page-Item: '381:0'
  45. # Back to Main Menu Item
  46. Back-Main-Menu-Item: '262:0'
  47. Self-View-Item:
  48. # Item in Morphs Menu when Self View enabled.
  49. When-Enabled: '381:0'
  50. # Item in Morphs Menu when Self View disabled.
  51. When-Disabled: '368:0'
  52. Gadgets-Item:
  53. # Item in Gadgets Menu when Gadgets enabled.
  54. When-Enabled: '351:10'
  55. # Item in Gadgets Menu when Gadgets disabled.
  56. When-Disabled: '351:8'
  57. # Item in Pets Menu to rename current pet.
  58. Rename-Pet-Item: '421:0'
  59. # Should GUI close after selecting a cosmetic?
  60. Close-GUI-After-Select: true
  61. Back-To-Main-Menu-Custom-Command:
  62. Enabled: false
  63. Command: cc open custommenu.yml {player}
  64. Emotes:
  65. # Want Go back To Menu Item in that menu?
  66. Go-Back-Arrow: true
  67. # Treasure Chests Settings.
  68. # /uc reload will not be enough to toggle them!
  69. #
  70. # NOTE: Money will be given
  71. # to player even if disabled in case
  72. # there is nothing to give!
  73. #
  74. #
  75. # About Treasure Chests designs:
  76. # For a list of effect: http://pastebin.com/CVKkufck
  77. # For the chest-types: NORMAL or ENDER
  78. # Material syntax: 'id:data'
  79. # You CAN make more designs just copy one, paste it and modify.
  80. # Not twice same name!
  81. #
  82. # Some infos:
  83. # center-block: The block on the center.
  84. # around-center: Blocks around the center
  85. # third-blocks: blocks "around around" the center.
  86. # below-chests: Block below the chests.
  87. # barriers: the barrier.
  88. # chest-type: The chest type (NORMAL or ENDER)
  89. # effect: The effect (complete list: http://pastebin.com/CVKkufck)
  90. #
  91. # For permission command:
  92. # Change it to correspond to your Permissions plugin!
  93. # Default one is Pex's.
  94. #
  95. TreasureChests:
  96. Enabled: false
  97. Key-Price: 1000
  98. Loots:
  99. Money:
  100. Enabled: true
  101. Max: 100
  102. Chance: 10
  103. Message:
  104. enabled: false
  105. message: '%prefix% &6&l%name% found %money%$'
  106. Gadgets-Ammo:
  107. Enabled: true
  108. Min: 20
  109. Max: 100
  110. Chance: 60
  111. Message:
  112. enabled: false
  113. message: '%prefix% &6&l%name% found %ammo% %gadget% ammo'
  114. Gadgets:
  115. Enabled: true
  116. Chance: 20
  117. Message:
  118. enabled: false
  119. message: '%prefix% &6&l%name% found gadget %gadget%'
  120. Mounts:
  121. Enabled: true
  122. Chance: 10
  123. Message:
  124. enabled: false
  125. message: '%prefix% &6&l%name% found rare %mount%'
  126. Pets:
  127. Enabled: true
  128. Chance: 10
  129. Message:
  130. enabled: false
  131. message: '%prefix% &6&l%name% found rare %pet%'
  132. Morphs:
  133. Enabled: true
  134. Chance: 4
  135. Message:
  136. enabled: true
  137. message: '%prefix% &6&l%name% found legendary %morph%'
  138. Effects:
  139. Enabled: true
  140. Chance: 4
  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: false
  149. message: '%prefix% &6&l%name% found rare %hat%'
  150. Suits:
  151. Enabled: true
  152. Chance: 10
  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: true
  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: false
  208. Price: 100
  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: false
  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. - world_nether
  282. - world_the_end
  283. - BuildsFlat
  284. - New_Server_Spawn_v1
  285. - mysticalsurvivalworld
  286. Gadgets:
  287. BatBlaster:
  288. Cooldown: 8.0
  289. # Description of this gadget.
  290. Description:
  291. - '&7&oLaunch waves of annoying bats'
  292. - '&7&oto people you don''t like!'
  293. # Should it affect players? (Velocity, etc.)
  294. Affect-Players: true
  295. # if true, the gadget will be enabled.
  296. Enabled: true
  297. # if true, the description of gadget will be showed.
  298. Show-Description: true
  299. # if true, it'll be possible to find
  300. # it in treasure chests
  301. Can-Be-Found-In-Treasure-Chests: true
  302. Chickenator:
  303. Cooldown: 6.0
  304. # Description of this gadget.
  305. Description:
  306. - '&7&oShoot, boom, KFC.'
  307. # Should it affect players? (Velocity, etc.)
  308. Affect-Players: true
  309. # if true, the gadget will be enabled.
  310. Enabled: true
  311. # if true, the description of gadget will be showed.
  312. Show-Description: true
  313. # if true, it'll be possible to find
  314. # it in treasure chests
  315. Can-Be-Found-In-Treasure-Chests: true
  316. ColorBomb:
  317. Cooldown: 25.0
  318. # Description of this gadget.
  319. Description:
  320. - '&7&oA colorful bomb!'
  321. # Should it affect players? (Velocity, etc.)
  322. Affect-Players: true
  323. # if true, the gadget will be enabled.
  324. Enabled: true
  325. # if true, the description of gadget will be showed.
  326. Show-Description: true
  327. # if true, it'll be possible to find
  328. # it in treasure chests
  329. Can-Be-Found-In-Treasure-Chests: true
  330. DiscoBall:
  331. Cooldown: 45.0
  332. # Description of this gadget.
  333. Description:
  334. - '&7&oJust, dance!'
  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. EtherealPearl:
  345. Cooldown: 2.0
  346. # Description of this gadget.
  347. Description:
  348. - '&7&oTake a ride through the skies'
  349. - '&7&oon your very own Ethereal Pearl!'
  350. # Should it affect players? (Velocity, etc.)
  351. Affect-Players: true
  352. # if true, the gadget will be enabled.
  353. Enabled: true
  354. # if true, the description of gadget will be showed.
  355. Show-Description: true
  356. # if true, it'll be possible to find
  357. # it in treasure chests
  358. Can-Be-Found-In-Treasure-Chests: true
  359. FleshHook:
  360. Cooldown: 5.0
  361. # Description of this gadget.
  362. Description:
  363. - '&7&oMake new friends by throwing a hook'
  364. - '&7&ointo their face and pulling them'
  365. - '&7&otowards you!'
  366. # Should it affect players? (Velocity, etc.)
  367. Affect-Players: true
  368. # if true, the gadget will be enabled.
  369. Enabled: true
  370. # if true, the description of gadget will be showed.
  371. Show-Description: true
  372. # if true, it'll be possible to find
  373. # it in treasure chests
  374. Can-Be-Found-In-Treasure-Chests: true
  375. MelonThrower:
  376. Cooldown: 2.0
  377. # Description of this gadget.
  378. Description:
  379. - '&7&oDeliciously fun!'
  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. BlizzardBlaster:
  390. Cooldown: 12.0
  391. # Description of this gadget.
  392. Description:
  393. - '&7&oLet it go!'
  394. # Should it affect players? (Velocity, etc.)
  395. Affect-Players: true
  396. # if true, the gadget will be enabled.
  397. Enabled: true
  398. # if true, the description of gadget will be showed.
  399. Show-Description: true
  400. # if true, it'll be possible to find
  401. # it in treasure chests
  402. Can-Be-Found-In-Treasure-Chests: true
  403. PortalGun:
  404. Cooldown: 2.0
  405. # Description of this gadget.
  406. Description:
  407. - '&7&oMomentum, a function of mass and velocity,'
  408. - '&7&ois converved between portals. In Layman''''s terms,'
  409. - '&7&ospeedy thing goes in, speedy thing goes out.'
  410. # Should it affect players? (Velocity, etc.)
  411. Affect-Players: true
  412. # if true, the gadget will be enabled.
  413. Enabled: true
  414. # if true, the description of gadget will be showed.
  415. Show-Description: true
  416. # if true, it'll be possible to find
  417. # it in treasure chests
  418. Can-Be-Found-In-Treasure-Chests: true
  419. ExplosiveSheep:
  420. Cooldown: 25.0
  421. # Description of this gadget.
  422. Description:
  423. - '&7&oAre you sure it''s supposed'
  424. - '&7&oto flicker like that?'
  425. # Should it affect players? (Velocity, etc.)
  426. Affect-Players: true
  427. # if true, the gadget will be enabled.
  428. Enabled: true
  429. # if true, the description of gadget will be showed.
  430. Show-Description: true
  431. # if true, it'll be possible to find
  432. # it in treasure chests
  433. Can-Be-Found-In-Treasure-Chests: true
  434. PaintballGun:
  435. Cooldown: 0.5
  436. # Description of this gadget.
  437. Description:
  438. - '&7&oPEW PEW PEW PEW!!!'
  439. # Should it affect players? (Velocity, etc.)
  440. Affect-Players: true
  441. # if true, the gadget will be enabled.
  442. Enabled: true
  443. # if true, the description of gadget will be showed.
  444. Show-Description: true
  445. # if true, it'll be possible to find
  446. # it in treasure chests
  447. Can-Be-Found-In-Treasure-Chests: true
  448. # With what block will it paint?
  449. Block-Type: STAINED_CLAY
  450. Particle:
  451. # Should it display particles?
  452. Enabled: false
  453. # what particles? (List: http://pastebin.com/CVKkufck)
  454. Effect: FIREWORKS_SPARK
  455. # The radius of painting.
  456. Radius: 2
  457. # A list of the blocks that
  458. # can't be painted.
  459. BlackList:
  460. - REDSTONE_BLOCK
  461. ThorHammer:
  462. Cooldown: 8.0
  463. # Description of this gadget.
  464. Description:
  465. - '&7&oGet the real Mjölnir'
  466. # Should it affect players? (Velocity, etc.)
  467. Affect-Players: true
  468. # if true, the gadget will be enabled.
  469. Enabled: true
  470. # if true, the description of gadget will be showed.
  471. Show-Description: true
  472. # if true, it'll be possible to find
  473. # it in treasure chests
  474. Can-Be-Found-In-Treasure-Chests: true
  475. AntiGravity:
  476. Cooldown: 30.0
  477. # Description of this gadget.
  478. Description:
  479. - '&7&oYou don''t like gravity?'
  480. - '&7&oThen, this gadget is made for you!'
  481. # Should it affect players? (Velocity, etc.)
  482. Affect-Players: true
  483. # if true, the gadget will be enabled.
  484. Enabled: true
  485. # if true, the description of gadget will be showed.
  486. Show-Description: true
  487. # if true, it'll be possible to find
  488. # it in treasure chests
  489. Can-Be-Found-In-Treasure-Chests: true
  490. SmashDown:
  491. Cooldown: 15.0
  492. # Description of this gadget.
  493. Description:
  494. - '&7&oAND HIS NAME IS... JOHN CENA!!'
  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. Rocket:
  505. Cooldown: 60.0
  506. # Description of this gadget.
  507. Description:
  508. - '&7&oHouston, we have got a problem..'
  509. # Should it affect players? (Velocity, etc.)
  510. Affect-Players: true
  511. # if true, the gadget will be enabled.
  512. Enabled: true
  513. # if true, the description of gadget will be showed.
  514. Show-Description: true
  515. # if true, it'll be possible to find
  516. # it in treasure chests
  517. Can-Be-Found-In-Treasure-Chests: true
  518. BlackHole:
  519. Cooldown: 35.0
  520. # Description of this gadget.
  521. Description:
  522. - '&7&oYou should not get caught by it..'
  523. # Should it affect players? (Velocity, etc.)
  524. Affect-Players: true
  525. # if true, the gadget will be enabled.
  526. Enabled: true
  527. # if true, the description of gadget will be showed.
  528. Show-Description: true
  529. # if true, it'll be possible to find
  530. # it in treasure chests
  531. Can-Be-Found-In-Treasure-Chests: true
  532. Tsunami:
  533. Cooldown: 12.0
  534. # Description of this gadget.
  535. Description:
  536. - '&9&oTSUNAMI!!'
  537. - '&7&oJUMP!'
  538. - '&7&oLet''s go!'
  539. # Should it affect players? (Velocity, etc.)
  540. Affect-Players: true
  541. # if true, the gadget will be enabled.
  542. Enabled: true
  543. # if true, the description of gadget will be showed.
  544. Show-Description: true
  545. # if true, it'll be possible to find
  546. # it in treasure chests
  547. Can-Be-Found-In-Treasure-Chests: true
  548. TNT:
  549. Cooldown: 10.0
  550. # Description of this gadget.
  551. Description:
  552. - '&7&oBlow some people up!'
  553. - '&7&oKABOOM!'
  554. # Should it affect players? (Velocity, etc.)
  555. Affect-Players: true
  556. # if true, the gadget will be enabled.
  557. Enabled: true
  558. # if true, the description of gadget will be showed.
  559. Show-Description: true
  560. # if true, it'll be possible to find
  561. # it in treasure chests
  562. Can-Be-Found-In-Treasure-Chests: true
  563. FunGun:
  564. Cooldown: 4.0
  565. # Description of this gadget.
  566. Description:
  567. - '&7&oWoow! So much fun in a gun!'
  568. # Should it affect players? (Velocity, etc.)
  569. Affect-Players: true
  570. # if true, the gadget will be enabled.
  571. Enabled: true
  572. # if true, the description of gadget will be showed.
  573. Show-Description: true
  574. # if true, it'll be possible to find
  575. # it in treasure chests
  576. Can-Be-Found-In-Treasure-Chests: true
  577. Parachute:
  578. Cooldown: 60.0
  579. # Description of this gadget.
  580. Description:
  581. - '&7&oGERONIMOooo!'
  582. # Should it affect players? (Velocity, etc.)
  583. Affect-Players: true
  584. # if true, the gadget will be enabled.
  585. Enabled: true
  586. # if true, the description of gadget will be showed.
  587. Show-Description: true
  588. # if true, it'll be possible to find
  589. # it in treasure chests
  590. Can-Be-Found-In-Treasure-Chests: true
  591. QuakeGun:
  592. Cooldown: 3.0
  593. # Description of this gadget.
  594. Description:
  595. - '&7&oGet a real Rail Gun'
  596. - '&7&oand strike players and mobs!'
  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. GhostParty:
  607. Cooldown: 45.0
  608. # Description of this gadget.
  609. Description:
  610. - '&7&oWho Ya Gonna Call?'
  611. - '&f&lGHOST &4&lBUSTERS!'
  612. # Should it affect players? (Velocity, etc.)
  613. Affect-Players: true
  614. # if true, the gadget will be enabled.
  615. Enabled: true
  616. # if true, the description of gadget will be showed.
  617. Show-Description: true
  618. # if true, it'll be possible to find
  619. # it in treasure chests
  620. Can-Be-Found-In-Treasure-Chests: true
  621. Firework:
  622. Cooldown: 0.2
  623. # Description of this gadget.
  624. Description:
  625. - '&7&oNeed to celebrate?'
  626. - '&7&oUse fireworks!'
  627. # Should it affect players? (Velocity, etc.)
  628. Affect-Players: true
  629. # if true, the gadget will be enabled.
  630. Enabled: true
  631. # if true, the description of gadget will be showed.
  632. Show-Description: true
  633. # if true, it'll be possible to find
  634. # it in treasure chests
  635. Can-Be-Found-In-Treasure-Chests: true
  636. ChristmasTree:
  637. Cooldown: 20.0
  638. # Description of this gadget.
  639. Description:
  640. - '&7&oHere is a Christmas'
  641. - '&7&oTree for you!'
  642. # Should it affect players? (Velocity, etc.)
  643. Affect-Players: true
  644. # if true, the gadget will be enabled.
  645. Enabled: true
  646. # if true, the description of gadget will be showed.
  647. Show-Description: true
  648. # if true, it'll be possible to find
  649. # it in treasure chests
  650. Can-Be-Found-In-Treasure-Chests: true
  651. FreezeCannon:
  652. Cooldown: 8.0
  653. # Description of this gadget.
  654. Description:
  655. - '&7&oTransform the floor into a rink!'
  656. # Should it affect players? (Velocity, etc.)
  657. Affect-Players: true
  658. # if true, the gadget will be enabled.
  659. Enabled: true
  660. # if true, the description of gadget will be showed.
  661. Show-Description: true
  662. # if true, it'll be possible to find
  663. # it in treasure chests
  664. Can-Be-Found-In-Treasure-Chests: true
  665. Snowball:
  666. Cooldown: 0.5
  667. # Description of this gadget.
  668. Description:
  669. - '&7&oJoin in on the festive fun by'
  670. - '&7&othrowing snow at people!'
  671. # Should it affect players? (Velocity, etc.)
  672. Affect-Players: true
  673. # if true, the gadget will be enabled.
  674. Enabled: true
  675. # if true, the description of gadget will be showed.
  676. Show-Description: true
  677. # if true, it'll be possible to find
  678. # it in treasure chests
  679. Can-Be-Found-In-Treasure-Chests: true
  680. PartyPopper:
  681. Cooldown: 2.0
  682. # Description of this gadget.
  683. Description:
  684. - '&7&oCelebrate by blasting confetti into'
  685. - '&7&opeoples'' eyes!'
  686. # Should it affect players? (Velocity, etc.)
  687. Affect-Players: true
  688. # if true, the gadget will be enabled.
  689. Enabled: true
  690. # if true, the description of gadget will be showed.
  691. Show-Description: true
  692. # if true, it'll be possible to find
  693. # it in treasure chests
  694. Can-Be-Found-In-Treasure-Chests: true
  695. Trampoline:
  696. Cooldown: 75.0
  697. # Description of this gadget.
  698. Description:
  699. - '&7&oConstructs a trampoline!'
  700. - '&7&othat sends you and your'
  701. - '&7&ofriends into air!'
  702. # Should it affect players? (Velocity, etc.)
  703. Affect-Players: true
  704. # if true, the gadget will be enabled.
  705. Enabled: true
  706. # if true, the description of gadget will be showed.
  707. Show-Description: true
  708. # if true, it'll be possible to find
  709. # it in treasure chests
  710. Can-Be-Found-In-Treasure-Chests: true
  711. Mounts:
  712. DruggedHorse:
  713. # Description of this mount.
  714. Description:
  715. - '&7&oThat is just too much!'
  716. # if true, the mount will be enabled.
  717. Enabled: true
  718. # if true, the description will be showed.
  719. Show-Description: true
  720. # if true, it'll be possible to find
  721. # it in treasure chests
  722. Can-Be-Found-In-Treasure-Chests: true
  723. InfernalHorror:
  724. # Description of this mount.
  725. Description:
  726. - '&7&oThis mount comes directly from... hell!'
  727. # if true, the mount will be enabled.
  728. Enabled: true
  729. # if true, the description will be showed.
  730. Show-Description: true
  731. # if true, it'll be possible to find
  732. # it in treasure chests
  733. Can-Be-Found-In-Treasure-Chests: true
  734. GlacialSteed:
  735. # Description of this mount.
  736. Description:
  737. - '&7&oThis mount comes from North Pole!'
  738. # if true, the mount will be enabled.
  739. Enabled: true
  740. # if true, the description will be showed.
  741. Show-Description: true
  742. # if true, it'll be possible to find
  743. # it in treasure chests
  744. Can-Be-Found-In-Treasure-Chests: true
  745. WalkingDead:
  746. # Description of this mount.
  747. Description:
  748. - '&7&oGraaaaw...'
  749. # if true, the mount will be enabled.
  750. Enabled: true
  751. # if true, the description will be showed.
  752. Show-Description: true
  753. # if true, it'll be possible to find
  754. # it in treasure chests
  755. Can-Be-Found-In-Treasure-Chests: true
  756. MountOfFire:
  757. # Description of this mount.
  758. Description:
  759. - '&7&oThe mount of Hadès!'
  760. # if true, the mount will be enabled.
  761. Enabled: true
  762. # if true, the description will be showed.
  763. Show-Description: true
  764. # if true, it'll be possible to find
  765. # it in treasure chests
  766. Can-Be-Found-In-Treasure-Chests: true
  767. MountOfWater:
  768. # Description of this mount.
  769. Description:
  770. - '&7&oThe mount of Poséidon!'
  771. # if true, the mount will be enabled.
  772. Enabled: true
  773. # if true, the description will be showed.
  774. Show-Description: true
  775. # if true, it'll be possible to find
  776. # it in treasure chests
  777. Can-Be-Found-In-Treasure-Chests: true
  778. EcologistHorse:
  779. # Description of this mount.
  780. Description:
  781. - '&7&oBecome ecologist!'
  782. # if true, the mount will be enabled.
  783. Enabled: true
  784. # if true, the description will be showed.
  785. Show-Description: true
  786. # if true, it'll be possible to find
  787. # it in treasure chests
  788. Can-Be-Found-In-Treasure-Chests: true
  789. Snake:
  790. # Description of this mount.
  791. Description:
  792. - '&7&oWatch out! It may bite..'
  793. # if true, the mount will be enabled.
  794. Enabled: true
  795. # if true, the description will be showed.
  796. Show-Description: true
  797. # if true, it'll be possible to find
  798. # it in treasure chests
  799. Can-Be-Found-In-Treasure-Chests: true
  800. NyanSheep:
  801. # Description of this mount.
  802. Description:
  803. - '&4&lNyan &6&lnyan &e&lnyan'
  804. - '&a&lnyan &3&lnyan &9&lnyan'
  805. # if true, the mount will be enabled.
  806. Enabled: true
  807. # if true, the description will be showed.
  808. Show-Description: true
  809. # if true, it'll be possible to find
  810. # it in treasure chests
  811. Can-Be-Found-In-Treasure-Chests: true
  812. Dragon:
  813. # Description of this mount.
  814. Description:
  815. - '&7&oBecome a drigon rider!'
  816. # if true, the mount will be enabled.
  817. Enabled: true
  818. # if true, the description will be showed.
  819. Show-Description: true
  820. # if true, it'll be possible to find
  821. # it in treasure chests
  822. Can-Be-Found-In-Treasure-Chests: true
  823. SkySquid:
  824. # Description of this mount.
  825. Description:
  826. - '&7&oWat.'
  827. # if true, the mount will be enabled.
  828. Enabled: true
  829. # if true, the description will be showed.
  830. Show-Description: true
  831. # if true, it'll be possible to find
  832. # it in treasure chests
  833. Can-Be-Found-In-Treasure-Chests: true
  834. Slime:
  835. # Description of this mount.
  836. Description:
  837. - '&7&oSplat! Splat!'
  838. # if true, the mount will be enabled.
  839. Enabled: true
  840. # if true, the description will be showed.
  841. Show-Description: true
  842. # if true, it'll be possible to find
  843. # it in treasure chests
  844. Can-Be-Found-In-Treasure-Chests: true
  845. HypeCart:
  846. # Description of this mount.
  847. Description:
  848. - '&7&oEver wanted to drive a F1?'
  849. - '&7&oNow you can!'
  850. # if true, the mount will be enabled.
  851. Enabled: true
  852. # if true, the description will be showed.
  853. Show-Description: true
  854. # if true, it'll be possible to find
  855. # it in treasure chests
  856. Can-Be-Found-In-Treasure-Chests: true
  857. Spider:
  858. # Description of this mount.
  859. Description:
  860. - '&7&oYOU are the spider jockey!'
  861. # if true, the mount will be enabled.
  862. Enabled: true
  863. # if true, the description will be showed.
  864. Show-Description: true
  865. # if true, it'll be possible to find
  866. # it in treasure chests
  867. Can-Be-Found-In-Treasure-Chests: true
  868. Rudolph:
  869. # Description of this mount.
  870. Description:
  871. - '&7&oWhat would be Christmas'
  872. - '&7&owithout Rudolph the Reeinder?'
  873. # if true, the mount will be enabled.
  874. Enabled: true
  875. # if true, the description will be showed.
  876. Show-Description: true
  877. # if true, it'll be possible to find
  878. # it in treasure chests
  879. Can-Be-Found-In-Treasure-Chests: true
  880. MoltenSnake:
  881. # Description of this mount.
  882. Description:
  883. - '&7&oDeep under the Earth''s surface, there'
  884. - '&7&oexists a mythical species of Molten'
  885. - '&7&oSnakes. This one will serve you eternally.'
  886. # if true, the mount will be enabled.
  887. Enabled: true
  888. # if true, the description will be showed.
  889. Show-Description: true
  890. # if true, it'll be possible to find
  891. # it in treasure chests
  892. Can-Be-Found-In-Treasure-Chests: true
  893. FlyingShip:
  894. # Description of this mount.
  895. Description:
  896. - '&7&oBomb them all!'
  897. # if true, the mount will be enabled.
  898. Enabled: true
  899. # if true, the description will be showed.
  900. Show-Description: true
  901. # if true, it'll be possible to find
  902. # it in treasure chests
  903. Can-Be-Found-In-Treasure-Chests: true
  904. Particle-Effects:
  905. RainCloud:
  906. # Description of this particle effect.
  907. Description:
  908. - '&7&oThe weather forecast'
  909. - '&7&ois telling me it''s raining.'
  910. # if true, the effect will be enabled.
  911. Enabled: true
  912. # if true, the description will be showed.
  913. Show-Description: true
  914. # if true, it'll be possible to find
  915. # it in treasure chests
  916. Can-Be-Found-In-Treasure-Chests: true
  917. SnowCloud:
  918. # Description of this particle effect.
  919. Description:
  920. - '&7&oThe weather forecast'
  921. - '&7&ois telling me it''s snowing.'
  922. # if true, the effect will be enabled.
  923. Enabled: true
  924. # if true, the description will be showed.
  925. Show-Description: true
  926. # if true, it'll be possible to find
  927. # it in treasure chests
  928. Can-Be-Found-In-Treasure-Chests: true
  929. BloodHelix:
  930. # Description of this particle effect.
  931. Description:
  932. - '&7&oAncient legend says this magic'
  933. - '&7&oempowers the blood of its user,'
  934. - '&7&ogiving them godly powers..'
  935. # if true, the effect will be enabled.
  936. Enabled: true
  937. # if true, the description 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. FrostLord:
  943. # Description of this particle effect.
  944. Description:
  945. - '&7&oI am The Almighty Frostlord!'
  946. # if true, the effect will be enabled.
  947. Enabled: true
  948. # if true, the description 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. FlameRings:
  954. # Description of this particle effect.
  955. Description:
  956. - '&7&oWatch out! They are hot!'
  957. # if true, the effect will be enabled.
  958. Enabled: true
  959. # if true, the description will be showed.
  960. Show-Description: true
  961. # if true, it'll be possible to find
  962. # it in treasure chests
  963. Can-Be-Found-In-Treasure-Chests: true
  964. InLove:
  965. # Description of this particle effect.
  966. Description:
  967. - '&7&oOMG wow I''m in love!'
  968. # if true, the effect will be enabled.
  969. Enabled: true
  970. # if true, the description will be showed.
  971. Show-Description: true
  972. # if true, it'll be possible to find
  973. # it in treasure chests
  974. Can-Be-Found-In-Treasure-Chests: true
  975. GreenSparks:
  976. # Description of this particle effect.
  977. Description:
  978. - '&7&oLittle and green sparkly sparks!'
  979. # if true, the effect will be enabled.
  980. Enabled: true
  981. # if true, the description will be showed.
  982. Show-Description: true
  983. # if true, it'll be possible to find
  984. # it in treasure chests
  985. Can-Be-Found-In-Treasure-Chests: true
  986. FrozenWalk:
  987. # Description of this particle effect.
  988. Description:
  989. - '&7&oMy feet are so cold!'
  990. # if true, the effect will be enabled.
  991. Enabled: true
  992. # if true, the description will be showed.
  993. Show-Description: true
  994. # if true, it'll be possible to find
  995. # it in treasure chests
  996. Can-Be-Found-In-Treasure-Chests: true
  997. Music:
  998. # Description of this particle effect.
  999. Description:
  1000. - '&7&oMuch music!'
  1001. # if true, the effect will be enabled.
  1002. Enabled: true
  1003. # if true, the description will be showed.
  1004. Show-Description: true
  1005. # if true, it'll be possible to find
  1006. # it in treasure chests
  1007. Can-Be-Found-In-Treasure-Chests: true
  1008. Enchanted:
  1009. # Description of this particle effect.
  1010. Description:
  1011. - '&7&oBecome an almighty enchanter!'
  1012. # if true, the effect will be enabled.
  1013. Enabled: true
  1014. # if true, the description will be showed.
  1015. Show-Description: true
  1016. # if true, it'll be possible to find
  1017. # it in treasure chests
  1018. Can-Be-Found-In-Treasure-Chests: true
  1019. Inferno:
  1020. # Description of this particle effect.
  1021. Description:
  1022. - '&7&oEffect created by Satan himself!'
  1023. # if true, the effect will be enabled.
  1024. Enabled: true
  1025. # if true, the description will be showed.
  1026. Show-Description: true
  1027. # if true, it'll be possible to find
  1028. # it in treasure chests
  1029. Can-Be-Found-In-Treasure-Chests: true
  1030. AngelWings:
  1031. # Description of this particle effect.
  1032. Description:
  1033. - '&7&oBecome an angel!'
  1034. # if true, the effect will be enabled.
  1035. Enabled: true
  1036. # if true, the description will be showed.
  1037. Show-Description: true
  1038. # if true, it'll be possible to find
  1039. # it in treasure chests
  1040. Can-Be-Found-In-Treasure-Chests: true
  1041. SuperHero:
  1042. # Description of this particle effect.
  1043. Description:
  1044. - '&7&oBecome Superman!'
  1045. # if true, the effect will be enabled.
  1046. Enabled: true
  1047. # if true, the description will be showed.
  1048. Show-Description: true
  1049. # if true, it'll be possible to find
  1050. # it in treasure chests
  1051. Can-Be-Found-In-Treasure-Chests: true
  1052. SantaHat:
  1053. # Description of this particle effect.
  1054. Description:
  1055. - '&7&oBecome Santa!'
  1056. # if true, the effect will be enabled.
  1057. Enabled: true
  1058. # if true, the description will be showed.
  1059. Show-Description: true
  1060. # if true, it'll be possible to find
  1061. # it in treasure chests
  1062. Can-Be-Found-In-Treasure-Chests: true
  1063. CrushedCandyCane:
  1064. # Description of this particle effect.
  1065. Description:
  1066. - '&7&oThere''s no such thing as too much'
  1067. - '&7&oChristmas Candy. Do not listen'
  1068. - '&7&oto your dentist.'
  1069. # if true, the effect will be enabled.
  1070. Enabled: true
  1071. # if true, the description will be showed.
  1072. Show-Description: true
  1073. # if true, it'll be possible to find
  1074. # it in treasure chests
  1075. Can-Be-Found-In-Treasure-Chests: true
  1076. EnderAura:
  1077. # Description of this particle effect.
  1078. Description:
  1079. - '&7&oThese mystic particle attach to'
  1080. - '&7&oonly the most legendary of players!'
  1081. # if true, the effect 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. FlameFairy:
  1089. # Description of this particle effect.
  1090. Description:
  1091. - '&7&oHEY!!'
  1092. # if true, the effect 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. Pets:
  1100. Piggy:
  1101. # description of this pet.
  1102. Description:
  1103. - '&7&oOink! Oink!'
  1104. # if true, the pet will be enabled.
  1105. Enabled: true
  1106. # if true, the description will be showed.
  1107. Show-Description: true
  1108. # if true, it'll be possible to find
  1109. # it in treasure chests
  1110. Can-Be-Found-In-Treasure-Chests: true
  1111. Sheep:
  1112. # description of this pet.
  1113. Description:
  1114. - '&7&oBaaaa, baa'
  1115. # if true, the pet 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. EasterBunny:
  1123. # description of this pet.
  1124. Description:
  1125. - '&7&oIs it Easter yet?'
  1126. # if true, the pet 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. Cow:
  1134. # description of this pet.
  1135. Description:
  1136. - '&7&oMoooo!'
  1137. # if true, the pet will be enabled.
  1138. Enabled: true
  1139. # if true, the description will be showed.
  1140. Show-Description: true
  1141. # if true, it'll be possible to find
  1142. # it in treasure chests
  1143. Can-Be-Found-In-Treasure-Chests: true
  1144. Kitty:
  1145. # description of this pet.
  1146. Description:
  1147. - '&7&oMeoooow'
  1148. # if true, the pet will be enabled.
  1149. Enabled: true
  1150. # if true, the description will be showed.
  1151. Show-Description: true
  1152. # if true, it'll be possible to find
  1153. # it in treasure chests
  1154. Can-Be-Found-In-Treasure-Chests: true
  1155. Dog:
  1156. # description of this pet.
  1157. Description:
  1158. - '&7&oWoof!'
  1159. # if true, the pet will be enabled.
  1160. Enabled: true
  1161. # if true, the description will be showed.
  1162. Show-Description: true
  1163. # if true, it'll be possible to find
  1164. # it in treasure chests
  1165. Can-Be-Found-In-Treasure-Chests: true
  1166. Chick:
  1167. # description of this pet.
  1168. Description:
  1169. - '&7&oBwaaaaaaak!!'
  1170. # if true, the pet will be enabled.
  1171. Enabled: true
  1172. # if true, the description will be showed.
  1173. Show-Description: true
  1174. # if true, it'll be possible to find
  1175. # it in treasure chests
  1176. Can-Be-Found-In-Treasure-Chests: true
  1177. Wither:
  1178. # description of this pet.
  1179. Description:
  1180. - '&7&oWatch out for me..'
  1181. # if true, the pet will be enabled.
  1182. Enabled: true
  1183. # if true, the description will be showed.
  1184. Show-Description: true
  1185. # if true, it'll be possible to find
  1186. # it in treasure chests
  1187. Can-Be-Found-In-Treasure-Chests: true
  1188. Pumpling:
  1189. # description of this pet.
  1190. Description:
  1191. - '&7&oJust a little floating pumpkin'
  1192. # if true, the pet will be enabled.
  1193. Enabled: true
  1194. # if true, the description will be showed.
  1195. Show-Description: true
  1196. # if true, it'll be possible to find
  1197. # it in treasure chests
  1198. Can-Be-Found-In-Treasure-Chests: true
  1199. ChristmasElf:
  1200. # description of this pet.
  1201. Description:
  1202. - '&7&oI can make presents for you!'
  1203. # if true, the pet 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. Mooshroom:
  1211. # description of this pet.
  1212. Description:
  1213. - '&7&oMoooo!'
  1214. # if true, the pet 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. Hats:
  1222. Astronaut:
  1223. # description of this hat.
  1224. Description:
  1225. - '&7&oHouston, we have got a problem.'
  1226. # if true, the hat will be enabled.
  1227. Enabled: true
  1228. # if true, the description of this hat will be showed.
  1229. Show-Description: true
  1230. # if true, it'll be possible to find
  1231. # it in treasure chests
  1232. Can-Be-Found-In-Treasure-Chests: true
  1233. Scared:
  1234. # description of this hat.
  1235. Description:
  1236. - '&7&oOh gawd, that scared me!'
  1237. # if true, the hat will be enabled.
  1238. Enabled: true
  1239. # if true, the description of this hat will be showed.
  1240. Show-Description: true
  1241. # if true, it'll be possible to find
  1242. # it in treasure chests
  1243. Can-Be-Found-In-Treasure-Chests: true
  1244. Angel:
  1245. # description of this hat.
  1246. Description:
  1247. - '&7&oDid it hurt when you fell from heaven?'
  1248. # if true, the hat will be enabled.
  1249. Enabled: true
  1250. # if true, the description of this hat will be showed.
  1251. Show-Description: true
  1252. # if true, it'll be possible to find
  1253. # it in treasure chests
  1254. Can-Be-Found-In-Treasure-Chests: true
  1255. Embarassed:
  1256. # description of this hat.
  1257. Description:
  1258. - '&7&oI am kinda embarassed by that.'
  1259. # if true, the hat will be enabled.
  1260. Enabled: true
  1261. # if true, the description of this hat will be showed.
  1262. Show-Description: true
  1263. # if true, it'll be possible to find
  1264. # it in treasure chests
  1265. Can-Be-Found-In-Treasure-Chests: true
  1266. Kissy:
  1267. # description of this hat.
  1268. Description:
  1269. - '&7&oWanna kiss?'
  1270. # if true, the hat will be enabled.
  1271. Enabled: true
  1272. # if true, the description of this hat will be showed.
  1273. Show-Description: true
  1274. # if true, it'll be possible to find
  1275. # it in treasure chests
  1276. Can-Be-Found-In-Treasure-Chests: true
  1277. Sad:
  1278. # description of this hat.
  1279. Description:
  1280. - '&7&oI am so sad.'
  1281. # if true, the hat will be enabled.
  1282. Enabled: true
  1283. # if true, the description of this hat will be showed.
  1284. Show-Description: true
  1285. # if true, it'll be possible to find
  1286. # it in treasure chests
  1287. Can-Be-Found-In-Treasure-Chests: true
  1288. Cool:
  1289. # description of this hat.
  1290. Description:
  1291. - '&7&oI am such a cool guy.'
  1292. # if true, the hat will be enabled.
  1293. Enabled: true
  1294. # if true, the description of this hat will be showed.
  1295. Show-Description: true
  1296. # if true, it'll be possible to find
  1297. # it in treasure chests
  1298. Can-Be-Found-In-Treasure-Chests: true
  1299. Surprised:
  1300. # description of this hat.
  1301. Description:
  1302. - '&7&oWow, did not expect that!'
  1303. # if true, the hat will be enabled.
  1304. Enabled: true
  1305. # if true, the description of this hat will be showed.
  1306. Show-Description: true
  1307. # if true, it'll be possible to find
  1308. # it in treasure chests
  1309. Can-Be-Found-In-Treasure-Chests: true
  1310. Dead:
  1311. # description of this hat.
  1312. Description:
  1313. - '&7&ogot rekt'
  1314. # if true, the hat will be enabled.
  1315. Enabled: true
  1316. # if true, the description of this hat will be showed.
  1317. Show-Description: true
  1318. # if true, it'll be possible to find
  1319. # it in treasure chests
  1320. Can-Be-Found-In-Treasure-Chests: true
  1321. Crying:
  1322. # description of this hat.
  1323. Description:
  1324. - '&7&oi cri evrytiem'
  1325. # if true, the hat will be enabled.
  1326. Enabled: true
  1327. # if true, the description of this hat will be showed.
  1328. Show-Description: true
  1329. # if true, it'll be possible to find
  1330. # it in treasure chests
  1331. Can-Be-Found-In-Treasure-Chests: true
  1332. BigSmile:
  1333. # description of this hat.
  1334. Description:
  1335. - '&7&oUh, because I am really happy!'
  1336. # if true, the hat will be enabled.
  1337. Enabled: true
  1338. # if true, the description of this hat will be showed.
  1339. Show-Description: true
  1340. # if true, it'll be possible to find
  1341. # it in treasure chests
  1342. Can-Be-Found-In-Treasure-Chests: true
  1343. Wink:
  1344. # description of this hat.
  1345. Description:
  1346. - '&7&oYou know what I mean ;)'
  1347. # if true, the hat will be enabled.
  1348. Enabled: true
  1349. # if true, the description of this hat will be showed.
  1350. Show-Description: true
  1351. # if true, it'll be possible to find
  1352. # it in treasure chests
  1353. Can-Be-Found-In-Treasure-Chests: true
  1354. Derp:
  1355. # description of this hat.
  1356. Description:
  1357. - '&7&oDerp Derp Derping all around'
  1358. # if true, the hat will be enabled.
  1359. Enabled: true
  1360. # if true, the description of this hat will be showed.
  1361. Show-Description: true
  1362. # if true, it'll be possible to find
  1363. # it in treasure chests
  1364. Can-Be-Found-In-Treasure-Chests: true
  1365. Smile:
  1366. # description of this hat.
  1367. Description:
  1368. - '&7&oUh, because I am happy'
  1369. # if true, the hat will be enabled.
  1370. Enabled: true
  1371. # if true, the description of this hat 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. Iron:
  1377. # description of this hat.
  1378. Description:
  1379. - '&7&oAs hard as iron!'
  1380. # if true, the hat will be enabled.
  1381. Enabled: true
  1382. # if true, the description of this hat 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. Gold:
  1388. # description of this hat.
  1389. Description:
  1390. - '&7&oMy precious!'
  1391. # if true, the hat will be enabled.
  1392. Enabled: true
  1393. # if true, the description of this hat 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. Diamond:
  1399. # description of this hat.
  1400. Description:
  1401. - '&7&oThis is really strong!'
  1402. # if true, the hat will be enabled.
  1403. Enabled: true
  1404. # if true, the description of this hat 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. Piston:
  1410. # description of this hat.
  1411. Description:
  1412. - '&7&oHave you got the redstone?'
  1413. # if true, the hat will be enabled.
  1414. Enabled: true
  1415. # if true, the description of this hat 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. CommandBlock:
  1421. # description of this hat.
  1422. Description:
  1423. - '&7&oControl the world with it!'
  1424. # if true, the hat will be enabled.
  1425. Enabled: true
  1426. # if true, the description of this hat 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. Music:
  1432. # description of this hat.
  1433. Description:
  1434. - '&7&oYou are so musical.'
  1435. # if true, the hat will be enabled.
  1436. Enabled: true
  1437. # if true, the description of this hat 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. Squid:
  1443. # description of this hat.
  1444. Description:
  1445. - '&7&oBloop Bloop!'
  1446. # if true, the hat will be enabled.
  1447. Enabled: true
  1448. # if true, the description of this hat 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. Chicken:
  1454. # description of this hat.
  1455. Description:
  1456. - '&7&oBwwaaaaaaaaaaaakkkkk!'
  1457. # if true, the hat will be enabled.
  1458. Enabled: true
  1459. # if true, the description of this hat 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. Pig:
  1465. # description of this hat.
  1466. Description:
  1467. - '&7&oOink Oink!'
  1468. # if true, the hat will be enabled.
  1469. Enabled: true
  1470. # if true, the description of this hat 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. Blaze:
  1476. # description of this hat.
  1477. Description:
  1478. - '&7&oWatch out for the fire!'
  1479. # if true, the hat will be enabled.
  1480. Enabled: true
  1481. # if true, the description of this hat 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. Sheep:
  1487. # description of this hat.
  1488. Description:
  1489. - '&7&oBaaaa, baa'
  1490. # if true, the hat will be enabled.
  1491. Enabled: true
  1492. # if true, the description of this hat will be showed.
  1493. Show-Description: true
  1494. # if true, it'll be possible to find
  1495. # it in treasure chests
  1496. Can-Be-Found-In-Treasure-Chests: true
  1497. Golem:
  1498. # description of this hat.
  1499. Description:
  1500. - '&7&oI am your guard.'
  1501. # if true, the hat will be enabled.
  1502. Enabled: true
  1503. # if true, the description of this hat will be showed.
  1504. Show-Description: true
  1505. # if true, it'll be possible to find
  1506. # it in treasure chests
  1507. Can-Be-Found-In-Treasure-Chests: true
  1508. Enderman:
  1509. # description of this hat.
  1510. Description:
  1511. - '&7&oNow I am here, now I am there.'
  1512. # if true, the hat will be enabled.
  1513. Enabled: true
  1514. # if true, the description of this hat will be showed.
  1515. Show-Description: true
  1516. # if true, it'll be possible to find
  1517. # it in treasure chests
  1518. Can-Be-Found-In-Treasure-Chests: true
  1519. Mario:
  1520. # description of this hat.
  1521. Description:
  1522. - '&7&oIt is me! Mario!'
  1523. # if true, the hat will be enabled.
  1524. Enabled: true
  1525. # if true, the description of this hat will be showed.
  1526. Show-Description: true
  1527. # if true, it'll be possible to find
  1528. # it in treasure chests
  1529. Can-Be-Found-In-Treasure-Chests: true
  1530. Luigi:
  1531. # description of this hat.
  1532. Description:
  1533. - '&7&oLuigi time!'
  1534. # if true, the hat will be enabled.
  1535. Enabled: true
  1536. # if true, the description of this hat will be showed.
  1537. Show-Description: true
  1538. # if true, it'll be possible to find
  1539. # it in treasure chests
  1540. Can-Be-Found-In-Treasure-Chests: true
  1541. Batman:
  1542. # description of this hat.
  1543. Description:
  1544. - '&7&oI am batman!'
  1545. # if true, the hat will be enabled.
  1546. Enabled: true
  1547. # if true, the description of this hat will be showed.
  1548. Show-Description: true
  1549. # if true, it'll be possible to find
  1550. # it in treasure chests
  1551. Can-Be-Found-In-Treasure-Chests: true
  1552. Chest:
  1553. # description of this hat.
  1554. Description:
  1555. - '&7&oOpen, and close'
  1556. # if true, the hat will be enabled.
  1557. Enabled: true
  1558. # if true, the description of this hat will be showed.
  1559. Show-Description: true
  1560. # if true, it'll be possible to find
  1561. # it in treasure chests
  1562. Can-Be-Found-In-Treasure-Chests: true
  1563. Skull:
  1564. # description of this hat.
  1565. Description:
  1566. - '&7&oWho iss headless now?'
  1567. # if true, the hat will be enabled.
  1568. Enabled: true
  1569. # if true, the description of this hat will be showed.
  1570. Show-Description: true
  1571. # if true, it'll be possible to find
  1572. # it in treasure chests
  1573. Can-Be-Found-In-Treasure-Chests: true
  1574. Ghost:
  1575. # description of this hat.
  1576. Description:
  1577. - '&7&o2spooky4u'
  1578. # if true, the hat will be enabled.
  1579. Enabled: true
  1580. # if true, the description of this hat will be showed.
  1581. Show-Description: true
  1582. # if true, it'll be possible to find
  1583. # it in treasure chests
  1584. Can-Be-Found-In-Treasure-Chests: true
  1585. JackOLantern:
  1586. # description of this hat.
  1587. Description:
  1588. - '&7&oA little pumkin'
  1589. # if true, the hat will be enabled.
  1590. Enabled: true
  1591. # if true, the description of this hat will be showed.
  1592. Show-Description: true
  1593. # if true, it'll be possible to find
  1594. # it in treasure chests
  1595. Can-Be-Found-In-Treasure-Chests: true
  1596. ScaryClown:
  1597. # description of this hat.
  1598. Description:
  1599. - '&7&oHope you are not scared of clowns.'
  1600. # if true, the hat will be enabled.
  1601. Enabled: true
  1602. # if true, the description of this hat will be showed.
  1603. Show-Description: true
  1604. # if true, it'll be possible to find
  1605. # it in treasure chests
  1606. Can-Be-Found-In-Treasure-Chests: true
  1607. Santa:
  1608. # description of this hat.
  1609. Description:
  1610. - '&7&oOh oh oh! Merry Christmas!'
  1611. # if true, the hat will be enabled.
  1612. Enabled: true
  1613. # if true, the description of this hat will be showed.
  1614. Show-Description: true
  1615. # if true, it'll be possible to find
  1616. # it in treasure chests
  1617. Can-Be-Found-In-Treasure-Chests: true
  1618. Snowman:
  1619. # description of this hat.
  1620. Description:
  1621. - '&7&oI don''t have a skull.. or bones'
  1622. # if true, the hat will be enabled.
  1623. Enabled: true
  1624. # if true, the description of this hat will be showed.
  1625. Show-Description: true
  1626. # if true, it'll be possible to find
  1627. # it in treasure chests
  1628. Can-Be-Found-In-Treasure-Chests: true
  1629. Present:
  1630. # description of this hat.
  1631. Description:
  1632. - '&7&oFrom Santa, to you!'
  1633. # if true, the hat will be enabled.
  1634. Enabled: true
  1635. # if true, the description of this hat will be showed.
  1636. Show-Description: true
  1637. # if true, it'll be possible to find
  1638. # it in treasure chests
  1639. Can-Be-Found-In-Treasure-Chests: true
  1640. Elf:
  1641. # description of this hat.
  1642. Description:
  1643. - '&7&oI work for Santa!'
  1644. # if true, the hat will be enabled.
  1645. Enabled: true
  1646. # if true, the description of this hat will be showed.
  1647. Show-Description: true
  1648. # if true, it'll be possible to find
  1649. # it in treasure chests
  1650. Can-Be-Found-In-Treasure-Chests: true
  1651. Bedrock:
  1652. # description of this hat.
  1653. Description:
  1654. - '&7&oUnbreakable!'
  1655. # if true, the hat will be enabled.
  1656. Enabled: true
  1657. # if true, the description of this hat will be showed.
  1658. Show-Description: true
  1659. # if true, it'll be possible to find
  1660. # it in treasure chests
  1661. Can-Be-Found-In-Treasure-Chests: true
  1662. Suits:
  1663. Rave:
  1664. # if true, the suit will be enabled.
  1665. Enabled: true
  1666. # if true, the description of this suit will be showed.
  1667. Show-Description: true
  1668. # if true, it'll be possible to find
  1669. # it in treasure chests
  1670. Can-Be-Found-In-Treasure-Chests: true
  1671. # Description of this cosmetic.
  1672. Description:
  1673. - '&7&oSuch amazing colors!'
  1674. Astronaut:
  1675. # if true, the suit will be enabled.
  1676. Enabled: true
  1677. # if true, the description of this suit will be showed.
  1678. Show-Description: true
  1679. # if true, it'll be possible to find
  1680. # it in treasure chests
  1681. Can-Be-Found-In-Treasure-Chests: true
  1682. # Description of this cosmetic.
  1683. Description:
  1684. - '&7&oHouston?'
  1685. Diamond:
  1686. # if true, the suit will be enabled.
  1687. Enabled: true
  1688. # if true, the description of this suit will be showed.
  1689. Show-Description: true
  1690. # if true, it'll be possible to find
  1691. # it in treasure chests
  1692. Can-Be-Found-In-Treasure-Chests: true
  1693. # Description of this cosmetic.
  1694. Description:
  1695. - '&7&oShow your Mining skills'
  1696. - '&7&owith this amazing outfit!'
  1697. Santa:
  1698. # if true, the suit will be enabled.
  1699. Enabled: true
  1700. # if true, the description of this suit will be showed.
  1701. Show-Description: true
  1702. # if true, it'll be possible to find
  1703. # it in treasure chests
  1704. Can-Be-Found-In-Treasure-Chests: true
  1705. # Description of this cosmetic.
  1706. Description:
  1707. - '&7&oBecome Santa and deliver presents!'
  1708. Morphs:
  1709. Bat:
  1710. # Description of this Morph.
  1711. Description:
  1712. - '&7&oBecome a bat!'
  1713. # if true, the morph will be enabled.
  1714. Enabled: true
  1715. # if true, the description of this morph will be showed.
  1716. Show-Description: true
  1717. # if true, it'll be possible to find
  1718. # it in treasure chests
  1719. Can-Be-Found-In-Treasure-Chests: true
  1720. Blaze:
  1721. # Description of this Morph.
  1722. Description:
  1723. - '&7&oIt might be hot on there..'
  1724. # if true, the morph will be enabled.
  1725. Enabled: true
  1726. # if true, the description of this morph will be showed.
  1727. Show-Description: true
  1728. # if true, it'll be possible to find
  1729. # it in treasure chests
  1730. Can-Be-Found-In-Treasure-Chests: true
  1731. Chicken:
  1732. # Description of this Morph.
  1733. Description:
  1734. - '&7&oBecome a chicken!'
  1735. # if true, the morph will be enabled.
  1736. Enabled: true
  1737. # if true, the description of this morph will be showed.
  1738. Show-Description: true
  1739. # if true, it'll be possible to find
  1740. # it in treasure chests
  1741. Can-Be-Found-In-Treasure-Chests: true
  1742. Pig:
  1743. # Description of this Morph.
  1744. Description:
  1745. - '&7&oMust hold your carrot!'
  1746. # if true, the morph will be enabled.
  1747. Enabled: true
  1748. # if true, the description of this morph will be showed.
  1749. Show-Description: true
  1750. # if true, it'll be possible to find
  1751. # it in treasure chests
  1752. Can-Be-Found-In-Treasure-Chests: true
  1753. Enderman:
  1754. # Description of this Morph.
  1755. Description:
  1756. - '&7&oI go from there to'
  1757. - '&7&othere, then you lost me..'
  1758. # if true, the morph will be enabled.
  1759. Enabled: true
  1760. # if true, the description of this morph 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. Slime:
  1766. # Description of this Morph.
  1767. Description:
  1768. - '&7&oSplat splat!'
  1769. # if true, the morph will be enabled.
  1770. Enabled: true
  1771. # if true, the description of this morph 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. Creeper:
  1777. # Description of this Morph.
  1778. Description:
  1779. - '&7&oHey What''sssssss up?'
  1780. # if true, the morph will be enabled.
  1781. Enabled: true
  1782. # if true, the description of this morph 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. WitherSkeleton:
  1788. # Description of this Morph.
  1789. Description:
  1790. - '&7&oJust a regular skeleton..'
  1791. - '&7&obut from the Nether!'
  1792. # if true, the morph will be enabled.
  1793. Enabled: true
  1794. # if true, the description of this morph will be showed.
  1795. Show-Description: true
  1796. # if true, it'll be possible to find
  1797. # it in treasure chests
  1798. Can-Be-Found-In-Treasure-Chests: true
  1799. Snowman:
  1800. # Description of this Morph.
  1801. Description:
  1802. - '&7&oBecome Olaf!'
  1803. # if true, the morph will be enabled.
  1804. Enabled: true
  1805. # if true, the description of this morph will be showed.
  1806. Show-Description: true
  1807. # if true, it'll be possible to find
  1808. # it in treasure chests
  1809. Can-Be-Found-In-Treasure-Chests: true
  1810. ElderGuardian:
  1811. # Description of this Morph.
  1812. Description:
  1813. - '&7&oBecome an Elder Guardian!!'
  1814. # if true, the morph will be enabled.
  1815. Enabled: true
  1816. # if true, the description of this morph will be showed.
  1817. Show-Description: true
  1818. # if true, it'll be possible to find
  1819. # it in treasure chests
  1820. Can-Be-Found-In-Treasure-Chests: true
  1821. Emotes:
  1822. Cry:
  1823. # description of this emote.
  1824. Description:
  1825. - '&7&oAre you really sad? :('
  1826. # if true, the mount will be enabled.
  1827. Enabled: true
  1828. # if true, the description will be showed.
  1829. Show-Description: true
  1830. # if true, it'll be possible to find
  1831. # it in treasure chests
  1832. Can-Be-Found-In-Treasure-Chests: true
  1833. Angry:
  1834. # description of this emote.
  1835. Description:
  1836. - '&7&oShow your rage to the other players!'
  1837. # if true, the mount will be enabled.
  1838. Enabled: true
  1839. # if true, the description will be showed.
  1840. Show-Description: true
  1841. # if true, it'll be possible to find
  1842. # it in treasure chests
  1843. Can-Be-Found-In-Treasure-Chests: true
  1844. Happy:
  1845. # description of this emote.
  1846. Description:
  1847. - '&7&oDon''t worry, be happy!'
  1848. # if true, the mount will be enabled.
  1849. Enabled: true
  1850. # if true, the description will be showed.
  1851. Show-Description: true
  1852. # if true, it'll be possible to find
  1853. # it in treasure chests
  1854. Can-Be-Found-In-Treasure-Chests: true
  1855. Cheeky:
  1856. # description of this emote.
  1857. Description:
  1858. - '&7&oYou like being cheeky? Well, this emote is for you!'
  1859. # if true, the mount will be enabled.
  1860. Enabled: true
  1861. # if true, the description will be showed.
  1862. Show-Description: true
  1863. # if true, it'll be possible to find
  1864. # it in treasure chests
  1865. Can-Be-Found-In-Treasure-Chests: true
  1866. Love:
  1867. # description of this emote.
  1868. Description:
  1869. - '&7&oYou have beautiful eyes, do you know that?'
  1870. # if true, the mount will be enabled.
  1871. Enabled: true
  1872. # if true, the description will be showed.
  1873. Show-Description: true
  1874. # if true, it'll be possible to find
  1875. # it in treasure chests
  1876. Can-Be-Found-In-Treasure-Chests: true
  1877. DealWithIt:
  1878. # description of this emote.
  1879. Description:
  1880. - '&7&oDo you feel like showing off? This emote is for you!'
  1881. # if true, the mount will be enabled.
  1882. Enabled: true
  1883. # if true, the description will be showed.
  1884. Show-Description: true
  1885. # if true, it'll be possible to find
  1886. # it in treasure chests
  1887. Can-Be-Found-In-Treasure-Chests: true
  1888. Cool:
  1889. # description of this emote.
  1890. Description:
  1891. - '&7&oKeep cool man!'
  1892. # if true, the mount will be enabled.
  1893. Enabled: true
  1894. # if true, the description will be showed.
  1895. Show-Description: true
  1896. # if true, it'll be possible to find
  1897. # it in treasure chests
  1898. Can-Be-Found-In-Treasure-Chests: true
  1899. Surprised:
  1900. # description of this emote.
  1901. Description:
  1902. - '&7&oOH LORD!!!'
  1903. # if true, the mount will be enabled.
  1904. Enabled: true
  1905. # if true, the description will be showed.
  1906. Show-Description: true
  1907. # if true, it'll be possible to find
  1908. # it in treasure chests
  1909. Can-Be-Found-In-Treasure-Chests: true
  1910. Wink:
  1911. # description of this emote.
  1912. Description:
  1913. - '&7&oHaving fun? Let someone know you are in on the joke'
  1914. # if true, the mount will be enabled.
  1915. Enabled: true
  1916. # if true, the description will be showed.
  1917. Show-Description: true
  1918. # if true, it'll be possible to find
  1919. # it in treasure chests
  1920. Can-Be-Found-In-Treasure-Chests: true
Add Comment
Please, Sign In to add comment