iSach

New UltraCosmetics config!

Nov 28th, 2015
464
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 44.82 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. # Other settings for categories:
  12. # - The Item in Main Menu.
  13. # - Do you want a BackToMainMenu Arrow in it?
  14. Categories:
  15.   Gadgets:
  16.     Main-Menu-Item: '341:0'
  17.     Go-Back-Arrow: true
  18.   Particle-Effects:
  19.     Main-Menu-Item: '362:0'
  20.     Go-Back-Arrow: true
  21.   Mounts:
  22.     Main-Menu-Item: '329:0'
  23.     Go-Back-Arrow: true
  24.   Pets:
  25.     Main-Menu-Item: '383:0'
  26.     Go-Back-Arrow: true
  27.   Morphs:
  28.     Main-Menu-Item: '397:4'
  29.     Go-Back-Arrow: true
  30.   Hats:
  31.     Main-Menu-Item: '310:0'
  32.     Go-Back-Arrow: true
  33. # Treasure Chests Settings.
  34. # /uc reload will not be enough to toggle them!
  35. #
  36. # NOTE: Money will be given
  37. #       to player even if disabled in case
  38. #       there is nothing to give!
  39. #
  40. #
  41. # About Treasure Chests designs:
  42. # For a list of effect: http://pastebin.com/CVKkufck
  43. # For the chest-types: NORMAL or ENDER
  44. # Material syntax: 'id:data'
  45. # You CAN make more designs just copy one, paste it and modify.
  46. # Not twice same name!
  47. #
  48. # Some infos:
  49. # center-block: The block on the center.
  50. # around-center: Blocks around the center
  51. # third-blocks: blocks "around around" the center.
  52. # below-chests: Block below the chests.
  53. # barriers: the barrier.
  54. # chest-type: The chest type (NORMAL or ENDER)
  55. # effect: The effect (complete list: http://pastebin.com/CVKkufck)
  56. #
  57. # For permission command:
  58. # Change it to correspond to your Permissions plugin!
  59. # Default one is Pex's.
  60. #
  61. TreasureChests:
  62.   Enabled: false
  63.   Key-Price: 1000
  64.   Loots:
  65.     Money:
  66.       Enabled: true
  67.       Max: 100
  68.       Chance: 20
  69.       Message:
  70.         enabled: false
  71.         message: '%prefix% &6&l%name% found %money%$'
  72.     Gadgets-Ammo:
  73.       Enabled: true
  74.       Min: 20
  75.       Max: 100
  76.       Chance: 60
  77.       Message:
  78.         enabled: false
  79.         message: '%prefix% &6&l%name% found %ammo% %gadget% ammo'
  80.     Mounts:
  81.       Enabled: true
  82.       Chance: 10
  83.       Message:
  84.         enabled: false
  85.         message: '%prefix% &6&l%name% found rare %mount%'
  86.     Pets:
  87.       Enabled: true
  88.       Chance: 10
  89.       Message:
  90.         enabled: false
  91.         message: '%prefix% &6&l%name% found rare %pet%'
  92.     Morphs:
  93.       Enabled: true
  94.       Chance: 4
  95.       Message:
  96.         enabled: true
  97.         message: '%prefix% &6&l%name% found legendary %morph%'
  98.     Effects:
  99.       Enabled: true
  100.       Chance: 4
  101.       Message:
  102.         enabled: true
  103.         message: '%prefix% &6&l%name% found legendary %effect%'
  104.     Hats:
  105.       Enabled: true
  106.       Chance: 30
  107.       Message:
  108.         enabled: false
  109.         message: '%prefix% &6&l%name% found rare %hat%'
  110.   Designs:
  111.     Classic:
  112.       center-block: '169:0'
  113.       around-center: '5:0'
  114.       third-blocks: '5:1'
  115.       below-chests: '17:0'
  116.       barriers: '85:0'
  117.       chest-type: NORMAL
  118.       effect: FLAME
  119.     Modern:
  120.       center-block: '169:0'
  121.       around-center: '159:11'
  122.       third-blocks: '155:0'
  123.       below-chests: '159:11'
  124.       barriers: '160:3'
  125.       chest-type: ENDER
  126.       effect: REDSTONE
  127.     Nether:
  128.       center-block: '89:0'
  129.       around-center: '88:0'
  130.       third-blocks: '87:0'
  131.       below-chests: '112:0'
  132.       barriers: '113:0'
  133.       chest-type: NORMAL
  134.       effect: SMOKE_NORMAL
  135.   Permission-Add-Command: pex user %name% add %permission%
  136. # This option will fill the blank slots of inventories
  137. # with a custom item!
  138. Fill-Blank-Slots-With-Item:
  139.   Enabled: false
  140.   Item: '160:15'
  141. # Toggle this to allow players to rename pets.
  142. #
  143. # Permission-Required:
  144. # If true, the permission:
  145. # ultracosmetics.pets.rename
  146. # will be required to rename a pet.
  147. #
  148. # Requires Money:
  149. # If true, money will be required
  150. # to rename a pet.
  151. Pets-Rename:
  152.   Enabled: false
  153.   Permission-Required: false
  154.   Requires-Money:
  155.     Enabled: true
  156.     Price: 100
  157. # Do pets drop items? (not pickable up by players)
  158. Pets-Drop-Items: true
  159. # Are pets babies?
  160. Pets-Are-Babies: true
  161. # Do you want the mounts
  162. # that normally make block trails
  163. # to do so?
  164. Mounts-Block-Trails: true
  165. # This option allows to use ammo
  166. # for gadgets, for limited uses.
  167. # Ammo can be given with /uc give ammo
  168. # or bought from menu when activating gadget.
  169. #
  170. # For the system: 'file' or 'mysql'
  171. #
  172. # If you set mysql, please fill the MySQL infos.
  173. Ammo-System-For-Gadgets:
  174.   Enabled: false
  175.   System: file
  176.   MySQL:
  177.     hostname: localhost
  178.     username: root
  179.     password: password
  180.     port: '3306'
  181.     database: UltraCosmetics
  182. # The menu item settings.
  183. #
  184. # List for type: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
  185. Menu-Item:
  186.   Give-On-Join: true
  187.   Give-On-Respawn: true
  188.   Slot: 3
  189.   Type: ENDER_CHEST
  190.   Data: 0
  191.   Displayname: '&6&lCosmetics'
  192. # Settings related to permissions.
  193. #
  194. # List for "Type" https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
  195. No-Permission:
  196.   Show-In-Lore: true
  197.   Lore-Message-Yes: '&o&7Permission: &a&lYes!'
  198.   Lore-Message-No: '&o&7Permission: &4&lNo!'
  199.   Dont-Show-Item: false
  200.   Custom-Item:
  201.     enabled: false
  202.     Type: INK_SACK
  203.     Data: 8
  204.     Name: '&c&lNo Permission'
  205. # When a cosmetic is disabled, want to show an item instead of it?
  206. Disabled-Items:
  207.   Show-Custom-Disabled-Item: false
  208.   Custom-Disabled-Item:
  209.     Type: INK_SACK
  210.     Data: 8
  211.     Name: '&c&lDisabled'
  212. # If set to true, in messages the cosmetics' names
  213. # won't be colored.
  214. # Example:
  215. # With true: &a&lYou activated &9&lPaintball Gun!
  216. # With false: &a&lYou activated Paintball Gun!
  217. Chat-Cosmetic-PlaceHolder-Color: true
  218. # What is the slot for gadgets?
  219. Gadget-Slot: 4
  220. # If toggled to true,
  221. # players will be able to remove
  222. # their current gadget by pressing
  223. # their drop key.
  224. Remove-Gadget-With-Drop: false
  225. # List of the worlds
  226. # where cosmetics are enabled!
  227. Enabled-Worlds:
  228. - world
  229. - world_nether
  230. - world_the_end
  231. Pets:
  232.   Piggy:
  233.    # description of this pet.
  234.     Description:
  235.    - '&7&oOink! Oink!'
  236.     # if true, the pet will be enabled.
  237.     Enabled: true
  238.     # if true, the description will be showed.
  239.     Show-Description: true
  240.     # if true, it'll be possible to find
  241.     # it in treasure chests
  242.     Can-Be-Found-In-Treasure-Chests: true
  243.   Sheep:
  244.    # description of this pet.
  245.     Description:
  246.    - '&7&oBaaaa, baa'
  247.     # if true, the pet will be enabled.
  248.     Enabled: true
  249.     # if true, the description will be showed.
  250.     Show-Description: true
  251.     # if true, it'll be possible to find
  252.     # it in treasure chests
  253.     Can-Be-Found-In-Treasure-Chests: true
  254.   Kitty:
  255.    # description of this pet.
  256.     Description:
  257.    - '&7&oMeoooow!'
  258.     # if true, the pet will be enabled.
  259.     Enabled: true
  260.     # if true, the description will be showed.
  261.     Show-Description: true
  262.     # if true, it'll be possible to find
  263.     # it in treasure chests
  264.     Can-Be-Found-In-Treasure-Chests: true
  265.   Dog:
  266.    # description of this pet.
  267.     Description:
  268.    - '&7&oWoof!'
  269.     # if true, the pet will be enabled.
  270.     Enabled: true
  271.     # if true, the description will be showed.
  272.     Show-Description: true
  273.     # if true, it'll be possible to find
  274.     # it in treasure chests
  275.     Can-Be-Found-In-Treasure-Chests: true
  276.   Chick:
  277.    # description of this pet.
  278.     Description:
  279.    - '&7&oBwwaaaaaaaaaaaakkkkk!'
  280.     # if true, the pet will be enabled.
  281.     Enabled: true
  282.     # if true, the description will be showed.
  283.     Show-Description: true
  284.     # if true, it'll be possible to find
  285.     # it in treasure chests
  286.     Can-Be-Found-In-Treasure-Chests: true
  287.   Cow:
  288.    # description of this pet.
  289.     Description:
  290.    - '&7&oMoo moo!'
  291.     # if true, the pet will be enabled.
  292.     Enabled: true
  293.     # if true, the description will be showed.
  294.     Show-Description: true
  295.     # if true, it'll be possible to find
  296.     # it in treasure chests
  297.     Can-Be-Found-In-Treasure-Chests: true
  298.   EasterBunny:
  299.    # description of this pet.
  300.     Description:
  301.    - '&7&oIs it easter yet?'
  302.     # if true, the pet will be enabled.
  303.     Enabled: true
  304.     # if true, the description 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.   Wither:
  310.    # description of this pet.
  311.     Description:
  312.    - '&7&oWatch out for me.'
  313.     # if true, the pet will be enabled.
  314.     Enabled: true
  315.     # if true, the description will be showed.
  316.     Show-Description: true
  317.     # if true, it'll be possible to find
  318.     # it in treasure chests
  319.     Can-Be-Found-In-Treasure-Chests: true
  320.   Pumpling:
  321.    # description of this pet.
  322.     Description:
  323.    - '&7&oI am just a little pumpkin'
  324.     # if true, the pet will be enabled.
  325.     Enabled: true
  326.     # if true, the description will be showed.
  327.     Show-Description: true
  328.     # if true, it'll be possible to find
  329.     # it in treasure chests
  330.     Can-Be-Found-In-Treasure-Chests: true
  331. Mounts:
  332.   DruggedHorse:
  333.    # Description of this mount.
  334.     Description:
  335.    - '&7&oThat is just too much!'
  336.     # if true, the mount will be enabled.
  337.     Enabled: true
  338.     # if true, the description will be showed.
  339.     Show-Description: true
  340.     # if true, it'll be possible to find
  341.     # it in treasure chests
  342.     Can-Be-Found-In-Treasure-Chests: true
  343.   EcologistHorse:
  344.    # Description of this mount.
  345.     Description:
  346.    - '&7&oBecome ecologist!'
  347.     # if true, the mount will be enabled.
  348.     Enabled: true
  349.     # if true, the description will be showed.
  350.     Show-Description: true
  351.     # if true, it'll be possible to find
  352.     # it in treasure chests
  353.     Can-Be-Found-In-Treasure-Chests: true
  354.   GlacialSteed:
  355.    # Description of this mount.
  356.     Description:
  357.    - '&7&oThis mount comes from North Pole!'
  358.     # if true, the mount will be enabled.
  359.     Enabled: true
  360.     # if true, the description will be showed.
  361.     Show-Description: true
  362.     # if true, it'll be possible to find
  363.     # it in treasure chests
  364.     Can-Be-Found-In-Treasure-Chests: true
  365.   InfernalHorror:
  366.    # Description of this mount.
  367.     Description:
  368.    - '&7&oThis mount directly comes from hell!'
  369.     # if true, the mount will be enabled.
  370.     Enabled: true
  371.     # if true, the description will be showed.
  372.     Show-Description: true
  373.     # if true, it'll be possible to find
  374.     # it in treasure chests
  375.     Can-Be-Found-In-Treasure-Chests: true
  376.   MountOfFire:
  377.    # Description of this mount.
  378.     Description:
  379.    - '&7&oThe mount of Had??s!'
  380.     # if true, the mount will be enabled.
  381.     Enabled: true
  382.     # if true, the description will be showed.
  383.     Show-Description: true
  384.     # if true, it'll be possible to find
  385.     # it in treasure chests
  386.     Can-Be-Found-In-Treasure-Chests: true
  387.   MountOfWater:
  388.    # Description of this mount.
  389.     Description:
  390.    - '&7&oThe mount of Poseidon!'
  391.     # if true, the mount will be enabled.
  392.     Enabled: true
  393.     # if true, the description will be showed.
  394.     Show-Description: true
  395.     # if true, it'll be possible to find
  396.     # it in treasure chests
  397.     Can-Be-Found-In-Treasure-Chests: true
  398.   WalkingDead:
  399.    # Description of this mount.
  400.     Description:
  401.    - '&7&oGraaaw..'
  402.     # if true, the mount will be enabled.
  403.     Enabled: true
  404.     # if true, the description will be showed.
  405.     Show-Description: true
  406.     # if true, it'll be possible to find
  407.     # it in treasure chests
  408.     Can-Be-Found-In-Treasure-Chests: true
  409.   Snake:
  410.    # Description of this mount.
  411.     Description:
  412.    - '&7&oWatch out it may bite.'
  413.     # if true, the mount will be enabled.
  414.     Enabled: true
  415.     # if true, the description will be showed.
  416.     Show-Description: true
  417.     # if true, it'll be possible to find
  418.     # it in treasure chests
  419.     Can-Be-Found-In-Treasure-Chests: true
  420.   NyanSheep:
  421.    # Description of this mount.
  422.     Description:
  423.    - '&4&lNyan &6&lnyan &e&lnyan'
  424.     - '&a&lnyan &3&lnyan &9&lnyan'
  425.     # if true, the mount will be enabled.
  426.     Enabled: true
  427.     # if true, the description will be showed.
  428.     Show-Description: true
  429.     # if true, it'll be possible to find
  430.     # it in treasure chests
  431.     Can-Be-Found-In-Treasure-Chests: true
  432.   Dragon:
  433.    # Description of this mount.
  434.     Description:
  435.    - '&7&oBecome a dragon rider!'
  436.     # if true, the mount will be enabled.
  437.     Enabled: true
  438.     # if true, the description will be showed.
  439.     Show-Description: true
  440.     # if true, it'll be possible to find
  441.     # it in treasure chests
  442.     Can-Be-Found-In-Treasure-Chests: true
  443.   SkySquid:
  444.    # Description of this mount.
  445.     Description:
  446.    - '&7&oWat.'
  447.     # if true, the mount will be enabled.
  448.     Enabled: true
  449.     # if true, the description will be showed.
  450.     Show-Description: true
  451.     # if true, it'll be possible to find
  452.     # it in treasure chests
  453.     Can-Be-Found-In-Treasure-Chests: true
  454.   Slime:
  455.    # Description of this mount.
  456.     Description:
  457.    - '&7&oSplat Splat'
  458.     # if true, the mount will be enabled.
  459.     Enabled: true
  460.     # if true, the description will be showed.
  461.     Show-Description: true
  462.     # if true, it'll be possible to find
  463.     # it in treasure chests
  464.     Can-Be-Found-In-Treasure-Chests: true
  465.   HypeCart:
  466.    # Description of this mount.
  467.     Description:
  468.    - '&7&oNow you can be in a F1!'
  469.     # if true, the mount will be enabled.
  470.     Enabled: true
  471.     # if true, the description will be showed.
  472.     Show-Description: true
  473.     # if true, it'll be possible to find
  474.     # it in treasure chests
  475.     Can-Be-Found-In-Treasure-Chests: true
  476.   Spider:
  477.    # Description of this mount.
  478.     Description:
  479.    - '&7&oYou are the spider jockey!'
  480.     # if true, the mount will be enabled.
  481.     Enabled: true
  482.     # if true, the description will be showed.
  483.     Show-Description: true
  484.     # if true, it'll be possible to find
  485.     # it in treasure chests
  486.     Can-Be-Found-In-Treasure-Chests: true
  487. Particle-Effects:
  488.   RainCloud:
  489.    # Description of this particle effect.
  490.     Description:
  491.    - '&7&oThe weather forecast is'
  492.     - '&7&otelling me it is raining.'
  493.     # if true, the effect will be enabled.
  494.     Enabled: true
  495.     # if true, the description will be showed.
  496.     Show-Description: true
  497.     # if true, it'll be possible to find
  498.     # it in treasure chests
  499.     Can-Be-Found-In-Treasure-Chests: true
  500.   SnowCloud:
  501.    # Description of this particle effect.
  502.     Description:
  503.    - '&7&oThe weather forecast is'
  504.     - '&7&otelling me it is raining.'
  505.     # if true, the effect will be enabled.
  506.     Enabled: true
  507.     # if true, the description will be showed.
  508.     Show-Description: true
  509.     # if true, it'll be possible to find
  510.     # it in treasure chests
  511.     Can-Be-Found-In-Treasure-Chests: true
  512.   BloodHelix:
  513.    # Description of this particle effect.
  514.     Description:
  515.    - '&7&oAncient legend says this magic'
  516.     - '&7&o enpowers the blood of its user,'
  517.     - '&7&ogiving them godly powers'
  518.     # if true, the effect will be enabled.
  519.     Enabled: true
  520.     # if true, the description 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.   FrostLord:
  526.    # Description of this particle effect.
  527.     Description:
  528.    - '&7&oI am the almighty frostlord!'
  529.     # if true, the effect will be enabled.
  530.     Enabled: true
  531.     # if true, the description will be showed.
  532.     Show-Description: true
  533.     # if true, it'll be possible to find
  534.     # it in treasure chests
  535.     Can-Be-Found-In-Treasure-Chests: true
  536.   FlameRings:
  537.    # Description of this particle effect.
  538.     Description:
  539.    - '&7&oWatch out, they are hot!'
  540.     # if true, the effect will be enabled.
  541.     Enabled: true
  542.     # if true, the description will be showed.
  543.     Show-Description: true
  544.     # if true, it'll be possible to find
  545.     # it in treasure chests
  546.     Can-Be-Found-In-Treasure-Chests: true
  547.   InLove:
  548.    # Description of this particle effect.
  549.     Description:
  550.    - '&7&oOMG, I am in love!'
  551.     # if true, the effect will be enabled.
  552.     Enabled: true
  553.     # if true, the description will be showed.
  554.     Show-Description: true
  555.     # if true, it'll be possible to find
  556.     # it in treasure chests
  557.     Can-Be-Found-In-Treasure-Chests: true
  558.   GreenSparks:
  559.    # Description of this particle effect.
  560.     Description:
  561.    - '&7&oLittle green sparkly sparks!'
  562.     # if true, the effect will be enabled.
  563.     Enabled: true
  564.     # if true, the description will be showed.
  565.     Show-Description: true
  566.     # if true, it'll be possible to find
  567.     # it in treasure chests
  568.     Can-Be-Found-In-Treasure-Chests: true
  569.   FrozenWalk:
  570.    # Description of this particle effect.
  571.     Description:
  572.    - '&7&oMy feet are so cold!'
  573.     # if true, the effect will be enabled.
  574.     Enabled: true
  575.     # if true, the description will be showed.
  576.     Show-Description: true
  577.     # if true, it'll be possible to find
  578.     # it in treasure chests
  579.     Can-Be-Found-In-Treasure-Chests: true
  580.   Music:
  581.    # Description of this particle effect.
  582.     Description:
  583.    - '&7&oMuch music'
  584.     # if true, the effect will be enabled.
  585.     Enabled: true
  586.     # if true, the description will be showed.
  587.     Show-Description: true
  588.     # if true, it'll be possible to find
  589.     # it in treasure chests
  590.     Can-Be-Found-In-Treasure-Chests: true
  591.   Enchanted:
  592.    # Description of this particle effect.
  593.     Description:
  594.    - '&7&oBecome an almighty enchanter!'
  595.     # if true, the effect will be enabled.
  596.     Enabled: true
  597.     # if true, the description will be showed.
  598.     Show-Description: true
  599.     # if true, it'll be possible to find
  600.     # it in treasure chests
  601.     Can-Be-Found-In-Treasure-Chests: true
  602.   Inferno:
  603.    # Description of this particle effect.
  604.     Description:
  605.    - '&7&oEffect created by Satan himself!'
  606.     # if true, the effect will be enabled.
  607.     Enabled: true
  608.     # if true, the description will be showed.
  609.     Show-Description: true
  610.     # if true, it'll be possible to find
  611.     # it in treasure chests
  612.     Can-Be-Found-In-Treasure-Chests: true
  613.   AngelWings:
  614.    # Description of this particle effect.
  615.     Description:
  616.    - '&7&oBecome an angel!'
  617.     # if true, the effect will be enabled.
  618.     Enabled: true
  619.     # if true, the description will be showed.
  620.     Show-Description: true
  621.     # if true, it'll be possible to find
  622.     # it in treasure chests
  623.     Can-Be-Found-In-Treasure-Chests: true
  624.   SuperHero:
  625.    # Description of this particle effect.
  626.     Description:
  627.    - '&7&oBecome SuperMan!'
  628.     # if true, the effect will be enabled.
  629.     Enabled: true
  630.     # if true, the description will be showed.
  631.     Show-Description: true
  632.     # if true, it'll be possible to find
  633.     # it in treasure chests
  634.     Can-Be-Found-In-Treasure-Chests: true
  635. Hats:
  636.   Astronaut:
  637.    # description of this hat.
  638.     Description:
  639.    - '&7&oHouston, we have got a problem.'
  640.     # if true, the hat will be enabled.
  641.     Enabled: true
  642.     # if true, the description of this hat will be showed.
  643.     Show-Description: true
  644.     # if true, it'll be possible to find
  645.     # it in treasure chests
  646.     Can-Be-Found-In-Treasure-Chests: true
  647.   Scared:
  648.    # description of this hat.
  649.     Description:
  650.    - '&7&oOh gawd, that scared me!'
  651.     # if true, the hat will be enabled.
  652.     Enabled: true
  653.     # if true, the description of this hat 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.   Angel:
  659.    # description of this hat.
  660.     Description:
  661.    - '&7&oDid it hurt when you fell from heaven?'
  662.     # if true, the hat will be enabled.
  663.     Enabled: true
  664.     # if true, the description of this hat will be showed.
  665.     Show-Description: true
  666.     # if true, it'll be possible to find
  667.     # it in treasure chests
  668.     Can-Be-Found-In-Treasure-Chests: true
  669.   Embarassed:
  670.    # description of this hat.
  671.     Description:
  672.    - '&7&oI am kinda embarassed by that.'
  673.     # if true, the hat will be enabled.
  674.     Enabled: true
  675.     # if true, the description of this hat will be showed.
  676.     Show-Description: true
  677.     # if true, it'll be possible to find
  678.     # it in treasure chests
  679.     Can-Be-Found-In-Treasure-Chests: true
  680.   Kissy:
  681.    # description of this hat.
  682.     Description:
  683.    - '&7&oWanna kiss?'
  684.     # if true, the hat will be enabled.
  685.     Enabled: true
  686.     # if true, the description of this hat will be showed.
  687.     Show-Description: true
  688.     # if true, it'll be possible to find
  689.     # it in treasure chests
  690.     Can-Be-Found-In-Treasure-Chests: true
  691.   Sad:
  692.    # description of this hat.
  693.     Description:
  694.    - '&7&oI am so sad.'
  695.     # if true, the hat will be enabled.
  696.     Enabled: true
  697.     # if true, the description of this hat will be showed.
  698.     Show-Description: true
  699.     # if true, it'll be possible to find
  700.     # it in treasure chests
  701.     Can-Be-Found-In-Treasure-Chests: true
  702.   Cool:
  703.    # description of this hat.
  704.     Description:
  705.    - '&7&oI am such a cool guy.'
  706.     # if true, the hat will be enabled.
  707.     Enabled: true
  708.     # if true, the description of this hat will be showed.
  709.     Show-Description: true
  710.     # if true, it'll be possible to find
  711.     # it in treasure chests
  712.     Can-Be-Found-In-Treasure-Chests: true
  713.   Surprised:
  714.    # description of this hat.
  715.     Description:
  716.    - '&7&oWow, did not expect that!'
  717.     # if true, the hat will be enabled.
  718.     Enabled: true
  719.     # if true, the description of this hat will be showed.
  720.     Show-Description: true
  721.     # if true, it'll be possible to find
  722.     # it in treasure chests
  723.     Can-Be-Found-In-Treasure-Chests: true
  724.   Dead:
  725.    # description of this hat.
  726.     Description:
  727.    - '&7&ogot rekt'
  728.     # if true, the hat will be enabled.
  729.     Enabled: true
  730.     # if true, the description of this hat will be showed.
  731.     Show-Description: true
  732.     # if true, it'll be possible to find
  733.     # it in treasure chests
  734.     Can-Be-Found-In-Treasure-Chests: true
  735.   Crying:
  736.    # description of this hat.
  737.     Description:
  738.    - '&7&oi cri evrytiem'
  739.     # if true, the hat will be enabled.
  740.     Enabled: true
  741.     # if true, the description of this hat will be showed.
  742.     Show-Description: true
  743.     # if true, it'll be possible to find
  744.     # it in treasure chests
  745.     Can-Be-Found-In-Treasure-Chests: true
  746.   BigSmile:
  747.    # description of this hat.
  748.     Description:
  749.    - '&7&oUh, because I am really happy!'
  750.     # if true, the hat will be enabled.
  751.     Enabled: true
  752.     # if true, the description of this hat will be showed.
  753.     Show-Description: true
  754.     # if true, it'll be possible to find
  755.     # it in treasure chests
  756.     Can-Be-Found-In-Treasure-Chests: true
  757.   Wink:
  758.    # description of this hat.
  759.     Description:
  760.    - '&7&oYou know what I mean ;)'
  761.     # if true, the hat will be enabled.
  762.     Enabled: true
  763.     # if true, the description of this hat will be showed.
  764.     Show-Description: true
  765.     # if true, it'll be possible to find
  766.     # it in treasure chests
  767.     Can-Be-Found-In-Treasure-Chests: true
  768.   Derp:
  769.    # description of this hat.
  770.     Description:
  771.    - '&7&oDerp Derp Derping all around'
  772.     # if true, the hat will be enabled.
  773.     Enabled: true
  774.     # if true, the description of this hat will be showed.
  775.     Show-Description: true
  776.     # if true, it'll be possible to find
  777.     # it in treasure chests
  778.     Can-Be-Found-In-Treasure-Chests: true
  779.   Smile:
  780.    # description of this hat.
  781.     Description:
  782.    - '&7&oUh, because I am happy'
  783.     # if true, the hat will be enabled.
  784.     Enabled: true
  785.     # if true, the description of this hat will be showed.
  786.     Show-Description: true
  787.     # if true, it'll be possible to find
  788.     # it in treasure chests
  789.     Can-Be-Found-In-Treasure-Chests: true
  790.   Iron:
  791.    # description of this hat.
  792.     Description:
  793.    - '&7&oAs hard as iron!'
  794.     # if true, the hat will be enabled.
  795.     Enabled: true
  796.     # if true, the description of this hat will be showed.
  797.     Show-Description: true
  798.     # if true, it'll be possible to find
  799.     # it in treasure chests
  800.     Can-Be-Found-In-Treasure-Chests: true
  801.   Gold:
  802.    # description of this hat.
  803.     Description:
  804.    - '&7&oMy precious!'
  805.     # if true, the hat will be enabled.
  806.     Enabled: true
  807.     # if true, the description of this hat will be showed.
  808.     Show-Description: true
  809.     # if true, it'll be possible to find
  810.     # it in treasure chests
  811.     Can-Be-Found-In-Treasure-Chests: true
  812.   Diamond:
  813.    # description of this hat.
  814.     Description:
  815.    - '&7&oThis is really strong!'
  816.     # if true, the hat will be enabled.
  817.     Enabled: true
  818.     # if true, the description of this hat will be showed.
  819.     Show-Description: true
  820.     # if true, it'll be possible to find
  821.     # it in treasure chests
  822.     Can-Be-Found-In-Treasure-Chests: true
  823.   Piston:
  824.    # description of this hat.
  825.     Description:
  826.    - '&7&oHave you got the redstone?'
  827.     # if true, the hat will be enabled.
  828.     Enabled: true
  829.     # if true, the description of this hat will be showed.
  830.     Show-Description: true
  831.     # if true, it'll be possible to find
  832.     # it in treasure chests
  833.     Can-Be-Found-In-Treasure-Chests: true
  834.   CommandBlock:
  835.    # description of this hat.
  836.     Description:
  837.    - '&7&oControl the world with it!'
  838.     # if true, the hat will be enabled.
  839.     Enabled: true
  840.     # if true, the description of this hat will be showed.
  841.     Show-Description: true
  842.     # if true, it'll be possible to find
  843.     # it in treasure chests
  844.     Can-Be-Found-In-Treasure-Chests: true
  845.   Music:
  846.    # description of this hat.
  847.     Description:
  848.    - '&7&oYou are so musical.'
  849.     # if true, the hat will be enabled.
  850.     Enabled: true
  851.     # if true, the description of this hat will be showed.
  852.     Show-Description: true
  853.     # if true, it'll be possible to find
  854.     # it in treasure chests
  855.     Can-Be-Found-In-Treasure-Chests: true
  856.   Squid:
  857.    # description of this hat.
  858.     Description:
  859.    - '&7&oBloop Bloop!'
  860.     # if true, the hat will be enabled.
  861.     Enabled: true
  862.     # if true, the description of this hat will be showed.
  863.     Show-Description: true
  864.     # if true, it'll be possible to find
  865.     # it in treasure chests
  866.     Can-Be-Found-In-Treasure-Chests: true
  867.   Chicken:
  868.    # description of this hat.
  869.     Description:
  870.    - '&7&oBwwaaaaaaaaaaaakkkkk!'
  871.     # if true, the hat will be enabled.
  872.     Enabled: true
  873.     # if true, the description of this hat will be showed.
  874.     Show-Description: true
  875.     # if true, it'll be possible to find
  876.     # it in treasure chests
  877.     Can-Be-Found-In-Treasure-Chests: true
  878.   Pig:
  879.    # description of this hat.
  880.     Description:
  881.    - '&7&oOink Oink!'
  882.     # if true, the hat will be enabled.
  883.     Enabled: true
  884.     # if true, the description of this hat will be showed.
  885.     Show-Description: true
  886.     # if true, it'll be possible to find
  887.     # it in treasure chests
  888.     Can-Be-Found-In-Treasure-Chests: true
  889.   Blaze:
  890.    # description of this hat.
  891.     Description:
  892.    - '&7&oWatch out for the fire!'
  893.     # if true, the hat will be enabled.
  894.     Enabled: true
  895.     # if true, the description of this hat will be showed.
  896.     Show-Description: true
  897.     # if true, it'll be possible to find
  898.     # it in treasure chests
  899.     Can-Be-Found-In-Treasure-Chests: true
  900.   Sheep:
  901.    # description of this hat.
  902.     Description:
  903.    - '&7&oBaaaa, baa'
  904.     # if true, the hat will be enabled.
  905.     Enabled: true
  906.     # if true, the description of this hat will be showed.
  907.     Show-Description: true
  908.     # if true, it'll be possible to find
  909.     # it in treasure chests
  910.     Can-Be-Found-In-Treasure-Chests: true
  911.   Golem:
  912.    # description of this hat.
  913.     Description:
  914.    - '&7&oI am your guard.'
  915.     # if true, the hat will be enabled.
  916.     Enabled: true
  917.     # if true, the description of this hat 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.   Enderman:
  923.    # description of this hat.
  924.     Description:
  925.    - '&7&oNow I am here, now I am there.'
  926.     # if true, the hat will be enabled.
  927.     Enabled: true
  928.     # if true, the description of this hat will be showed.
  929.     Show-Description: true
  930.     # if true, it'll be possible to find
  931.     # it in treasure chests
  932.     Can-Be-Found-In-Treasure-Chests: true
  933.   Mario:
  934.    # description of this hat.
  935.     Description:
  936.    - '&7&oIt is me! Mario!'
  937.     # if true, the hat will be enabled.
  938.     Enabled: true
  939.     # if true, the description of this hat will be showed.
  940.     Show-Description: true
  941.     # if true, it'll be possible to find
  942.     # it in treasure chests
  943.     Can-Be-Found-In-Treasure-Chests: true
  944.   Luigi:
  945.    # description of this hat.
  946.     Description:
  947.    - '&7&oLuigi time!'
  948.     # if true, the hat will be enabled.
  949.     Enabled: true
  950.     # if true, the description of this hat will be showed.
  951.     Show-Description: true
  952.     # if true, it'll be possible to find
  953.     # it in treasure chests
  954.     Can-Be-Found-In-Treasure-Chests: true
  955.   Batman:
  956.    # description of this hat.
  957.     Description:
  958.    - '&7&oI am batman!'
  959.     # if true, the hat will be enabled.
  960.     Enabled: true
  961.     # if true, the description of this hat will be showed.
  962.     Show-Description: true
  963.     # if true, it'll be possible to find
  964.     # it in treasure chests
  965.     Can-Be-Found-In-Treasure-Chests: true
  966.   Chest:
  967.    # description of this hat.
  968.     Description:
  969.    - '&7&oOpen, and close'
  970.     # if true, the hat will be enabled.
  971.     Enabled: true
  972.     # if true, the description of this hat will be showed.
  973.     Show-Description: true
  974.     # if true, it'll be possible to find
  975.     # it in treasure chests
  976.     Can-Be-Found-In-Treasure-Chests: true
  977.   Skull:
  978.    # description of this hat.
  979.     Description:
  980.    - '&7&oWho iss headless now?'
  981.     # if true, the hat will be enabled.
  982.     Enabled: true
  983.     # if true, the description of this hat will be showed.
  984.     Show-Description: true
  985.     # if true, it'll be possible to find
  986.     # it in treasure chests
  987.     Can-Be-Found-In-Treasure-Chests: true
  988.   Ghost:
  989.    # description of this hat.
  990.     Description:
  991.    - '&7&o2spooky4u'
  992.     # if true, the hat will be enabled.
  993.     Enabled: true
  994.     # if true, the description of this hat will be showed.
  995.     Show-Description: true
  996.     # if true, it'll be possible to find
  997.     # it in treasure chests
  998.     Can-Be-Found-In-Treasure-Chests: true
  999.   JackOLantern:
  1000.    # description of this hat.
  1001.     Description:
  1002.    - '&7&oA little pumkin'
  1003.     # if true, the hat will be enabled.
  1004.     Enabled: true
  1005.     # if true, the description of this hat will be showed.
  1006.     Show-Description: true
  1007.     # if true, it'll be possible to find
  1008.     # it in treasure chests
  1009.     Can-Be-Found-In-Treasure-Chests: true
  1010.   ScaryClown:
  1011.    # description of this hat.
  1012.     Description:
  1013.    - '&7&oHope you are not scared of clowns.'
  1014.     # if true, the hat will be enabled.
  1015.     Enabled: true
  1016.     # if true, the description of this hat will be showed.
  1017.     Show-Description: true
  1018.     # if true, it'll be possible to find
  1019.     # it in treasure chests
  1020.     Can-Be-Found-In-Treasure-Chests: true
  1021.   Santa:
  1022.    # description of this hat.
  1023.     Description:
  1024.    - '&7&oOh oh oh! Merry Christmas!'
  1025.     # if true, the hat will be enabled.
  1026.     Enabled: true
  1027.     # if true, the description of this hat will be showed.
  1028.     Show-Description: true
  1029.     # if true, it'll be possible to find
  1030.     # it in treasure chests
  1031.     Can-Be-Found-In-Treasure-Chests: true
  1032.   Snowman:
  1033.    # description of this hat.
  1034.     Description:
  1035.    - '&7&oI don''t have a skull.. or bones'
  1036.     # if true, the hat will be enabled.
  1037.     Enabled: true
  1038.     # if true, the description of this hat will be showed.
  1039.     Show-Description: true
  1040.     # if true, it'll be possible to find
  1041.     # it in treasure chests
  1042.     Can-Be-Found-In-Treasure-Chests: true
  1043.   Present:
  1044.    # description of this hat.
  1045.     Description:
  1046.    - '&7&oFrom Santa, to you!'
  1047.     # if true, the hat will be enabled.
  1048.     Enabled: true
  1049.     # if true, the description of this hat will be showed.
  1050.     Show-Description: true
  1051.     # if true, it'll be possible to find
  1052.     # it in treasure chests
  1053.     Can-Be-Found-In-Treasure-Chests: true
  1054.   Elf:
  1055.    # description of this hat.
  1056.     Description:
  1057.    - '&7&oI work for Santa!'
  1058.     # if true, the hat will be enabled.
  1059.     Enabled: true
  1060.     # if true, the description of this hat will be showed.
  1061.     Show-Description: true
  1062.     # if true, it'll be possible to find
  1063.     # it in treasure chests
  1064.     Can-Be-Found-In-Treasure-Chests: true
  1065. Gadgets:
  1066.   PaintballGun:
  1067.     Cooldown: 0.20000000298023224
  1068.     # Description of this gadget.
  1069.     Description:
  1070.    - '&7&oPEW PEW PEW PEW!!'
  1071.     # if true, the gadget will be enabled.
  1072.     Enabled: true
  1073.     # if true, the description of gadget will be showed.
  1074.     Show-Description: true
  1075.     # if true, it'll be possible to find
  1076.     # it in treasure chests
  1077.     Can-Be-Found-In-Treasure-Chests: true
  1078.     # With what block will it paint?
  1079.     Block-Type: STAINED_CLAY
  1080.     Particle:
  1081.      # Should it display particles?
  1082.       Enabled: false
  1083.       # what particles? (List: http://pastebin.com/CVKkufck)
  1084.       Effect: FIREWORKS_SPARK
  1085.     # The radius of painting.
  1086.     Radius: 2
  1087.     # A list of the blocks that
  1088.     # can't be painted.
  1089.     BlackList:
  1090.    - REDSTONE_BLOCK
  1091.   BatBlaster:
  1092.     Cooldown: 7.0
  1093.     # Description of this gadget.
  1094.     Description:
  1095.    - '&7&oLaunch waves of annoying bats'
  1096.     - '&7&oto people you do not like!'
  1097.     # if true, the gadget will be enabled.
  1098.     Enabled: true
  1099.     # if true, the description of gadget 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.   Chickenator:
  1105.     Cooldown: 2.0
  1106.     # Description of this gadget.
  1107.     Description:
  1108.    - '&7&oShoot, boom, KFC'
  1109.     # if true, the gadget will be enabled.
  1110.     Enabled: true
  1111.     # if true, the description of gadget will be showed.
  1112.     Show-Description: true
  1113.     # if true, it'll be possible to find
  1114.     # it in treasure chests
  1115.     Can-Be-Found-In-Treasure-Chests: true
  1116.   MelonThrower:
  1117.     Cooldown: 1.5
  1118.     # Description of this gadget.
  1119.     Description:
  1120.    - '&7&oDeliciously fun!'
  1121.     - '&7&oEat the melon slices for a'
  1122.     - '&7&otemporary speed boost!'
  1123.     # if true, the gadget will be enabled.
  1124.     Enabled: true
  1125.     # if true, the description of gadget will be showed.
  1126.     Show-Description: true
  1127.     # if true, it'll be possible to find
  1128.     # it in treasure chests
  1129.     Can-Be-Found-In-Treasure-Chests: true
  1130.   EtherealPearl:
  1131.     Cooldown: 3.0
  1132.     # Description of this gadget.
  1133.     Description:
  1134.    - '&7&oTake a ride through the skies'
  1135.     - '&7&oon your very own Ethereal Pearl!'
  1136.     # if true, the gadget will be enabled.
  1137.     Enabled: true
  1138.     # if true, the description of gadget will be showed.
  1139.     Show-Description: true
  1140.     # if true, it'll be possible to find
  1141.     # it in treasure chests
  1142.     Can-Be-Found-In-Treasure-Chests: true
  1143.   DiscoBall:
  1144.     Cooldown: 60.0
  1145.     # Description of this gadget.
  1146.     Description:
  1147.    - '&7&oJust, dance!'
  1148.     # if true, the gadget will be enabled.
  1149.     Enabled: true
  1150.     # if true, the description of gadget will be showed.
  1151.     Show-Description: true
  1152.     # if true, it'll be possible to find
  1153.     # it in treasure chests
  1154.     Can-Be-Found-In-Treasure-Chests: true
  1155.   ColorBomb:
  1156.     Cooldown: 30.0
  1157.     # Description of this gadget.
  1158.     Description:
  1159.    - '&7&oA colorful bomb!'
  1160.     # if true, the gadget will be enabled.
  1161.     Enabled: true
  1162.     # if true, the description of gadget will be showed.
  1163.     Show-Description: true
  1164.     # if true, it'll be possible to find
  1165.     # it in treasure chests
  1166.     Can-Be-Found-In-Treasure-Chests: true
  1167.   FleshHook:
  1168.     Cooldown: 2.0
  1169.     # Description of this gadget.
  1170.     Description:
  1171.    - '&7&oMake new friends by throwing a hook'
  1172.     - '&7&ointo their face and pulling them'
  1173.     - '&7&otowards you!'
  1174.     # if true, the gadget will be enabled.
  1175.     Enabled: true
  1176.     # if true, the description of gadget 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.   PortalGun:
  1182.     Cooldown: 1.0
  1183.     # Description of this gadget.
  1184.     Description:
  1185.    - '&7&oMomentum, a function of mass and velocity,'
  1186.     - '&7&ois converved between portals. In layman''s terms,'
  1187.     - '&7&ospeedy thing goes in, speedy thing goes out.'
  1188.     # if true, the gadget will be enabled.
  1189.     Enabled: true
  1190.     # if true, the description of gadget will be showed.
  1191.     Show-Description: true
  1192.     # if true, it'll be possible to find
  1193.     # it in treasure chests
  1194.     Can-Be-Found-In-Treasure-Chests: true
  1195.   BlizzardBlaster:
  1196.     Cooldown: 5.0
  1197.     # Description of this gadget.
  1198.     Description:
  1199.    - '&7&oLet it go!'
  1200.     # if true, the gadget will be enabled.
  1201.     Enabled: true
  1202.     # if true, the description of gadget will be showed.
  1203.     Show-Description: true
  1204.     # if true, it'll be possible to find
  1205.     # it in treasure chests
  1206.     Can-Be-Found-In-Treasure-Chests: true
  1207.   ThorHammer:
  1208.     Cooldown: 4.0
  1209.     # Description of this gadget.
  1210.     Description:
  1211.    - '&7&oGet the real Mj??lnir!'
  1212.     # if true, the gadget will be enabled.
  1213.     Enabled: true
  1214.     # if true, the description of gadget will be showed.
  1215.     Show-Description: true
  1216.     # if true, it'll be possible to find
  1217.     # it in treasure chests
  1218.     Can-Be-Found-In-Treasure-Chests: true
  1219.   SmashDown:
  1220.     Cooldown: 15.0
  1221.     # Description of this gadget.
  1222.     Description:
  1223.    - '&7&oSmash the ground like Hulk!'
  1224.     # if true, the gadget will be enabled.
  1225.     Enabled: true
  1226.     # if true, the description of gadget will be showed.
  1227.     Show-Description: true
  1228.     # if true, it'll be possible to find
  1229.     # it in treasure chests
  1230.     Can-Be-Found-In-Treasure-Chests: true
  1231.   ExplosiveSheep:
  1232.     Cooldown: 40.0
  1233.     # Description of this gadget.
  1234.     Description:
  1235.    - '&7&oAre you sure it is supposed'
  1236.     - '&7&oto flicker like that?'
  1237.     # if true, the gadget will be enabled.
  1238.     Enabled: true
  1239.     # if true, the description of gadget will be showed.
  1240.     Show-Description: true
  1241.     # if true, it'll be possible to find
  1242.     # it in treasure chests
  1243.     Can-Be-Found-In-Treasure-Chests: true
  1244.   AntiGravity:
  1245.     Cooldown: 30.0
  1246.     # Description of this gadget.
  1247.     Description:
  1248.    - '&7&oIf you do not like gravity'
  1249.     - '&7&oThis gadget is made for you!'
  1250.     # if true, the gadget will be enabled.
  1251.     Enabled: true
  1252.     # if true, the description of gadget will be showed.
  1253.     Show-Description: true
  1254.     # if true, it'll be possible to find
  1255.     # it in treasure chests
  1256.     Can-Be-Found-In-Treasure-Chests: true
  1257.   Tsunami:
  1258.     Cooldown: 10.0
  1259.     # Description of this gadget.
  1260.     Description:
  1261.    - '&9&oTSUNAMI'
  1262.     - '&7&oJump!'
  1263.     - '&7&oLet''s go!'
  1264.     # if true, the gadget will be enabled.
  1265.     Enabled: true
  1266.     # if true, the description of gadget will be showed.
  1267.     Show-Description: true
  1268.     # if true, it'll be possible to find
  1269.     # it in treasure chests
  1270.     Can-Be-Found-In-Treasure-Chests: true
  1271.   Rocket:
  1272.     Cooldown: 60.0
  1273.     # Description of this gadget.
  1274.     Description:
  1275.    - '&7&oHouston, we have got a problem.'
  1276.     # if true, the gadget will be enabled.
  1277.     Enabled: true
  1278.     # if true, the description of gadget will be showed.
  1279.     Show-Description: true
  1280.     # if true, it'll be possible to find
  1281.     # it in treasure chests
  1282.     Can-Be-Found-In-Treasure-Chests: true
  1283.   BlackHole:
  1284.     Cooldown: 45.0
  1285.     # Description of this gadget.
  1286.     Description:
  1287.    - '&7&oDo not get caught in it...'
  1288.     # if true, the gadget will be enabled.
  1289.     Enabled: true
  1290.     # if true, the description of gadget will be showed.
  1291.     Show-Description: true
  1292.     # if true, it'll be possible to find
  1293.     # it in treasure chests
  1294.     Can-Be-Found-In-Treasure-Chests: true
  1295.   TNT:
  1296.     Cooldown: 1.0
  1297.     # Description of this gadget.
  1298.     Description:
  1299.    - '&7&oBlow some people up!'
  1300.     - '&7&oKABOOM!'
  1301.     # if true, the gadget will be enabled.
  1302.     Enabled: true
  1303.     # if true, the description of gadget will be showed.
  1304.     Show-Description: true
  1305.     # if true, it'll be possible to find
  1306.     # it in treasure chests
  1307.     Can-Be-Found-In-Treasure-Chests: true
  1308.   FunGun:
  1309.     Cooldown: 2.0
  1310.     # Description of this gadget.
  1311.     Description:
  1312.    - '&7&oWow! So much fun in a gun!'
  1313.     # if true, the gadget will be enabled.
  1314.     Enabled: true
  1315.     # if true, the description of gadget will be showed.
  1316.     Show-Description: true
  1317.     # if true, it'll be possible to find
  1318.     # it in treasure chests
  1319.     Can-Be-Found-In-Treasure-Chests: true
  1320.   QuakeGun:
  1321.     Cooldown: 5.0
  1322.     # Description of this gadget.
  1323.     Description:
  1324.    - '&7&oGet a real Rail Gun and'
  1325.     - '&7&oStrike players and mobs!'
  1326.     # if true, the gadget will be enabled.
  1327.     Enabled: true
  1328.     # if true, the description of gadget will be showed.
  1329.     Show-Description: true
  1330.     # if true, it'll be possible to find
  1331.     # it in treasure chests
  1332.     Can-Be-Found-In-Treasure-Chests: true
  1333.   Parachute:
  1334.     Cooldown: 45.0
  1335.     # Description of this gadget.
  1336.     Description:
  1337.    - '&7&oGeronimo!'
  1338.     # if true, the gadget will be enabled.
  1339.     Enabled: true
  1340.     # if true, the description of gadget will be showed.
  1341.     Show-Description: true
  1342.     # if true, it'll be possible to find
  1343.     # it in treasure chests
  1344.     Can-Be-Found-In-Treasure-Chests: true
  1345.   GhostParty:
  1346.     Cooldown: 45.0
  1347.     # Description of this gadget.
  1348.     Description:
  1349.    - '&7&oWho Ya Gonna Call?'
  1350.     - '&f&lGHOST &4&lBUSTERS'
  1351.     # if true, the gadget will be enabled.
  1352.     Enabled: true
  1353.     # if true, the description of gadget 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.   Firework:
  1359.     Cooldown: 0.1
  1360.     # Description of this gadget.
  1361.     Description:
  1362.    - '&7&oNeed to celebrate?'
  1363.     - '&7&oUse fireworks'
  1364.     # if true, the gadget will be enabled.
  1365.     Enabled: true
  1366.     # if true, the description of gadget will be showed.
  1367.     Show-Description: true
  1368.     # if true, it'll be possible to find
  1369.     # it in treasure chests
  1370.     Can-Be-Found-In-Treasure-Chests: true
  1371.   Bat:
  1372.    # Description of this Morph.
  1373.     Description:
  1374.    - '&7&oBecome a bat!'
  1375.   Blaze:
  1376.    # Description of this Morph.
  1377.     Description:
  1378.    - '&7&oIt might be hot on there..'
  1379.   Slime:
  1380.    # Description of this Morph.
  1381.     Description:
  1382.    - '&7&oSplat splat!'
  1383.   Enderman:
  1384.    # Description of this Morph.
  1385.     Description:
  1386.    - '&7&oI go from there to'
  1387.     - '&7&o there, then you lost me.'
  1388.   Chicken:
  1389.    # Description of this Morph.
  1390.     Description:
  1391.    - '&7&oPoor chicken!'
  1392.   Pig:
  1393.    # Description of this Morph.
  1394.     Description:
  1395.    - '&7&oMust hold your carrot!'
  1396.   Creeper:
  1397.    # Description of this Morph.
  1398.     Description:
  1399.    - '&7&oNice housssssssse you got! Sssssssh'
  1400.   WitherSkeleton:
  1401.    # Description of this Morph.
  1402.     Description:
  1403.    - '&7&oJust a regular skeleton'
  1404.     - '&7&obut from the Nether!'
  1405. Morphs:
  1406.   Bat:
  1407.    # if true, the morph will be enabled.
  1408.     Enabled: true
  1409.     # if true, the description of this morph will be showed.
  1410.     Show-Description: true
  1411.     # if true, it'll be possible to find
  1412.     # it in treasure chests
  1413.     Can-Be-Found-In-Treasure-Chests: true
  1414.   Blaze:
  1415.    # if true, the morph will be enabled.
  1416.     Enabled: true
  1417.     # if true, the description of this morph will be showed.
  1418.     Show-Description: true
  1419.     # if true, it'll be possible to find
  1420.     # it in treasure chests
  1421.     Can-Be-Found-In-Treasure-Chests: true
  1422.   Slime:
  1423.    # if true, the morph will be enabled.
  1424.     Enabled: true
  1425.     # if true, the description of this morph will be showed.
  1426.     Show-Description: true
  1427.     # if true, it'll be possible to find
  1428.     # it in treasure chests
  1429.     Can-Be-Found-In-Treasure-Chests: true
  1430.   Enderman:
  1431.    # if true, the morph will be enabled.
  1432.     Enabled: true
  1433.     # if true, the description of this morph will be showed.
  1434.     Show-Description: true
  1435.     # if true, it'll be possible to find
  1436.     # it in treasure chests
  1437.     Can-Be-Found-In-Treasure-Chests: true
  1438.   Chicken:
  1439.    # if true, the morph will be enabled.
  1440.     Enabled: true
  1441.     # if true, the description of this morph 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.    # if true, the morph will be enabled.
  1448.     Enabled: true
  1449.     # if true, the description of this morph will be showed.
  1450.     Show-Description: true
  1451.     # if true, it'll be possible to find
  1452.     # it in treasure chests
  1453.     Can-Be-Found-In-Treasure-Chests: true
  1454.   Creeper:
  1455.    # if true, the morph will be enabled.
  1456.     Enabled: true
  1457.     # if true, the description of this morph will be showed.
  1458.     Show-Description: true
  1459.     # if true, it'll be possible to find
  1460.     # it in treasure chests
  1461.     Can-Be-Found-In-Treasure-Chests: true
  1462.   WitherSkeleton:
  1463.    # if true, the morph will be enabled.
  1464.     Enabled: true
  1465.     # if true, the description of this morph will be showed.
  1466.     Show-Description: true
  1467.     # if true, it'll be possible to find
  1468.     # it in treasure chests
  1469.     Can-Be-Found-In-Treasure-Chests: true
Add Comment
Please, Sign In to add comment