RandomMan69

Config file

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