# If set to true, will check for updates Check-For-Updates: false # List of the enabled categories. Categories-Enabled: Gadgets: true Particle-Effects: true Mounts: true Pets: true Morphs: true Hats: true Suits: true Emotes: true # Other settings for categories: # - The Item in Main Menu. # - Do you want a BackToMainMenu Arrow in it? Categories: Gadgets: Main-Menu-Item: '409:0' Go-Back-Arrow: true # You wanna show the cooldown of current gadget in actionbar? Cooldown-In-ActionBar: true Particle-Effects: Main-Menu-Item: '399:0' Go-Back-Arrow: true Mounts: Main-Menu-Item: '329:0' Go-Back-Arrow: true Pets: Main-Menu-Item: '352:0' Go-Back-Arrow: true Morphs: Main-Menu-Item: '334:0' Go-Back-Arrow: true Hats: Main-Menu-Item: '314:0' Go-Back-Arrow: true Suits: Main-Menu-Item: '299:0' Go-Back-Arrow: true Emotes: Go-Back-Arrow: true Clear-Cosmetic-Item: '152:0' # Previous Page Item Previous-Page-Item: '368:0' # Next Page Item Next-Page-Item: '381:0' # Back to Main Menu Item Back-Main-Menu-Item: '262:0' Self-View-Item: # Item in Morphs Menu when Self View enabled. When-Enabled: '381:0' # Item in Morphs Menu when Self View disabled. When-Disabled: '368:0' Gadgets-Item: # Item in Gadgets Menu when Gadgets enabled. When-Enabled: '351:10' # Item in Gadgets Menu when Gadgets disabled. When-Disabled: '351:8' # Item in Pets Menu to rename current pet. Rename-Pet-Item: '421:0' # Should GUI close after selecting a cosmetic? Close-GUI-After-Select: true Back-To-Main-Menu-Custom-Command: Enabled: false Command: cc open custommenu.yml {player} # The economy that should be used. Supports 'Vault' or 'PlayerPoints' Economy: Vault # Treasure Chests Settings. # /uc reload will not be enough to toggle them! # # NOTE: Money will be given # to player even if disabled in case # there is nothing to give! # # # About Treasure Chests designs: # For a list of effect: http://pastebin.com/CVKkufck # For the chest-types: NORMAL or ENDER # Material syntax: 'id:data' # You CAN make more designs just copy one, paste it and modify. # Not twice same name! # # Some infos: # center-block: The block on the center. # around-center: Blocks around the center # third-BLOCKS: BLOCKS "around around" the center. # below-chests: Block below the chests. # barriers: the barrier. # chest-type: The chest type (NORMAL or ENDER) # effect: The effect (complete list: http://pastebin.com/CVKkufck) # # For permission command: # Change it to correspond to your Permissions plugin! # Default one is Pex's. # TreasureChests: Enabled: true Key-Price: 1000 Loots: Money: Enabled: true Max: 100 Chance: 10 Message: enabled: false message: '%prefix% &6&l%name% found %money%$' Gadgets-Ammo: Enabled: true Min: 20 Max: 100 Chance: 60 Message: enabled: false message: '%prefix% &6&l%name% found %ammo% %gadget% ammo' Gadgets: Enabled: true Chance: 20 Message: enabled: false message: '%prefix% &6&l%name% found gadget %gadget%' Mounts: Enabled: true Chance: 10 Message: enabled: false message: '%prefix% &6&l%name% found rare %mount%' Pets: Enabled: true Chance: 10 Message: enabled: false message: '%prefix% &6&l%name% found rare %pet%' Morphs: Enabled: true Chance: 4 Message: enabled: true message: '%prefix% &6&l%name% found legendary %morph%' Effects: Enabled: true Chance: 4 Message: enabled: true message: '%prefix% &6&l%name% found legendary %effect%' Hats: Enabled: true Chance: 10 Message: enabled: false message: '%prefix% &6&l%name% found rare %hat%' Suits: Enabled: true Chance: 5 Message: enabled: false message: '%prefix% &6&l%name% found rare %suit%' Emotes: Enabled: true Chance: 5 Message: enabled: false message: '%prefix% &6&l%name% found rare %emote%' Commands: shoutout: Name: '&d&lShoutout' Material: NETHER_STAR Enabled: false Chance: 100 Message: enabled: false message: '%prefix% &6&l%name% found a rare shoutout!' Cancel-If-Permission: 'no' Commands: - say %name% is awesome! flower: Name: '&e&lFlower' Material: YELLOW_FLOWER Enabled: false Chance: 100 Message: enabled: false message: '%prefix% &6&l%name% found a flower!' Cancel-If-Permission: example.yellowflower Commands: - give %name% yellow_flower 1 - pex user %name% add example.yellowflower Designs: Classic: center-block: '169:0' around-center: '5:0' third-blocks: '5:1' below-chests: '17:0' barriers: '85:0' chest-type: NORMAL effect: FLAME Modern: center-block: '169:0' around-center: '159:11' third-blocks: '155:0' below-chests: '159:11' barriers: '160:3' chest-type: ENDER effect: REDSTONE Nether: center-block: '89:0' around-center: '88:0' third-blocks: '87:0' below-chests: '112:0' barriers: '113:0' chest-type: NORMAL effect: SMOKE_NORMAL Permission-Add-Command: pex user %name% add %permission% # This option will fill the blank slots of inventories # with a custom item! Fill-Blank-Slots-With-Item: Enabled: false Item: '160:15' # Toggle this to allow players to rename pets. # # Permission-Required: # If true, the permission: # ultracosmetics.pets.rename # will be required to rename a pet. # # Requires Money: # If true, money will be required # to rename a pet. Pets-Rename: Enabled: false Permission-Required: false Requires-Money: Enabled: true Price: 100 # Do pets drop items? (not pickable up by players) Pets-Drop-Items: true # Are pets babies? Pets-Are-Babies: true # Do you want the mounts # that normally make block trails # to do so? Mounts-Block-Trails: true # This option allows to use ammo # for gadgets, for limited uses. # Ammo can be given with /uc give ammo # or bought from menu when activating gadget. # # For the system: 'file' or 'mysql' # # If you set mysql, please fill the MySQL infos. Ammo-System-For-Gadgets: Enabled: false System: file MySQL: hostname: localhost username: root password: password port: '3306' database: UltraCosmetics # Do you want that in the gadgets menu # each gadget item has an amount # corresponding to your ammo. Show-Ammo-In-Menu-As-Item-Amount: true # The menu item settings. # # List for type: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html Menu-Item: Give-On-Join: false Give-On-Respawn: false Slot: 3 Type: ENDER_CHEST Data: 0 Displayname: '&6&lCosmetics' # Settings related to permissions. # # List for "Type" https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html No-Permission: Show-In-Lore: true Lore-Message-Yes: '&o&7Permission: &a&lYes!' Lore-Message-No: '&o&7Permission: &4&lNo!' Dont-Show-Item: false Custom-Item: enabled: false Type: INK_SACK Data: 8 Name: '&c&l{cosmetic-name}' Lore: - '' - '&c&lYou do not have permission for this!' - '' # If set to true, in messages the cosmetics' names # won't be colored. # Example: # With true: &a&lYou activated &9&lPaintball Gun! # With false: &a&lYou activated Paintball Gun! Chat-Cosmetic-PlaceHolder-Color: true # What is the slot for gadgets? Gadget-Slot: 0 # If toggled to true, # players will be able to remove # their current gadget by pressing # their drop key. Remove-Gadget-With-Drop: false # List of commands that won't work when holding a cosmetic, wearing an emote, or wearing a hat. # Type commands in lowercase without slashes. Disabled-Commands: - hat # List of the worlds # where cosmetics are enabled! Enabled-Worlds: - world - world_nether - world_the_end - world_flatlands - world_overworld Gadgets: BatBlaster: # Description of this cosmetic. Description: - '&7&oLaunch waves of annoying bats' - '&7&oto people you don''t like!' Cooldown: 8.0 # Should it affect players? (Velocity, etc.) Affect-Players: true # if true, the gadget will be enabled. Enabled: true # if true, the description of gadget will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Chickenator: # Description of this cosmetic. Description: - '&7&oShoot, boom, KFC.' Cooldown: 6.0 # Should it affect players? (Velocity, etc.) Affect-Players: true # if true, the gadget will be enabled. Enabled: true # if true, the description of gadget will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true ColorBomb: # Description of this cosmetic. Description: - '&7&oA colorful bomb!' Cooldown: 25.0 # Should it affect players? (Velocity, etc.) Affect-Players: true # if true, the gadget will be enabled. Enabled: true # if true, the description of gadget will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true DiscoBall: # Description of this cosmetic. Description: - '&7&oJust, dance!' Cooldown: 45.0 # Should it affect players? (Velocity, etc.) Affect-Players: true # if true, the gadget will be enabled. Enabled: true # if true, the description of gadget will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true EtherealPearl: # Description of this cosmetic. Description: - '&7&oTake a ride through the skies' - '&7&oon your very own Ethereal Pearl!' Cooldown: 2.0 # Should it affect players? (Velocity, etc.) Affect-Players: true # if true, the gadget will be enabled. Enabled: true # if true, the description of gadget will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true FleshHook: # Description of this cosmetic. Description: - '&7&oMake new friends by throwing a hook' - '&7&ointo their face and pulling them' - '&7&otowards you!' Cooldown: 5.0 # Should it affect players? (Velocity, etc.) Affect-Players: true # if true, the gadget will be enabled. Enabled: true # if true, the description of gadget will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true MelonThrower: # Description of this cosmetic. Description: - '&7&oDeliciously fun!' Cooldown: 2.0 # Should it affect players? (Velocity, etc.) Affect-Players: true # if true, the gadget will be enabled. Enabled: true # if true, the description of gadget will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true BlizzardBlaster: # Description of this cosmetic. Description: - '&7&oLet it go!' Cooldown: 12.0 # Should it affect players? (Velocity, etc.) Affect-Players: true # if true, the gadget will be enabled. Enabled: true # if true, the description of gadget will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true PortalGun: # Description of this cosmetic. Description: - '&7&oMomentum, a function of mass and velocity,' - '&7&ois converved between portals. In Layman''''s terms,' - '&7&ospeedy thing goes in, speedy thing goes out.' Cooldown: 2.0 # Should it affect players? (Velocity, etc.) Affect-Players: true # if true, the gadget will be enabled. Enabled: true # if true, the description of gadget will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true ExplosiveSheep: # Description of this cosmetic. Description: - '&7&oAre you sure it''s supposed' - '&7&oto flicker like that?' Cooldown: 25.0 # Should it affect players? (Velocity, etc.) Affect-Players: true # if true, the gadget will be enabled. Enabled: true # if true, the description of gadget will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true PaintballGun: # Description of this cosmetic. Description: - '&7&oPEW PEW PEW PEW!!!' Cooldown: 0.5 # Should it affect players? (Velocity, etc.) Affect-Players: true # if true, the gadget will be enabled. Enabled: true # if true, the description of gadget will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true # With what block will it paint? Block-Type: STAINED_CLAY Particle: # Should it display particles? Enabled: false # what particles? (List: http://pastebin.com/CVKkufck) Effect: FIREWORKS_SPARK # The radius of painting. Radius: 2 # A list of the BLOCKS that # can't be painted. BlackList: - REDSTONE_BLOCK ThorHammer: # Description of this cosmetic. Description: - '&7&oGet the real Mjölnir' Cooldown: 8.0 # Should it affect players? (Velocity, etc.) Affect-Players: true # if true, the gadget will be enabled. Enabled: true # if true, the description of gadget will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true AntiGravity: # Description of this cosmetic. Description: - '&7&oYou don''t like gravity?' - '&7&oThen, this gadget is made for you!' Cooldown: 30.0 # Should it affect players? (Velocity, etc.) Affect-Players: true # if true, the gadget will be enabled. Enabled: true # if true, the description of gadget will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true SmashDown: # Description of this cosmetic. Description: - '&7&oAND HIS NAME IS... JOHN CENA!!' Cooldown: 15.0 # Should it affect players? (Velocity, etc.) Affect-Players: true # if true, the gadget will be enabled. Enabled: true # if true, the description of gadget will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Rocket: # Description of this cosmetic. Description: - '&7&oHouston, we have got a problem..' Cooldown: 60.0 # Should it affect players? (Velocity, etc.) Affect-Players: true # if true, the gadget will be enabled. Enabled: true # if true, the description of gadget will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true BlackHole: # Description of this cosmetic. Description: - '&7&oYou should not get caught by it..' Cooldown: 35.0 # Should it affect players? (Velocity, etc.) Affect-Players: true # if true, the gadget will be enabled. Enabled: true # if true, the description of gadget will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Tsunami: # Description of this cosmetic. Description: - '&9&oTSUNAMI!!' - '&7&oJUMP!' - '&7&oLet''s go!' Cooldown: 12.0 # Should it affect players? (Velocity, etc.) Affect-Players: true # if true, the gadget will be enabled. Enabled: true # if true, the description of gadget will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true TNT: # Description of this cosmetic. Description: - '&7&oBlow some people up!' - '&7&oKABOOM!' Cooldown: 10.0 # Should it affect players? (Velocity, etc.) Affect-Players: true # if true, the gadget will be enabled. Enabled: true # if true, the description of gadget will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true FunGun: # Description of this cosmetic. Description: - '&7&oWoow! So much fun in a gun!' Cooldown: 4.0 # Should it affect players? (Velocity, etc.) Affect-Players: true # if true, the gadget will be enabled. Enabled: true # if true, the description of gadget will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Parachute: # Description of this cosmetic. Description: - '&7&oGERONIMOooo!' Cooldown: 60.0 # Should it affect players? (Velocity, etc.) Affect-Players: true # if true, the gadget will be enabled. Enabled: true # if true, the description of gadget will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true QuakeGun: # Description of this cosmetic. Description: - '&7&oGet a real Rail Gun' - '&7&oand strike players and mobs!' Cooldown: 3.0 # Should it affect players? (Velocity, etc.) Affect-Players: true # if true, the gadget will be enabled. Enabled: true # if true, the description of gadget will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true GhostParty: # Description of this cosmetic. Description: - '&7&oWho Ya Gonna Call?' - '&f&lGHOST &4&lBUSTERS!' Cooldown: 45.0 # Should it affect players? (Velocity, etc.) Affect-Players: true # if true, the gadget will be enabled. Enabled: true # if true, the description of gadget will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Firework: # Description of this cosmetic. Description: - '&7&oNeed to celebrate?' - '&7&oUse fireworks!' Cooldown: 0.2 # Should it affect players? (Velocity, etc.) Affect-Players: true # if true, the gadget will be enabled. Enabled: true # if true, the description of gadget will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true ChristmasTree: # Description of this cosmetic. Description: - '&7&oHere is a Christmas' - '&7&oTree for you!' Cooldown: 20.0 # Should it affect players? (Velocity, etc.) Affect-Players: true # if true, the gadget will be enabled. Enabled: true # if true, the description of gadget will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true FreezeCannon: # Description of this cosmetic. Description: - '&7&oTransform the floor into a rink!' Cooldown: 8.0 # Should it affect players? (Velocity, etc.) Affect-Players: true # if true, the gadget will be enabled. Enabled: true # if true, the description of gadget will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Snowball: # Description of this cosmetic. Description: - '&7&oJoin in on the festive fun by' - '&7&othrowing snow at people!' Cooldown: 0.5 # Should it affect players? (Velocity, etc.) Affect-Players: true # if true, the gadget will be enabled. Enabled: true # if true, the description of gadget will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true PartyPopper: # Description of this cosmetic. Description: - '&7&oCelebrate by blasting confetti into' - '&7&opeoples'' eyes!' Cooldown: 2.0 # Should it affect players? (Velocity, etc.) Affect-Players: true # if true, the gadget will be enabled. Enabled: true # if true, the description of gadget will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Trampoline: # Description of this cosmetic. Description: - '&7&oConstructs a trampoline!' - '&7&othat sends you and your' - '&7&ofriends into air!' Cooldown: 75.0 # Should it affect players? (Velocity, etc.) Affect-Players: true # if true, the gadget will be enabled. Enabled: true # if true, the description of gadget will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Mounts: DruggedHorse: # Description of this cosmetic. Description: - '&7&oThat is just too much!' # if true, the mount will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true InfernalHorror: # Description of this cosmetic. Description: - '&7&oThis mount comes directly from... hell!' # if true, the mount will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true GlacialSteed: # Description of this cosmetic. Description: - '&7&oThis mount comes from North Pole!' # if true, the mount will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true WalkingDead: # Description of this cosmetic. Description: - '&7&oGraaaaw...' # if true, the mount will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true MountOfFire: # Description of this cosmetic. Description: - '&7&oThe mount of Hadès!' # if true, the mount will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true MountOfWater: # Description of this cosmetic. Description: - '&7&oThe mount of Poséidon!' # if true, the mount will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true EcologistHorse: # Description of this cosmetic. Description: - '&7&oBecome ecologist!' # if true, the mount will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Snake: # Description of this cosmetic. Description: - '&7&oWatch out! It may bite..' # if true, the mount will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true NyanSheep: # Description of this cosmetic. Description: - '&4&lNyan &6&lnyan &e&lnyan' - '&a&lnyan &3&lnyan &9&lnyan' # if true, the mount will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Dragon: # Description of this cosmetic. Description: - '&7&oBecome a dragon rider!' # if true, the mount will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Slime: # Description of this cosmetic. Description: - '&7&oSplat! Splat!' # if true, the mount will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true HypeCart: # Description of this cosmetic. Description: - '&7&oEver wanted to drive a F1?' - '&7&oNow you can!' # if true, the mount will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Spider: # Description of this cosmetic. Description: - '&7&oYOU are the spider jockey!' # if true, the mount will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Rudolph: # Description of this cosmetic. Description: - '&7&oWhat would be Christmas' - '&7&owithout Rudolph the Reeinder?' # if true, the mount will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true MoltenSnake: # Description of this cosmetic. Description: - '&7&oDeep under the Earth''s surface, there' - '&7&oexists a mythical species of Molten' - '&7&oSnakes. This one will serve you eternally.' # if true, the mount will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Particle-Effects: RainCloud: # Description of this cosmetic. Description: - '&7&oThe weather forecast' - '&7&ois telling me it''s raining.' # if true, the effect will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true SnowCloud: # Description of this cosmetic. Description: - '&7&oThe weather forecast' - '&7&ois telling me it''s snowing.' # if true, the effect will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true BloodHelix: # Description of this cosmetic. Description: - '&7&oAncient legend says this magic' - '&7&oempowers the blood of its user,' - '&7&ogiving them godly powers..' # if true, the effect will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true FrostLord: # Description of this cosmetic. Description: - '&7&oI am The Almighty Frostlord!' # if true, the effect will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true FlameRings: # Description of this cosmetic. Description: - '&7&oWatch out! They are hot!' # if true, the effect will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true InLove: # Description of this cosmetic. Description: - '&7&oOMG wow I''m in love!' # if true, the effect will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true GreenSparks: # Description of this cosmetic. Description: - '&7&oLittle and green sparkly sparks!' # if true, the effect will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true FrozenWalk: # Description of this cosmetic. Description: - '&7&oMy feet are so cold!' # if true, the effect will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Music: # Description of this cosmetic. Description: - '&7&oMuch music!' # if true, the effect will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Enchanted: # Description of this cosmetic. Description: - '&7&oBecome an almighty enchanter!' # if true, the effect will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Inferno: # Description of this cosmetic. Description: - '&7&oEffect created by Satan himself!' # if true, the effect will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true AngelWings: # Description of this cosmetic. Description: - '&7&oBecome an angel!' # if true, the effect will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true SuperHero: # Description of this cosmetic. Description: - '&7&oBecome Superman!' # if true, the effect will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true SantaHat: # Description of this cosmetic. Description: - '&7&oBecome Santa!' # if true, the effect will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true CrushedCandyCane: # Description of this cosmetic. Description: - '&7&oThere''s no such thing as too much' - '&7&oChristmas Candy. Do not listen' - '&7&oto your dentist.' # if true, the effect will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true EnderAura: # Description of this cosmetic. Description: - '&7&oThese mystic particle attach to' - '&7&oonly the most legendary of players!' # if true, the effect will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true FlameFairy: # Description of this cosmetic. Description: - '&7&oHEY!!' # if true, the effect will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Pets: Piggy: # Description of this cosmetic. Description: - '&7&oOink! Oink!' # if true, the pet will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Sheep: # Description of this cosmetic. Description: - '&7&oBaaaa, baa' # if true, the pet will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true EasterBunny: # Description of this cosmetic. Description: - '&7&oIs it Easter yet?' # if true, the pet will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Cow: # Description of this cosmetic. Description: - '&7&oMoooo!' # if true, the pet will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Mooshroom: # Description of this cosmetic. Description: - '&7&oMoooo!' # if true, the pet will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Kitty: # Description of this cosmetic. Description: - '&7&oMeoooow' # if true, the pet will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Dog: # Description of this cosmetic. Description: - '&7&oWoof!' # if true, the pet will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Chick: # Description of this cosmetic. Description: - '&7&oBwaaaaaaak!!' # if true, the pet will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Wither: # Description of this cosmetic. Description: - '&7&oWatch out for me..' # if true, the pet will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Pumpling: # Description of this cosmetic. Description: - '&7&oJust a little floating pumpkin' # if true, the pet will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true ChristmasElf: # Description of this cosmetic. Description: - '&7&oI can make presents for you!' # if true, the pet will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true IronGolem: # Description of this cosmetic. Description: - '&7&oI like flowers' # if true, the pet will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Snowman: # Description of this cosmetic. Description: - '&7&oPew pew pew' # if true, the pet will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Villager: # Description of this cosmetic. Description: - '&7&oHmmmmmmmmm' # if true, the pet will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Bat: # Description of this cosmetic. Description: - '&7&oI prefer dark areas' # if true, the pet will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true PolarBear: # Description of this cosmetic. Description: - '&7&oI prefer cold areas' # if true, the pet will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Llama: # Description of this cosmetic. Description: - '&7&oNeed me to carry anything?' # if true, the pet will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Parrot: # Description of this cosmetic. Description: - '&7&oPolly want a cracker?' # if true, the pet will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Hats: Astronaut: # Description of this cosmetic. Description: - '&7&oHouston, we have got a problem.' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Scared: # Description of this cosmetic. Description: - '&7&oOh gawd, that scared me!' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Angel: # Description of this cosmetic. Description: - '&7&oDid it hurt when you fell from heaven?' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Embarassed: # Description of this cosmetic. Description: - '&7&oI am kinda embarassed by that.' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Kissy: # Description of this cosmetic. Description: - '&7&oWanna kiss?' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Sad: # Description of this cosmetic. Description: - '&7&oI am so sad.' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Cool: # Description of this cosmetic. Description: - '&7&oI am such a cool guy.' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Surprised: # Description of this cosmetic. Description: - '&7&oWow, did not expect that!' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Dead: # Description of this cosmetic. Description: - '&7&ogot rekt' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Crying: # Description of this cosmetic. Description: - '&7&oi cri evrytiem' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true BigSmile: # Description of this cosmetic. Description: - '&7&oUh, because I am really happy!' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Wink: # Description of this cosmetic. Description: - '&7&oYou know what I mean ;)' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Derp: # Description of this cosmetic. Description: - '&7&oDerp Derp Derping all around' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Smile: # Description of this cosmetic. Description: - '&7&oUh, because I am happy' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Iron: # Description of this cosmetic. Description: - '&7&oAs hard as iron!' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Gold: # Description of this cosmetic. Description: - '&7&oMy precious!' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Diamond: # Description of this cosmetic. Description: - '&7&oThis is really strong!' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Piston: # Description of this cosmetic. Description: - '&7&oHave you got the redstone?' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true CommandBlock: # Description of this cosmetic. Description: - '&7&oControl the world with it!' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Music: # Description of this cosmetic. Description: - '&7&oYou are so musical.' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Squid: # Description of this cosmetic. Description: - '&7&oBloop Bloop!' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Chicken: # Description of this cosmetic. Description: - '&7&oBwwaaaaaaaaaaaakkkkk!' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Pig: # Description of this cosmetic. Description: - '&7&oOink Oink!' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Blaze: # Description of this cosmetic. Description: - '&7&oWatch out for the fire!' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Sheep: # Description of this cosmetic. Description: - '&7&oBaaaa, baa' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Golem: # Description of this cosmetic. Description: - '&7&oI am your guard.' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Enderman: # Description of this cosmetic. Description: - '&7&oNow I am here, now I am there.' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Mario: # Description of this cosmetic. Description: - '&7&oIt is me! Mario!' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Luigi: # Description of this cosmetic. Description: - '&7&oLuigi time!' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Batman: # Description of this cosmetic. Description: - '&7&oI am batman!' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Chest: # Description of this cosmetic. Description: - '&7&oOpen, and close' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Skull: # Description of this cosmetic. Description: - '&7&oWho iss headless now?' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Ghost: # Description of this cosmetic. Description: - '&7&o2spooky4u' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true JackOLantern: # Description of this cosmetic. Description: - '&7&oA little pumkin' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true ScaryClown: # Description of this cosmetic. Description: - '&7&oHope you are not scared of clowns.' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Santa: # Description of this cosmetic. Description: - '&7&oOh oh oh! Merry Christmas!' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Snowman: # Description of this cosmetic. Description: - '&7&oI don''t have a skull.. or bones' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Present: # Description of this cosmetic. Description: - '&7&oFrom Santa, to you!' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Elf: # Description of this cosmetic. Description: - '&7&oI work for Santa!' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Bedrock: # Description of this cosmetic. Description: - '&7&oUnbreakable!' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Bread: # Description of this cosmetic. Description: - '&7&o' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Cheese: # Description of this cosmetic. Description: - '&7&o' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Pancakes: # Description of this cosmetic. Description: - '&7&oBetter with syrup!' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Cake: # Description of this cosmetic. Description: - '&7&oMmmm, cake.' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Cookie: # Description of this cosmetic. Description: - '&7&oCookie' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true CandyCane: # Description of this cosmetic. Description: - '&7&o' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Chocolate: # Description of this cosmetic. Description: - '&7&o' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true WhiteChocolate: # Description of this cosmetic. Description: - '&7&o' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Apple: # Description of this cosmetic. Description: - '&7&o' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Melon: # Description of this cosmetic. Description: - '&7&o' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true CarvedPumpkin: # Description of this cosmetic. Description: - '&7&o' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Strawberry: # Description of this cosmetic. Description: - '&7&o' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Coconut: # Description of this cosmetic. Description: - '&7&o' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Taco: # Description of this cosmetic. Description: - '&7&o' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Bacon: # Description of this cosmetic. Description: - '&7&oEverything''s better with bacon.' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Fries: # Description of this cosmetic. Description: - '&7&o' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Hamburger: # Description of this cosmetic. Description: - '&7&o' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Popcorn: # Description of this cosmetic. Description: - '&7&o' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true WhiteDonut: # Description of this cosmetic. Description: - '&7&o' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true PinkDonut: # Description of this cosmetic. Description: - '&7&o' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true ChocolateDonut: # Description of this cosmetic. Description: - '&7&o' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Pie: # Description of this cosmetic. Description: - '&7&oi like pie' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true A: # Description of this cosmetic. Description: - '&7&oThe first letter in the alphabet!' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true B: # Description of this cosmetic. Description: - '&7&oThe second letter in the alphabet!' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true C: # Description of this cosmetic. Description: - '&7&oThe third letter in the alphabet!' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true D: # Description of this cosmetic. Description: - '&7&9The fourth letter in the alphabet!' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true E: # Description of this cosmetic. Description: - '&7&9The fifth letter in the alphabet!' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true F: # Description of this cosmetic. Description: - '&7&9The sixth letter in the alphabet!' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true G: # Description of this cosmetic. Description: - '&7&9The seventh letter in the alphabet!' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true H: # Description of this cosmetic. Description: - '&7&9The eighth letter in the alphabet!' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true I: # Description of this cosmetic. Description: - '&7&9The ninth letter in the alphabet!' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true J: # Description of this cosmetic. Description: - '&7&9The tenth letter in the alphabet!' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true K: # Description of this cosmetic. Description: - '&7&9The eleventh letter in the alphabet!' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true L: # Description of this cosmetic. Description: - '&7&9The twelfth letter in the alphabet!' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true M: # Description of this cosmetic. Description: - '&7&9The thirteenth letter in the alphabet!' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true N: # Description of this cosmetic. Description: - '&7&9The fourteenth letter in the alphabet!' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true O: # Description of this cosmetic. Description: - '&7&9The fifteenth letter in the alphabet!' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true P: # Description of this cosmetic. Description: - '&7&9The sixteenth letter in the alphabet!' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Q: # Description of this cosmetic. Description: - '&7&9The seventeenth letter in the alphabet!' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true R: # Description of this cosmetic. Description: - '&7&9The eighteenth letter in the alphabet!' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true S: # Description of this cosmetic. Description: - '&7&9The nineteenth letter in the alphabet!' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true T: # Description of this cosmetic. Description: - '&7&9The twentieth letter in the alphabet!' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true U: # Description of this cosmetic. Description: - '&7&9The twenty-first letter in the alphabet!' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true V: # Description of this cosmetic. Description: - '&7&9The twenty-second letter in the alphabet!' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true W: # Description of this cosmetic. Description: - '&7&9The twenty-third letter in the alphabet!' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true X: # Description of this cosmetic. Description: - '&7&9The twenty-fourth letter in the alphabet!' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Y: # Description of this cosmetic. Description: - '&7&9The twenty-fifth letter in the alphabet!' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Z: # Description of this cosmetic. Description: - '&7&9The twenty-sixth letter in the alphabet!' # if true, the hat will be enabled. Enabled: true # if true, the description of this hat will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Suits: Rave: # Description of this cosmetic. Description: - '&7&oSuch amazing colors!' # if true, the suit will be enabled. Enabled: true # if true, the description of this suit will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Astronaut: # Description of this cosmetic. Description: - '&7&oHouston?' # if true, the suit will be enabled. Enabled: true # if true, the description of this suit will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Diamond: # Description of this cosmetic. Description: - '&7&oShow your Mining skills' - '&7&owith this amazing outfit!' # if true, the suit will be enabled. Enabled: true # if true, the description of this suit will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Santa: # Description of this cosmetic. Description: - '&7&oBecome Santa and deliver presents!' # if true, the suit will be enabled. Enabled: true # if true, the description of this suit will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Emotes: Cry: # Description of this cosmetic. Description: - '&7&oAre you really sad? :(' # if true, the mount will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Angry: # Description of this cosmetic. Description: - '&7&oShow your rage to the other players!' # if true, the mount will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Happy: # Description of this cosmetic. Description: - '&7&oDon''t worry, be happy!' # if true, the mount will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Cheeky: # Description of this cosmetic. Description: - '&7&oYou like being cheeky? Well, this emote is for you!' # if true, the mount will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Love: # Description of this cosmetic. Description: - '&7&oYou have beautiful eyes, do you know that?' # if true, the mount will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true DealWithIt: # Description of this cosmetic. Description: - '&7&oDo you feel like showing off? This emote is for you!' # if true, the mount will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Cool: # Description of this cosmetic. Description: - '&7&oKeep cool man!' # if true, the mount will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Surprised: # Description of this cosmetic. Description: - '&7&oOH LORD!!!' # if true, the mount will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Wink: # Description of this cosmetic. Description: - '&7&oHaving fun? Let someone know you are in on the joke' # if true, the mount will be enabled. Enabled: true # if true, the description will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Morphs: Bat: # Description of this cosmetic. Description: - '&7&oBecome a bat!' # if true, the morph will be enabled. Enabled: true # if true, the description of this morph will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Blaze: # Description of this cosmetic. Description: - '&7&oIt might be hot on there..' # if true, the morph will be enabled. Enabled: true # if true, the description of this morph will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Chicken: # Description of this cosmetic. Description: - '&7&oBecome a chicken!' # if true, the morph will be enabled. Enabled: true # if true, the description of this morph will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Pig: # Description of this cosmetic. Description: - '&7&oMust hold your carrot!' # if true, the morph will be enabled. Enabled: true # if true, the description of this morph will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Enderman: # Description of this cosmetic. Description: - '&7&oI go from there to' - '&7&othere, then you lost me..' # if true, the morph will be enabled. Enabled: true # if true, the description of this morph will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Slime: # Description of this cosmetic. Description: - '&7&oSplat splat!' # if true, the morph will be enabled. Enabled: true # if true, the description of this morph will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Creeper: # Description of this cosmetic. Description: - '&7&oHey What''sssssss up?' # if true, the morph will be enabled. Enabled: true # if true, the description of this morph will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true WitherSkeleton: # Description of this cosmetic. Description: - '&7&oJust a regular skeleton..' - '&7&obut from the Nether!' # if true, the morph will be enabled. Enabled: true # if true, the description of this morph will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Snowman: # Description of this cosmetic. Description: - '&7&oBecome Olaf!' # if true, the morph will be enabled. Enabled: true # if true, the description of this morph will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true ElderGuardian: # Description of this cosmetic. Description: - '&7&oBecome an Elder Guardian!!' # if true, the morph will be enabled. Enabled: true # if true, the description of this morph will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Cow: # Description of this cosmetic. Description: - '&7&oMoooo!' # if true, the morph will be enabled. Enabled: true # if true, the description of this morph will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Sheep: # Description of this cosmetic. Description: - '&7&oBaaaa, baa' # if true, the morph will be enabled. Enabled: true # if true, the description of this morph will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Mooshroom: # Description of this cosmetic. Description: - '&7&oMoooo!' # if true, the morph will be enabled. Enabled: true # if true, the description of this morph will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Villager: # Description of this cosmetic. Description: - '&7&oHmmmmmmmmm' # if true, the morph will be enabled. Enabled: true # if true, the description of this morph will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Witch: # Description of this cosmetic. Description: - '&7&oMuahahahahaha' # if true, the morph will be enabled. Enabled: true # if true, the description of this morph will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true PolarBear: # Description of this cosmetic. Description: - '&7&oI prefer cold areas' # if true, the morph will be enabled. Enabled: true # if true, the description of this morph will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Llama: # Description of this cosmetic. Description: - '&7&oNeed me to carry anything?' # if true, the morph will be enabled. Enabled: true # if true, the description of this morph will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true Parrot: # Description of this cosmetic. Description: - '&7&oPolly want a cracker?' # if true, the morph will be enabled. Enabled: true # if true, the description of this morph will be showed. Show-Description: true # if true, it'll be possible to find # it in treasure chests Can-Be-Found-In-Treasure-Chests: true