Guest User

WC UltraCosmetics1

a guest
Jun 26th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 66.39 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: false
  10.   Hats: true
  11.   Suits: true
  12.   Emotes: true
  13. # Other settings for categories:
  14. # - The Item in Main Menu.
  15. # - Do you want a BackToMainMenu Arrow in it?
  16. Categories:
  17.   Gadgets:
  18.     Main-Menu-Item: '409:0'
  19.     Go-Back-Arrow: true
  20.     # You wanna show the cooldown of current gadget in actionbar?
  21.     Cooldown-In-ActionBar: true
  22.   Particle-Effects:
  23.     Main-Menu-Item: '399:0'
  24.     Go-Back-Arrow: true
  25.   Mounts:
  26.     Main-Menu-Item: '329:0'
  27.     Go-Back-Arrow: true
  28.   Pets:
  29.     Main-Menu-Item: '352:0'
  30.     Go-Back-Arrow: true
  31.   Morphs:
  32.     Main-Menu-Item: '334:0'
  33.     Go-Back-Arrow: true
  34.   Hats:
  35.     Main-Menu-Item: '314:0'
  36.     Go-Back-Arrow: true
  37.   Suits:
  38.     Main-Menu-Item: '299:0'
  39.     Go-Back-Arrow: true
  40.   Emotes:
  41.     Go-Back-Arrow: true
  42.   Clear-Cosmetic-Item: '152:0'
  43.   # Previous Page Item
  44.   Previous-Page-Item: '368:0'
  45.   # Next Page Item
  46.   Next-Page-Item: '381:0'
  47.   # Back to Main Menu Item
  48.   Back-Main-Menu-Item: '262:0'
  49.   Self-View-Item:
  50.    # Item in Morphs Menu when Self View enabled.
  51.     When-Enabled: '381:0'
  52.     # Item in Morphs Menu when Self View disabled.
  53.     When-Disabled: '368:0'
  54.   Gadgets-Item:
  55.    # Item in Gadgets Menu when Gadgets enabled.
  56.     When-Enabled: '351:10'
  57.     # Item in Gadgets Menu when Gadgets disabled.
  58.     When-Disabled: '351:8'
  59.   # Item in Pets Menu to rename current pet.
  60.   Rename-Pet-Item: '421:0'
  61.   # Should GUI close after selecting a cosmetic?
  62.   Close-GUI-After-Select: true
  63.   Back-To-Main-Menu-Custom-Command:
  64.     Enabled: false
  65.     Command: cc open custommenu.yml {player}
  66. # Treasure Chests Settings.
  67. # /uc reload will not be enough to toggle them!
  68. #
  69. # NOTE: Money will be given
  70. #       to player even if disabled in case
  71. #       there is nothing to give!
  72. #
  73. #
  74. # About Treasure Chests designs:
  75. # For a list of effect: http://pastebin.com/CVKkufck
  76. # For the chest-types: NORMAL or ENDER
  77. # Material syntax: 'id:data'
  78. # You CAN make more designs just copy one, paste it and modify.
  79. # Not twice same name!
  80. #
  81. # Some infos:
  82. # center-block: The block on the center.
  83. # around-center: Blocks around the center
  84. # third-blocks: blocks "around around" the center.
  85. # below-chests: Block below the chests.
  86. # barriers: the barrier.
  87. # chest-type: The chest type (NORMAL or ENDER)
  88. # effect: The effect (complete list: http://pastebin.com/CVKkufck)
  89. #
  90. # For permission command:
  91. # Change it to correspond to your Permissions plugin!
  92. # Default one is Pex's.
  93. #
  94. TreasureChests:
  95.   Enabled: true
  96.   Key-Price: 1000
  97.   Loots:
  98.     Money:
  99.       Enabled: true
  100.       Max: 250
  101.       Chance: 15
  102.       Message:
  103.         enabled: false
  104.         message: '%prefix% &6Игрок &e%name% &6нашёл &e%money%$'
  105.     Gadgets-Ammo:
  106.       Enabled: true
  107.       Min: 20
  108.       Max: 100
  109.       Chance: 50
  110.       Message:
  111.         enabled: false
  112.         message: '%prefix% &6Игрок &e%name% &6нашёл &e%ammo% &6патронов для &e%gadget%'
  113.     Gadgets:
  114.       Enabled: true
  115.       Chance: 10
  116.       Message:
  117.         enabled: false
  118.         message: '%prefix% &6Игрок &e%name% &6нашёл гаджет &e%gadget%'
  119.     Mounts:
  120.       Enabled: true
  121.       Chance: 5
  122.       Message:
  123.         enabled: true
  124.         message: '%prefix% &6Игрок &e%name%&6 нашёл ездового питомца &e%mount%&6!'
  125.     Pets:
  126.       Enabled: true
  127.       Chance: 5
  128.       Message:
  129.         enabled: false
  130.         message: '%prefix% &6Игрок &e%name% &6нашёл питомца &e%pet%'
  131.     Morphs:
  132.       Enabled: false
  133.       Chance: 5
  134.       Message:
  135.         enabled: false
  136.         message: '%prefix% &6Игрок &e%name% &6нашёл перевоплощение &e%morph%'
  137.     Effects:
  138.       Enabled: true
  139.       Chance: 5
  140.       Message:
  141.         enabled: false
  142.         message: '%prefix% &6Игрок &e%name% &6нашёл эффект &e%effect%'
  143.     Hats:
  144.       Enabled: true
  145.       Chance: 10
  146.       Message:
  147.         enabled: false
  148.         message: '%prefix% &6Игрок &e%name% &6нашёл шляпу &e%hat%'
  149.     Suits:
  150.       Enabled: true
  151.       Chance: 5
  152.       Message:
  153.         enabled: false
  154.         message: '%prefix% &6Игрок &e%name%&6 нашёл одежду &e%suit%'
  155.     Emotes:
  156.       Enabled: true
  157.       Chance: 10
  158.       Message:
  159.         enabled: false
  160.         message: '%prefix% &6Игрок &e%name%&6 нашёл эмоцию &e%emote%'
  161.   Designs:
  162.     Classic:
  163.       center-block: '169:0'
  164.       around-center: '5:0'
  165.       third-blocks: '5:1'
  166.       below-chests: '17:0'
  167.       barriers: '85:0'
  168.       chest-type: NORMAL
  169.       effect: FLAME
  170.     Modern:
  171.       center-block: '169:0'
  172.       around-center: '159:11'
  173.       third-blocks: '155:0'
  174.       below-chests: '159:11'
  175.       barriers: '160:3'
  176.       chest-type: ENDER
  177.       effect: REDSTONE
  178.     Nether:
  179.       center-block: '89:0'
  180.       around-center: '88:0'
  181.       third-blocks: '87:0'
  182.       below-chests: '112:0'
  183.       barriers: '113:0'
  184.       chest-type: NORMAL
  185.       effect: SMOKE_NORMAL
  186.   Permission-Add-Command: lp user %name% permission set %permission%
  187. # This option will fill the blank slots of inventories
  188. # with a custom item!
  189. Fill-Blank-Slots-With-Item:
  190.   Enabled: false
  191.   Item: '160:15'
  192. # Toggle this to allow players to rename pets.
  193. #
  194. # Permission-Required:
  195. # If true, the permission:
  196. # ultracosmetics.pets.rename
  197. # will be required to rename a pet.
  198. #
  199. # Requires Money:
  200. # If true, money will be required
  201. # to rename a pet.
  202. Pets-Rename:
  203.   Enabled: false
  204.   Permission-Required: false
  205.   Requires-Money:
  206.     Enabled: true
  207.     Price: 100
  208. # Do pets drop items? (not pickable up by players)
  209. Pets-Drop-Items: true
  210. # Are pets babies?
  211. Pets-Are-Babies: true
  212. # Do you want the mounts
  213. # that normally make block trails
  214. # to do so?
  215. Mounts-Block-Trails: true
  216. # This option allows to use ammo
  217. # for gadgets, for limited uses.
  218. # Ammo can be given with /uc give ammo
  219. # or bought from menu when activating gadget.
  220. #
  221. # For the system: 'file' or 'mysql'
  222. #
  223. # If you set mysql, please fill the MySQL infos.
  224. Ammo-System-For-Gadgets:
  225.   Enabled: true
  226.   System: mysql
  227.   MySQL:
  228.     hostname: localhost
  229.     username: root
  230.     password: 4-TtQvBj%vsDYL25Z9=M%UMvm6_FEqyv
  231.     port: '3306'
  232.     database: users
  233.   # Do you want that in the gadgets menu
  234.   # each gadget item has an amount
  235.   # corresponding to your ammo.
  236.   Show-Ammo-In-Menu-As-Item-Amount: true
  237. # The menu item settings.
  238. #
  239. # List for type: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
  240. Menu-Item:
  241.   Give-On-Join: false
  242.   Give-On-Respawn: false
  243.   Slot: 2
  244.   Type: ENDER_CHEST
  245.   Data: 1
  246.   Displayname: '&dПеревоплощения'
  247. # Settings related to permissions.
  248. #
  249. # List for "Type" https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
  250. No-Permission:
  251.   Show-In-Lore: true
  252.   Lore-Message-Yes: '&a&oПолучено.'
  253.   Lore-Message-No: '&c&oНе получено.'
  254.   Dont-Show-Item: false
  255.   Custom-Item:
  256.     enabled: false
  257.     Type: INK_SACK
  258.     Data: 8
  259.     Name: '&c{cosmetic-name}'
  260.     Lore:
  261.    - ''
  262.     - '&cУ Вас нет прав на это действие.'
  263.     - ''
  264. # If set to true, in messages the cosmetics' names
  265. # won't be colored.
  266. # Example:
  267. # With true: &aYou activated &9Paintball Gun!
  268. # With false: &aYou activated Paintball Gun!
  269. Chat-Cosmetic-PlaceHolder-Color: true
  270. # What is the slot for gadgets?
  271. Gadget-Slot: 3
  272. # If toggled to true,
  273. # players will be able to remove
  274. # their current gadget by pressing
  275. # their drop key.
  276. Remove-Gadget-With-Drop: true
  277. # List of the worlds
  278. # where cosmetics are enabled!
  279. Enabled-Worlds:
  280. - world
  281. Gadgets:
  282.   BatBlaster:
  283.    # Description of this cosmetic.
  284.     Description:
  285.    - '&9Выстрели волной летучих мышей!'
  286.     Cooldown: 8.0
  287.     # Should it affect players? (Velocity, etc.)
  288.     Affect-Players: true
  289.     # if true, the gadget will be enabled.
  290.     Enabled: true
  291.     # if true, the description of gadget will be showed.
  292.     Show-Description: true
  293.     # if true, it'll be possible to find
  294.     # it in treasure chests
  295.     Can-Be-Found-In-Treasure-Chests: true
  296.     Ammo:
  297.      # You want this gadget to need ammo?
  298.       Enabled: true
  299.       # What price for the ammo?
  300.       Price: 100
  301.       # And how much ammo is given
  302.       # when bought?
  303.       Result-Amount: 15
  304.   Chickenator:
  305.    # Description of this cosmetic.
  306.     Description:
  307.    - '&9Выстрел, бах, МакДональдс.'
  308.     Cooldown: 6.0
  309.     # Should it affect players? (Velocity, etc.)
  310.     Affect-Players: true
  311.     # if true, the gadget will be enabled.
  312.     Enabled: true
  313.     # if true, the description of gadget will be showed.
  314.     Show-Description: true
  315.     # if true, it'll be possible to find
  316.     # it in treasure chests
  317.     Can-Be-Found-In-Treasure-Chests: true
  318.     Ammo:
  319.      # You want this gadget to need ammo?
  320.       Enabled: true
  321.       # What price for the ammo?
  322.       Price: 100
  323.       # And how much ammo is given
  324.       # when bought?
  325.       Result-Amount: 15
  326.   ColorBomb:
  327.    # Description of this cosmetic.
  328.     Description:
  329.    - '&9Бомба из разноцветной шерсти.'
  330.     Cooldown: 25.0
  331.     # Should it affect players? (Velocity, etc.)
  332.     Affect-Players: true
  333.     # if true, the gadget will be enabled.
  334.     Enabled: true
  335.     # if true, the description of gadget will be showed.
  336.     Show-Description: true
  337.     # if true, it'll be possible to find
  338.     # it in treasure chests
  339.     Can-Be-Found-In-Treasure-Chests: true
  340.     Ammo:
  341.      # You want this gadget to need ammo?
  342.       Enabled: true
  343.       # What price for the ammo?
  344.       Price: 100
  345.       # And how much ammo is given
  346.       # when bought?
  347.       Result-Amount: 15
  348.   DiscoBall:
  349.    # Description of this cosmetic.
  350.     Description:
  351.    - '&9Танцуют все!'
  352.     Cooldown: 45.0
  353.     # Should it affect players? (Velocity, etc.)
  354.     Affect-Players: true
  355.     # if true, the gadget will be enabled.
  356.     Enabled: true
  357.     # if true, the description of gadget will be showed.
  358.     Show-Description: true
  359.     # if true, it'll be possible to find
  360.     # it in treasure chests
  361.     Can-Be-Found-In-Treasure-Chests: true
  362.     Ammo:
  363.      # You want this gadget to need ammo?
  364.       Enabled: true
  365.       # What price for the ammo?
  366.       Price: 100
  367.       # And how much ammo is given
  368.       # when bought?
  369.       Result-Amount: 15
  370.   EtherealPearl:
  371.    # Description of this cosmetic.
  372.     Description:
  373.    - '&9Прокатись по небу!'
  374.     Cooldown: 2.0
  375.     # Should it affect players? (Velocity, etc.)
  376.     Affect-Players: true
  377.     # if true, the gadget will be enabled.
  378.     Enabled: true
  379.     # if true, the description of gadget will be showed.
  380.     Show-Description: true
  381.     # if true, it'll be possible to find
  382.     # it in treasure chests
  383.     Can-Be-Found-In-Treasure-Chests: true
  384.     Ammo:
  385.      # You want this gadget to need ammo?
  386.       Enabled: true
  387.       # What price for the ammo?
  388.       Price: 100
  389.       # And how much ammo is given
  390.       # when bought?
  391.       Result-Amount: 15
  392.   FleshHook:
  393.    # Description of this cosmetic.
  394.     Description:
  395.    - '&9Притяни игрока к себе!'
  396.     Cooldown: 5.0
  397.     # Should it affect players? (Velocity, etc.)
  398.     Affect-Players: true
  399.     # if true, the gadget will be enabled.
  400.     Enabled: true
  401.     # if true, the description of gadget will be showed.
  402.     Show-Description: true
  403.     # if true, it'll be possible to find
  404.     # it in treasure chests
  405.     Can-Be-Found-In-Treasure-Chests: true
  406.     Ammo:
  407.      # You want this gadget to need ammo?
  408.       Enabled: true
  409.       # What price for the ammo?
  410.       Price: 100
  411.       # And how much ammo is given
  412.       # when bought?
  413.       Result-Amount: 15
  414.   MelonThrower:
  415.    # Description of this cosmetic.
  416.     Description:
  417.    - '&9Деликатесное веселье. :)'
  418.     Cooldown: 2.0
  419.     # Should it affect players? (Velocity, etc.)
  420.     Affect-Players: true
  421.     # if true, the gadget will be enabled.
  422.     Enabled: true
  423.     # if true, the description of gadget will be showed.
  424.     Show-Description: true
  425.     # if true, it'll be possible to find
  426.     # it in treasure chests
  427.     Can-Be-Found-In-Treasure-Chests: true
  428.     Ammo:
  429.      # You want this gadget to need ammo?
  430.       Enabled: true
  431.       # What price for the ammo?
  432.       Price: 100
  433.       # And how much ammo is given
  434.       # when bought?
  435.       Result-Amount: 15
  436.   BlizzardBlaster:
  437.    # Description of this cosmetic.
  438.     Description:
  439.    - '&9Если зима за горами.'
  440.     Cooldown: 12.0
  441.     # Should it affect players? (Velocity, etc.)
  442.     Affect-Players: true
  443.     # if true, the gadget will be enabled.
  444.     Enabled: true
  445.     # if true, the description of gadget will be showed.
  446.     Show-Description: true
  447.     # if true, it'll be possible to find
  448.     # it in treasure chests
  449.     Can-Be-Found-In-Treasure-Chests: true
  450.     Ammo:
  451.      # You want this gadget to need ammo?
  452.       Enabled: true
  453.       # What price for the ammo?
  454.       Price: 100
  455.       # And how much ammo is given
  456.       # when bought?
  457.       Result-Amount: 15
  458.   PortalGun:
  459.    # Description of this cosmetic.
  460.     Description:
  461.    - '&9Порталы как в Portal. :D'
  462.     Cooldown: 2.0
  463.     # Should it affect players? (Velocity, etc.)
  464.     Affect-Players: true
  465.     # if true, the gadget will be enabled.
  466.     Enabled: true
  467.     # if true, the description of gadget will be showed.
  468.     Show-Description: true
  469.     # if true, it'll be possible to find
  470.     # it in treasure chests
  471.     Can-Be-Found-In-Treasure-Chests: true
  472.     Ammo:
  473.      # You want this gadget to need ammo?
  474.       Enabled: true
  475.       # What price for the ammo?
  476.       Price: 100
  477.       # And how much ammo is given
  478.       # when bought?
  479.       Result-Amount: 15
  480.   ExplosiveSheep:
  481.    # Description of this cosmetic.
  482.     Description:
  483.    - '&9Овечьи дни!'
  484.     Cooldown: 25.0
  485.     # Should it affect players? (Velocity, etc.)
  486.     Affect-Players: true
  487.     # if true, the gadget will be enabled.
  488.     Enabled: true
  489.     # if true, the description of gadget will be showed.
  490.     Show-Description: true
  491.     # if true, it'll be possible to find
  492.     # it in treasure chests
  493.     Can-Be-Found-In-Treasure-Chests: true
  494.     Ammo:
  495.      # You want this gadget to need ammo?
  496.       Enabled: true
  497.       # What price for the ammo?
  498.       Price: 100
  499.       # And how much ammo is given
  500.       # when bought?
  501.       Result-Amount: 15
  502.   PaintballGun:
  503.    # Description of this cosmetic.
  504.     Description:
  505.    - '&9ПИУ ПИУ ПИИУ!'
  506.     Cooldown: 0.2
  507.     # Should it affect players? (Velocity, etc.)
  508.     Affect-Players: true
  509.     # if true, the gadget will be enabled.
  510.     Enabled: true
  511.     # if true, the description of gadget will be showed.
  512.     Show-Description: true
  513.     # if true, it'll be possible to find
  514.     # it in treasure chests
  515.     Can-Be-Found-In-Treasure-Chests: true
  516.     # With what block will it paint?
  517.     Block-Type: STAINED_CLAY
  518.     Particle:
  519.      # Should it display particles?
  520.       Enabled: false
  521.       # what particles? (List: http://pastebin.com/CVKkufck)
  522.       Effect: FIREWORKS_SPARK
  523.     # The radius of painting.
  524.     Radius: 2
  525.     # A list of the blocks that
  526.     # can't be painted.
  527.     BlackList:
  528.    - REDSTONE_BLOCK
  529.     Ammo:
  530.      # You want this gadget to need ammo?
  531.       Enabled: true
  532.       # What price for the ammo?
  533.       Price: 100
  534.       # And how much ammo is given
  535.       # when bought?
  536.       Result-Amount: 15
  537.   ThorHammer:
  538.    # Description of this cosmetic.
  539.     Description:
  540.    - '&9М-м, ты качаешься?'
  541.     Cooldown: 8.0
  542.     # Should it affect players? (Velocity, etc.)
  543.     Affect-Players: true
  544.     # if true, the gadget will be enabled.
  545.     Enabled: true
  546.     # if true, the description of gadget will be showed.
  547.     Show-Description: true
  548.     # if true, it'll be possible to find
  549.     # it in treasure chests
  550.     Can-Be-Found-In-Treasure-Chests: true
  551.     Ammo:
  552.      # You want this gadget to need ammo?
  553.       Enabled: true
  554.       # What price for the ammo?
  555.       Price: 100
  556.       # And how much ammo is given
  557.       # when bought?
  558.       Result-Amount: 15
  559.   AntiGravity:
  560.    # Description of this cosmetic.
  561.     Description:
  562.    - '&9На случай ненависти к гравитации. :)'
  563.     Cooldown: 30.0
  564.     # Should it affect players? (Velocity, etc.)
  565.     Affect-Players: true
  566.     # if true, the gadget will be enabled.
  567.     Enabled: true
  568.     # if true, the description of gadget will be showed.
  569.     Show-Description: true
  570.     # if true, it'll be possible to find
  571.     # it in treasure chests
  572.     Can-Be-Found-In-Treasure-Chests: true
  573.     Ammo:
  574.      # You want this gadget to need ammo?
  575.       Enabled: true
  576.       # What price for the ammo?
  577.       Price: 100
  578.       # And how much ammo is given
  579.       # when bought?
  580.       Result-Amount: 15
  581.   SmashDown:
  582.    # Description of this cosmetic.
  583.     Description:
  584.    - '&9AND HIS NAME IS... JOHN CENA!!'
  585.     Cooldown: 15.0
  586.     # Should it affect players? (Velocity, etc.)
  587.     Affect-Players: true
  588.     # if true, the gadget will be enabled.
  589.     Enabled: true
  590.     # if true, the description of gadget will be showed.
  591.     Show-Description: true
  592.     # if true, it'll be possible to find
  593.     # it in treasure chests
  594.     Can-Be-Found-In-Treasure-Chests: true
  595.     Ammo:
  596.      # You want this gadget to need ammo?
  597.       Enabled: true
  598.       # What price for the ammo?
  599.       Price: 100
  600.       # And how much ammo is given
  601.       # when bought?
  602.       Result-Amount: 15
  603.   Rocket:
  604.    # Description of this cosmetic.
  605.     Description:
  606.    - '&9Вперёд, к Гагарину!'
  607.     Cooldown: 60.0
  608.     # Should it affect players? (Velocity, etc.)
  609.     Affect-Players: true
  610.     # if true, the gadget will be enabled.
  611.     Enabled: true
  612.     # if true, the description of gadget will be showed.
  613.     Show-Description: true
  614.     # if true, it'll be possible to find
  615.     # it in treasure chests
  616.     Can-Be-Found-In-Treasure-Chests: true
  617.     Ammo:
  618.      # You want this gadget to need ammo?
  619.       Enabled: true
  620.       # What price for the ammo?
  621.       Price: 100
  622.       # And how much ammo is given
  623.       # when bought?
  624.       Result-Amount: 15
  625.   BlackHole:
  626.    # Description of this cosmetic.
  627.     Description:
  628.    - '&9Лучше не попадать в неё.'
  629.     Cooldown: 35.0
  630.     # Should it affect players? (Velocity, etc.)
  631.     Affect-Players: true
  632.     # if true, the gadget will be enabled.
  633.     Enabled: true
  634.     # if true, the description of gadget will be showed.
  635.     Show-Description: true
  636.     # if true, it'll be possible to find
  637.     # it in treasure chests
  638.     Can-Be-Found-In-Treasure-Chests: true
  639.     Ammo:
  640.      # You want this gadget to need ammo?
  641.       Enabled: true
  642.       # What price for the ammo?
  643.       Price: 100
  644.       # And how much ammo is given
  645.       # when bought?
  646.       Result-Amount: 15
  647.   Tsunami:
  648.    # Description of this cosmetic.
  649.     Description:
  650.    - '&9ЦУНАМИИИ!!'
  651.     - '&9ПРЫГАЙ!'
  652.     Cooldown: 12.0
  653.     # Should it affect players? (Velocity, etc.)
  654.     Affect-Players: true
  655.     # if true, the gadget will be enabled.
  656.     Enabled: true
  657.     # if true, the description of gadget will be showed.
  658.     Show-Description: true
  659.     # if true, it'll be possible to find
  660.     # it in treasure chests
  661.     Can-Be-Found-In-Treasure-Chests: true
  662.     Ammo:
  663.      # You want this gadget to need ammo?
  664.       Enabled: true
  665.       # What price for the ammo?
  666.       Price: 100
  667.       # And how much ammo is given
  668.       # when bought?
  669.       Result-Amount: 15
  670.   TNT:
  671.    # Description of this cosmetic.
  672.     Description:
  673.    - '&9Подорви людей, чтобы отправить вверх!'
  674.     - '&9&oАЛЛАХ АКБАР!'
  675.     Cooldown: 7.5
  676.     # Should it affect players? (Velocity, etc.)
  677.     Affect-Players: true
  678.     # if true, the gadget will be enabled.
  679.     Enabled: true
  680.     # if true, the description of gadget will be showed.
  681.     Show-Description: true
  682.     # if true, it'll be possible to find
  683.     # it in treasure chests
  684.     Can-Be-Found-In-Treasure-Chests: true
  685.     Ammo:
  686.      # You want this gadget to need ammo?
  687.       Enabled: true
  688.       # What price for the ammo?
  689.       Price: 100
  690.       # And how much ammo is given
  691.       # when bought?
  692.       Result-Amount: 15
  693.   FunGun:
  694.    # Description of this cosmetic.
  695.     Description:
  696.    - '&9Вааау! Сколько же веселья в этом оружии!'
  697.     Cooldown: 4.0
  698.     # Should it affect players? (Velocity, etc.)
  699.     Affect-Players: true
  700.     # if true, the gadget will be enabled.
  701.     Enabled: true
  702.     # if true, the description of gadget will be showed.
  703.     Show-Description: true
  704.     # if true, it'll be possible to find
  705.     # it in treasure chests
  706.     Can-Be-Found-In-Treasure-Chests: true
  707.     Ammo:
  708.      # You want this gadget to need ammo?
  709.       Enabled: true
  710.       # What price for the ammo?
  711.       Price: 100
  712.       # And how much ammo is given
  713.       # when bought?
  714.       Result-Amount: 15
  715.   Parachute:
  716.    # Description of this cosmetic.
  717.     Description:
  718.    - '&9На посадку!'
  719.     Cooldown: 60.0
  720.     # Should it affect players? (Velocity, etc.)
  721.     Affect-Players: true
  722.     # if true, the gadget will be enabled.
  723.     Enabled: true
  724.     # if true, the description of gadget will be showed.
  725.     Show-Description: true
  726.     # if true, it'll be possible to find
  727.     # it in treasure chests
  728.     Can-Be-Found-In-Treasure-Chests: true
  729.     Ammo:
  730.      # You want this gadget to need ammo?
  731.       Enabled: true
  732.       # What price for the ammo?
  733.       Price: 100
  734.       # And how much ammo is given
  735.       # when bought?
  736.       Result-Amount: 15
  737.   QuakeGun:
  738.    # Description of this cosmetic.
  739.     Description:
  740.    - '&9Просто фейерверк из мотыги. :D'
  741.     Cooldown: 3.0
  742.     # Should it affect players? (Velocity, etc.)
  743.     Affect-Players: true
  744.     # if true, the gadget will be enabled.
  745.     Enabled: true
  746.     # if true, the description of gadget will be showed.
  747.     Show-Description: true
  748.     # if true, it'll be possible to find
  749.     # it in treasure chests
  750.     Can-Be-Found-In-Treasure-Chests: true
  751.     Ammo:
  752.      # You want this gadget to need ammo?
  753.       Enabled: true
  754.       # What price for the ammo?
  755.       Price: 100
  756.       # And how much ammo is given
  757.       # when bought?
  758.       Result-Amount: 15
  759.   GhostParty:
  760.    # Description of this cosmetic.
  761.     Description:
  762.    - '&9АААААААА'
  763.     - '&9ГДЕ ЛОВЦЫ ПРИЗРАКОВ??!?!?!'
  764.     Cooldown: 45.0
  765.     # Should it affect players? (Velocity, etc.)
  766.     Affect-Players: true
  767.     # if true, the gadget will be enabled.
  768.     Enabled: true
  769.     # if true, the description of gadget will be showed.
  770.     Show-Description: true
  771.     # if true, it'll be possible to find
  772.     # it in treasure chests
  773.     Can-Be-Found-In-Treasure-Chests: true
  774.     Ammo:
  775.      # You want this gadget to need ammo?
  776.       Enabled: true
  777.       # What price for the ammo?
  778.       Price: 100
  779.       # And how much ammo is given
  780.       # when bought?
  781.       Result-Amount: 15
  782.   Firework:
  783.    # Description of this cosmetic.
  784.     Description:
  785.    - '&9Для празднования.'
  786.     Cooldown: 0.2
  787.     # Should it affect players? (Velocity, etc.)
  788.     Affect-Players: true
  789.     # if true, the gadget will be enabled.
  790.     Enabled: true
  791.     # if true, the description of gadget will be showed.
  792.     Show-Description: true
  793.     # if true, it'll be possible to find
  794.     # it in treasure chests
  795.     Can-Be-Found-In-Treasure-Chests: true
  796.     Ammo:
  797.      # You want this gadget to need ammo?
  798.       Enabled: true
  799.       # What price for the ammo?
  800.       Price: 100
  801.       # And how much ammo is given
  802.       # when bought?
  803.       Result-Amount: 15
  804.   ChristmasTree:
  805.    # Description of this cosmetic.
  806.     Description:
  807.    - '&9Мы её срубили..'
  808.     Cooldown: 20.0
  809.     # Should it affect players? (Velocity, etc.)
  810.     Affect-Players: true
  811.     # if true, the gadget will be enabled.
  812.     Enabled: true
  813.     # if true, the description of gadget will be showed.
  814.     Show-Description: true
  815.     # if true, it'll be possible to find
  816.     # it in treasure chests
  817.     Can-Be-Found-In-Treasure-Chests: true
  818.     Ammo:
  819.      # You want this gadget to need ammo?
  820.       Enabled: true
  821.       # What price for the ammo?
  822.       Price: 100
  823.       # And how much ammo is given
  824.       # when bought?
  825.       Result-Amount: 15
  826.   FreezeCannon:
  827.    # Description of this cosmetic.
  828.     Description:
  829.    - '&9Всегда мечтал открыть свой каток!'
  830.     Cooldown: 8.0
  831.     # Should it affect players? (Velocity, etc.)
  832.     Affect-Players: true
  833.     # if true, the gadget will be enabled.
  834.     Enabled: true
  835.     # if true, the description of gadget will be showed.
  836.     Show-Description: true
  837.     # if true, it'll be possible to find
  838.     # it in treasure chests
  839.     Can-Be-Found-In-Treasure-Chests: true
  840.     Ammo:
  841.      # You want this gadget to need ammo?
  842.       Enabled: true
  843.       # What price for the ammo?
  844.       Price: 100
  845.       # And how much ammo is given
  846.       # when bought?
  847.       Result-Amount: 15
  848.   Snowball:
  849.    # Description of this cosmetic.
  850.     Description:
  851.    - '&9Снежок. Просто снежок.'
  852.     Cooldown: 0.5
  853.     # Should it affect players? (Velocity, etc.)
  854.     Affect-Players: true
  855.     # if true, the gadget will be enabled.
  856.     Enabled: true
  857.     # if true, the description of gadget will be showed.
  858.     Show-Description: true
  859.     # if true, it'll be possible to find
  860.     # it in treasure chests
  861.     Can-Be-Found-In-Treasure-Chests: true
  862.     Ammo:
  863.      # You want this gadget to need ammo?
  864.       Enabled: true
  865.       # What price for the ammo?
  866.       Price: 100
  867.       # And how much ammo is given
  868.       # when bought?
  869.       Result-Amount: 15
  870.   PartyPopper:
  871.    # Description of this cosmetic.
  872.     Description:
  873.    - '&9Конфети для праздников!'
  874.     Cooldown: 2.0
  875.     # Should it affect players? (Velocity, etc.)
  876.     Affect-Players: true
  877.     # if true, the gadget will be enabled.
  878.     Enabled: true
  879.     # if true, the description of gadget will be showed.
  880.     Show-Description: true
  881.     # if true, it'll be possible to find
  882.     # it in treasure chests
  883.     Can-Be-Found-In-Treasure-Chests: true
  884.     Ammo:
  885.      # You want this gadget to need ammo?
  886.       Enabled: true
  887.       # What price for the ammo?
  888.       Price: 100
  889.       # And how much ammo is given
  890.       # when bought?
  891.       Result-Amount: 15
  892.   Trampoline:
  893.    # Description of this cosmetic.
  894.     Description:
  895.    - '&9Не забудь снять носки!'
  896.     Cooldown: 75.0
  897.     # Should it affect players? (Velocity, etc.)
  898.     Affect-Players: true
  899.     # if true, the gadget will be enabled.
  900.     Enabled: true
  901.     # if true, the description of gadget will be showed.
  902.     Show-Description: true
  903.     # if true, it'll be possible to find
  904.     # it in treasure chests
  905.     Can-Be-Found-In-Treasure-Chests: true
  906.     Ammo:
  907.      # You want this gadget to need ammo?
  908.       Enabled: true
  909.       # What price for the ammo?
  910.       Price: 100
  911.       # And how much ammo is given
  912.       # when bought?
  913.       Result-Amount: 15
  914. Suits:
  915.   Rave:
  916.    # Description of this cosmetic.
  917.     Description:
  918.    - '&9Такие крутые цвета!'
  919.     # if true, the suit will be enabled.
  920.     Enabled: true
  921.     # if true, the description of this suit will be showed.
  922.     Show-Description: true
  923.     # if true, it'll be possible to find
  924.     # it in treasure chests
  925.     Can-Be-Found-In-Treasure-Chests: true
  926.   Astronaut:
  927.    # Description of this cosmetic.
  928.     Description:
  929.    - '&9Хьюстон?'
  930.     # if true, the suit will be enabled.
  931.     Enabled: true
  932.     # if true, the description of this suit will be showed.
  933.     Show-Description: true
  934.     # if true, it'll be possible to find
  935.     # it in treasure chests
  936.     Can-Be-Found-In-Treasure-Chests: true
  937.   Diamond:
  938.    # Description of this cosmetic.
  939.     Description:
  940.    - '&9Покажи свои шахтёрские навыки!'
  941.     # if true, the suit will be enabled.
  942.     Enabled: true
  943.     # if true, the description of this suit will be showed.
  944.     Show-Description: true
  945.     # if true, it'll be possible to find
  946.     # it in treasure chests
  947.     Can-Be-Found-In-Treasure-Chests: true
  948.   Santa:
  949.    # Description of this cosmetic.
  950.     Description:
  951.    - '&9Стань Сантой и развози подарки!'
  952.     # if true, the suit will be enabled.
  953.     Enabled: true
  954.     # if true, the description of this suit will be showed.
  955.     Show-Description: true
  956.     # if true, it'll be possible to find
  957.     # it in treasure chests
  958.     Can-Be-Found-In-Treasure-Chests: true
  959. Mounts:
  960.   DruggedHorse:
  961.    # Description of this mount.
  962.     Description:
  963.    - '&9Это слишком!'
  964.     # if true, the mount will be enabled.
  965.     Enabled: true
  966.     # if true, the description will be showed.
  967.     Show-Description: true
  968.     # if true, it'll be possible to find
  969.     # it in treasure chests
  970.     Can-Be-Found-In-Treasure-Chests: true
  971.   InfernalHorror:
  972.    # Description of this mount.
  973.     Description:
  974.    - '&9Этот ездовой питомец прямиком из.. АДА!'
  975.     # if true, the mount will be enabled.
  976.     Enabled: true
  977.     # if true, the description will be showed.
  978.     Show-Description: true
  979.     # if true, it'll be possible to find
  980.     # it in treasure chests
  981.     Can-Be-Found-In-Treasure-Chests: true
  982.   GlacialSteed:
  983.    # Description of this mount.
  984.     Description:
  985.    - '&9Сбежал от Санты Клауса!'
  986.     # if true, the mount will be enabled.
  987.     Enabled: true
  988.     # if true, the description will be showed.
  989.     Show-Description: true
  990.     # if true, it'll be possible to find
  991.     # it in treasure chests
  992.     Can-Be-Found-In-Treasure-Chests: true
  993.   WalkingDead:
  994.    # Description of this mount.
  995.     Description:
  996.    - '&9Раааарр...'
  997.     # if true, the mount will be enabled.
  998.     Enabled: true
  999.     # if true, the description will be showed.
  1000.     Show-Description: true
  1001.     # if true, it'll be possible to find
  1002.     # it in treasure chests
  1003.     Can-Be-Found-In-Treasure-Chests: true
  1004.   MountOfFire:
  1005.    # Description of this mount.
  1006.     Description:
  1007.    - '&9Она такая горячая..'
  1008.     # if true, the mount will be enabled.
  1009.     Enabled: true
  1010.     # if true, the description will be showed.
  1011.     Show-Description: true
  1012.     # if true, it'll be possible to find
  1013.     # it in treasure chests
  1014.     Can-Be-Found-In-Treasure-Chests: true
  1015.   MountOfWater:
  1016.    # Description of this mount.
  1017.     Description:
  1018.    - '&9Посейдон задонатил на WildCubes. :D'
  1019.     # if true, the mount will be enabled.
  1020.     Enabled: true
  1021.     # if true, the description will be showed.
  1022.     Show-Description: true
  1023.     # if true, it'll be possible to find
  1024.     # it in treasure chests
  1025.     Can-Be-Found-In-Treasure-Chests: true
  1026.   EcologistHorse:
  1027.    # Description of this mount.
  1028.     Description:
  1029.    - '&9Отблагодари природу!'
  1030.     # if true, the mount will be enabled.
  1031.     Enabled: true
  1032.     # if true, the description will be showed.
  1033.     Show-Description: true
  1034.     # if true, it'll be possible to find
  1035.     # it in treasure chests
  1036.     Can-Be-Found-In-Treasure-Chests: true
  1037.   Snake:
  1038.    # Description of this mount.
  1039.     Description:
  1040.    - '&9Отойди! Может укусить. :с'
  1041.     # if true, the mount will be enabled.
  1042.     Enabled: true
  1043.     # if true, the description will be showed.
  1044.     Show-Description: true
  1045.     # if true, it'll be possible to find
  1046.     # it in treasure chests
  1047.     Can-Be-Found-In-Treasure-Chests: true
  1048.   NyanSheep:
  1049.    # Description of this mount.
  1050.     Description:
  1051.    - '&9Ня &r&9Ня &r&9&oНя &r&9&oНя'
  1052.     # if true, the mount will be enabled.
  1053.     Enabled: true
  1054.     # if true, the description will be showed.
  1055.     Show-Description: true
  1056.     # if true, it'll be possible to find
  1057.     # it in treasure chests
  1058.     Can-Be-Found-In-Treasure-Chests: true
  1059.   Dragon:
  1060.    # Description of this mount.
  1061.     Description:
  1062.    - '&9Симулятор оседлания дракона!'
  1063.     # if true, the mount will be enabled.
  1064.     Enabled: false
  1065.     # if true, the description will be showed.
  1066.     Show-Description: true
  1067.     # if true, it'll be possible to find
  1068.     # it in treasure chests
  1069.     Can-Be-Found-In-Treasure-Chests: true
  1070.   SkySquid:
  1071.    # Description of this mount.
  1072.     Description:
  1073.    - '&9Что.'
  1074.     # if true, the mount will be enabled.
  1075.     Enabled: true
  1076.     # if true, the description will be showed.
  1077.     Show-Description: true
  1078.     # if true, it'll be possible to find
  1079.     # it in treasure chests
  1080.     Can-Be-Found-In-Treasure-Chests: true
  1081.   Slime:
  1082.    # Description of this mount.
  1083.     Description:
  1084.    - '&9Плюх! Плюх!'
  1085.     # if true, the mount will be enabled.
  1086.     Enabled: false
  1087.     # if true, the description will be showed.
  1088.     Show-Description: true
  1089.     # if true, it'll be possible to find
  1090.     # it in treasure chests
  1091.     Can-Be-Found-In-Treasure-Chests: true
  1092.   HypeCart:
  1093.    # Description of this mount.
  1094.     Description:
  1095.    - '&9Мечтал проехаться на тележке в супермаркете?'
  1096.     # if true, the mount will be enabled.
  1097.     Enabled: true
  1098.     # if true, the description will be showed.
  1099.     Show-Description: true
  1100.     # if true, it'll be possible to find
  1101.     # it in treasure chests
  1102.     Can-Be-Found-In-Treasure-Chests: true
  1103.   Spider:
  1104.    # Description of this mount.
  1105.     Description:
  1106.    - '&9Теперь ты джокер пауков!'
  1107.     # if true, the mount will be enabled.
  1108.     Enabled: false
  1109.     # if true, the description will be showed.
  1110.     Show-Description: true
  1111.     # if true, it'll be possible to find
  1112.     # it in treasure chests
  1113.     Can-Be-Found-In-Treasure-Chests: true
  1114.   Rudolph:
  1115.    # Description of this mount.
  1116.     Description:
  1117.    - '&9Рождество?'
  1118.     # if true, the mount will be enabled.
  1119.     Enabled: true
  1120.     # if true, the description will be showed.
  1121.     Show-Description: true
  1122.     # if true, it'll be possible to find
  1123.     # it in treasure chests
  1124.     Can-Be-Found-In-Treasure-Chests: true
  1125.   MoltenSnake:
  1126.    # Description of this mount.
  1127.     Description:
  1128.    - '&9Последняя выжившая змея из недр земли..'
  1129.     # if true, the mount will be enabled.
  1130.     Enabled: false
  1131.     # if true, the description will be showed.
  1132.     Show-Description: true
  1133.     # if true, it'll be possible to find
  1134.     # it in treasure chests
  1135.     Can-Be-Found-In-Treasure-Chests: true
  1136.   FlyingShip:
  1137.    # Description of this mount.
  1138.     Description:
  1139.    - '&9Аррр.. летающий пират!'
  1140.     # if true, the mount will be enabled.
  1141.     Enabled: true
  1142.     # if true, the description will be showed.
  1143.     Show-Description: true
  1144.     # if true, it'll be possible to find
  1145.     # it in treasure chests
  1146.     Can-Be-Found-In-Treasure-Chests: true
  1147. Particle-Effects:
  1148.   RainCloud:
  1149.    # Description of this particle effect.
  1150.     Description:
  1151.    - '&9Кажется, дождь собирается.'
  1152.     # if true, the effect will be enabled.
  1153.     Enabled: true
  1154.     # if true, the description will be showed.
  1155.     Show-Description: true
  1156.     # if true, it'll be possible to find
  1157.     # it in treasure chests
  1158.     Can-Be-Found-In-Treasure-Chests: true
  1159.   SnowCloud:
  1160.    # Description of this particle effect.
  1161.     Description:
  1162.    - '&9Кажется, снег собирается.'
  1163.     # if true, the effect will be enabled.
  1164.     Enabled: true
  1165.     # if true, the description will be showed.
  1166.     Show-Description: true
  1167.     # if true, it'll be possible to find
  1168.     # it in treasure chests
  1169.     Can-Be-Found-In-Treasure-Chests: true
  1170.   BloodHelix:
  1171.    # Description of this particle effect.
  1172.     Description:
  1173.    - '&9Кровяные узлы..'
  1174.     # if true, the effect will be enabled.
  1175.     Enabled: true
  1176.     # if true, the description will be showed.
  1177.     Show-Description: true
  1178.     # if true, it'll be possible to find
  1179.     # it in treasure chests
  1180.     Can-Be-Found-In-Treasure-Chests: true
  1181.   FrostLord:
  1182.    # Description of this particle effect.
  1183.     Description:
  1184.    - '&9Я ледяной король!..'
  1185.     # if true, the effect will be enabled.
  1186.     Enabled: true
  1187.     # if true, the description will be showed.
  1188.     Show-Description: true
  1189.     # if true, it'll be possible to find
  1190.     # it in treasure chests
  1191.     Can-Be-Found-In-Treasure-Chests: true
  1192.   FlameRings:
  1193.    # Description of this particle effect.
  1194.     Description:
  1195.    - '&9Аккуратно! Они горячие!'
  1196.     # if true, the effect will be enabled.
  1197.     Enabled: true
  1198.     # if true, the description will be showed.
  1199.     Show-Description: true
  1200.     # if true, it'll be possible to find
  1201.     # it in treasure chests
  1202.     Can-Be-Found-In-Treasure-Chests: true
  1203.   InLove:
  1204.    # Description of this particle effect.
  1205.     Description:
  1206.    - '&9Я влюбился!'
  1207.     # if true, the effect will be enabled.
  1208.     Enabled: true
  1209.     # if true, the description will be showed.
  1210.     Show-Description: true
  1211.     # if true, it'll be possible to find
  1212.     # it in treasure chests
  1213.     Can-Be-Found-In-Treasure-Chests: true
  1214.   GreenSparks:
  1215.    # Description of this particle effect.
  1216.     Description:
  1217.    - '&9Маленькие зелёные фигурки.'
  1218.     # if true, the effect will be enabled.
  1219.     Enabled: true
  1220.     # if true, the description will be showed.
  1221.     Show-Description: true
  1222.     # if true, it'll be possible to find
  1223.     # it in treasure chests
  1224.     Can-Be-Found-In-Treasure-Chests: true
  1225.   FrozenWalk:
  1226.    # Description of this particle effect.
  1227.     Description:
  1228.    - '&9Брр.. я замёрз.'
  1229.     # if true, the effect will be enabled.
  1230.     Enabled: true
  1231.     # if true, the description will be showed.
  1232.     Show-Description: true
  1233.     # if true, it'll be possible to find
  1234.     # it in treasure chests
  1235.     Can-Be-Found-In-Treasure-Chests: true
  1236.   Music:
  1237.    # Description of this particle effect.
  1238.     Description:
  1239.    - '&9Больше музыки!'
  1240.     # if true, the effect will be enabled.
  1241.     Enabled: true
  1242.     # if true, the description will be showed.
  1243.     Show-Description: true
  1244.     # if true, it'll be possible to find
  1245.     # it in treasure chests
  1246.     Can-Be-Found-In-Treasure-Chests: true
  1247.   Enchanted:
  1248.    # Description of this particle effect.
  1249.     Description:
  1250.    - '&9Хотел бы стать чародеем!'
  1251.     # if true, the effect will be enabled.
  1252.     Enabled: true
  1253.     # if true, the description will be showed.
  1254.     Show-Description: true
  1255.     # if true, it'll be possible to find
  1256.     # it in treasure chests
  1257.     Can-Be-Found-In-Treasure-Chests: true
  1258.   Inferno:
  1259.    # Description of this particle effect.
  1260.     Description:
  1261.    - '&9Сделан самим Сатаной!'
  1262.     # if true, the effect will be enabled.
  1263.     Enabled: true
  1264.     # if true, the description will be showed.
  1265.     Show-Description: true
  1266.     # if true, it'll be possible to find
  1267.     # it in treasure chests
  1268.     Can-Be-Found-In-Treasure-Chests: true
  1269.   AngelWings:
  1270.    # Description of this particle effect.
  1271.     Description:
  1272.    - '&9О, великий Гадриэль!'
  1273.     # if true, the effect will be enabled.
  1274.     Enabled: true
  1275.     # if true, the description will be showed.
  1276.     Show-Description: true
  1277.     # if true, it'll be possible to find
  1278.     # it in treasure chests
  1279.     Can-Be-Found-In-Treasure-Chests: true
  1280.   SuperHero:
  1281.    # Description of this particle effect.
  1282.     Description:
  1283.    - '&9Бэтмэн.. нет, не он.'
  1284.     # if true, the effect will be enabled.
  1285.     Enabled: true
  1286.     # if true, the description will be showed.
  1287.     Show-Description: true
  1288.     # if true, it'll be possible to find
  1289.     # it in treasure chests
  1290.     Can-Be-Found-In-Treasure-Chests: true
  1291.   SantaHat:
  1292.    # Description of this particle effect.
  1293.     Description:
  1294.    - '&9Может, в этот раз обойдёмся без Нового Года?'
  1295.     # if true, the effect will be enabled.
  1296.     Enabled: true
  1297.     # if true, the description will be showed.
  1298.     Show-Description: true
  1299.     # if true, it'll be possible to find
  1300.     # it in treasure chests
  1301.     Can-Be-Found-In-Treasure-Chests: true
  1302.   CrushedCandyCane:
  1303.    # Description of this particle effect.
  1304.     Description:
  1305.    - '&9Это конфеты или зубы с кровью?'
  1306.     # if true, the effect will be enabled.
  1307.     Enabled: true
  1308.     # if true, the description will be showed.
  1309.     Show-Description: true
  1310.     # if true, it'll be possible to find
  1311.     # it in treasure chests
  1312.     Can-Be-Found-In-Treasure-Chests: true
  1313.   EnderAura:
  1314.    # Description of this particle effect.
  1315.     Description:
  1316.    - '&9Защитит от порчи.'
  1317.     # if true, the effect will be enabled.
  1318.     Enabled: true
  1319.     # if true, the description will be showed.
  1320.     Show-Description: true
  1321.     # if true, it'll be possible to find
  1322.     # it in treasure chests
  1323.     Can-Be-Found-In-Treasure-Chests: true
  1324.   FlameFairy:
  1325.    # Description of this particle effect.
  1326.     Description:
  1327.    - '&9Э-ГЕ-ГЕЙ!'
  1328.     # if true, the effect will be enabled.
  1329.     Enabled: true
  1330.     # if true, the description will be showed.
  1331.     Show-Description: true
  1332.     # if true, it'll be possible to find
  1333.     # it in treasure chests
  1334.     Can-Be-Found-In-Treasure-Chests: true
  1335. Pets:
  1336.   Piggy:
  1337.    # description of this pet.
  1338.     Description:
  1339.    - '&9Хрю! Хрю!'
  1340.     # if true, the pet will be enabled.
  1341.     Enabled: true
  1342.     # if true, the description will be showed.
  1343.     Show-Description: true
  1344.     # if true, it'll be possible to find
  1345.     # it in treasure chests
  1346.     Can-Be-Found-In-Treasure-Chests: true
  1347.   Sheep:
  1348.    # description of this pet.
  1349.     Description:
  1350.    - '&9Бэээ.. бэээээ'
  1351.     # if true, the pet will be enabled.
  1352.     Enabled: true
  1353.     # if true, the description 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.   EasterBunny:
  1359.    # description of this pet.
  1360.     Description:
  1361.    - '&9Пасха?'
  1362.     # if true, the pet will be enabled.
  1363.     Enabled: true
  1364.     # if true, the description will be showed.
  1365.     Show-Description: true
  1366.     # if true, it'll be possible to find
  1367.     # it in treasure chests
  1368.     Can-Be-Found-In-Treasure-Chests: true
  1369.   Cow:
  1370.    # description of this pet.
  1371.     Description:
  1372.    - '&9Муууу!'
  1373.     # if true, the pet will be enabled.
  1374.     Enabled: true
  1375.     # if true, the description will be showed.
  1376.     Show-Description: true
  1377.     # if true, it'll be possible to find
  1378.     # it in treasure chests
  1379.     Can-Be-Found-In-Treasure-Chests: true
  1380.   Mooshroom:
  1381.    # description of this pet.
  1382.     Description:
  1383.    - '&9Мооооо!'
  1384.     # if true, the pet will be enabled.
  1385.     Enabled: true
  1386.     # if true, the description will be showed.
  1387.     Show-Description: true
  1388.     # if true, it'll be possible to find
  1389.     # it in treasure chests
  1390.     Can-Be-Found-In-Treasure-Chests: true
  1391.   Kitty:
  1392.    # description of this pet.
  1393.     Description:
  1394.    - '&9Мяяу!'
  1395.     # if true, the pet will be enabled.
  1396.     Enabled: true
  1397.     # if true, the description will be showed.
  1398.     Show-Description: true
  1399.     # if true, it'll be possible to find
  1400.     # it in treasure chests
  1401.     Can-Be-Found-In-Treasure-Chests: true
  1402.   Dog:
  1403.    # description of this pet.
  1404.     Description:
  1405.    - '&9Гав!'
  1406.     # if true, the pet will be enabled.
  1407.     Enabled: true
  1408.     # if true, the description will be showed.
  1409.     Show-Description: true
  1410.     # if true, it'll be possible to find
  1411.     # it in treasure chests
  1412.     Can-Be-Found-In-Treasure-Chests: true
  1413.   Chick:
  1414.    # description of this pet.
  1415.     Description:
  1416.    - '&9Ко-ко-ко!'
  1417.     # if true, the pet will be enabled.
  1418.     Enabled: true
  1419.     # if true, the description will be showed.
  1420.     Show-Description: true
  1421.     # if true, it'll be possible to find
  1422.     # it in treasure chests
  1423.     Can-Be-Found-In-Treasure-Chests: true
  1424.   Wither:
  1425.    # description of this pet.
  1426.     Description:
  1427.    - '&9Не смотри на меня..'
  1428.     # if true, the pet will be enabled.
  1429.     Enabled: false
  1430.     # if true, the description will be showed.
  1431.     Show-Description: true
  1432.     # if true, it'll be possible to find
  1433.     # it in treasure chests
  1434.     Can-Be-Found-In-Treasure-Chests: true
  1435.   Pumpling:
  1436.    # description of this pet.
  1437.     Description:
  1438.    - '&9Просто тыква.'
  1439.     # if true, the pet will be enabled.
  1440.     Enabled: false
  1441.     # if true, the description 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.   ChristmasElf:
  1447.    # description of this pet.
  1448.     Description:
  1449.    - '&9Я приготовил тебе особенный подарок!'
  1450.     # if true, the pet will be enabled.
  1451.     Enabled: true
  1452.     # if true, the description will be showed.
  1453.     Show-Description: true
  1454.     # if true, it'll be possible to find
  1455.     # it in treasure chests
  1456.     Can-Be-Found-In-Treasure-Chests: true
  1457. Morphs:
  1458.   Bat:
  1459.    # Description of this Morph.
  1460.     Description:
  1461.    - '&9Стань летучей мышью!'
  1462.     # if true, the morph will be enabled.
  1463.     Enabled: true
  1464.     # if true, the description of this morph will be showed.
  1465.     Show-Description: true
  1466.     # if true, it'll be possible to find
  1467.     # it in treasure chests
  1468.     Can-Be-Found-In-Treasure-Chests: true
  1469.   Blaze:
  1470.    # Description of this Morph.
  1471.     Description:
  1472.    - '&9Здесь становится жарко.'
  1473.     # if true, the morph will be enabled.
  1474.     Enabled: true
  1475.     # if true, the description of this morph will be showed.
  1476.     Show-Description: true
  1477.     # if true, it'll be possible to find
  1478.     # it in treasure chests
  1479.     Can-Be-Found-In-Treasure-Chests: true
  1480.   Chicken:
  1481.    # Description of this Morph.
  1482.     Description:
  1483.    - '&9Стань петухом!'
  1484.     # if true, the morph will be enabled.
  1485.     Enabled: true
  1486.     # if true, the description of this morph will be showed.
  1487.     Show-Description: true
  1488.     # if true, it'll be possible to find
  1489.     # it in treasure chests
  1490.     Can-Be-Found-In-Treasure-Chests: true
  1491.   Pig:
  1492.    # Description of this Morph.
  1493.     Description:
  1494.    - '&9Аккуратно, может украсть морковь.'
  1495.     # if true, the morph will be enabled.
  1496.     Enabled: true
  1497.     # if true, the description of this morph will be showed.
  1498.     Show-Description: true
  1499.     # if true, it'll be possible to find
  1500.     # it in treasure chests
  1501.     Can-Be-Found-In-Treasure-Chests: true
  1502.   Enderman:
  1503.    # Description of this Morph.
  1504.     Description:
  1505.    - '&9Я могу потеряться.'
  1506.     # if true, the morph will be enabled.
  1507.     Enabled: true
  1508.     # if true, the description of this morph will be showed.
  1509.     Show-Description: true
  1510.     # if true, it'll be possible to find
  1511.     # it in treasure chests
  1512.     Can-Be-Found-In-Treasure-Chests: true
  1513.   Slime:
  1514.    # Description of this Morph.
  1515.     Description:
  1516.    - '&9Плюх! Плюх!'
  1517.     # if true, the morph will be enabled.
  1518.     Enabled: true
  1519.     # if true, the description of this morph will be showed.
  1520.     Show-Description: true
  1521.     # if true, it'll be possible to find
  1522.     # it in treasure chests
  1523.     Can-Be-Found-In-Treasure-Chests: true
  1524.   Creeper:
  1525.    # Description of this Morph.
  1526.     Description:
  1527.    - '&9Эй, чччччччто случилось?'
  1528.     # if true, the morph will be enabled.
  1529.     Enabled: true
  1530.     # if true, the description of this morph will be showed.
  1531.     Show-Description: true
  1532.     # if true, it'll be possible to find
  1533.     # it in treasure chests
  1534.     Can-Be-Found-In-Treasure-Chests: true
  1535.   WitherSkeleton:
  1536.    # Description of this Morph.
  1537.     Description:
  1538.    - '&9Скелет, но из ада.'
  1539.     # if true, the morph will be enabled.
  1540.     Enabled: true
  1541.     # if true, the description of this morph will be showed.
  1542.     Show-Description: true
  1543.     # if true, it'll be possible to find
  1544.     # it in treasure chests
  1545.     Can-Be-Found-In-Treasure-Chests: true
  1546.   Snowman:
  1547.    # Description of this Morph.
  1548.     Description:
  1549.    - '&9Стань Олафом!'
  1550.     # if true, the morph will be enabled.
  1551.     Enabled: true
  1552.     # if true, the description of this morph will be showed.
  1553.     Show-Description: true
  1554.     # if true, it'll be possible to find
  1555.     # it in treasure chests
  1556.     Can-Be-Found-In-Treasure-Chests: true
  1557.   ElderGuardian:
  1558.    # Description of this Morph.
  1559.     Description:
  1560.    - '&9Стань защитником.'
  1561.     # if true, the morph will be enabled.
  1562.     Enabled: true
  1563.     # if true, the description of this morph will be showed.
  1564.     Show-Description: true
  1565.     # if true, it'll be possible to find
  1566.     # it in treasure chests
  1567.     Can-Be-Found-In-Treasure-Chests: true
  1568. Hats:
  1569.   Astronaut:
  1570.    # description of this hat.
  1571.     Description:
  1572.    - '&9Хьюстон, у нас проблемы.'
  1573.     # if true, the hat will be enabled.
  1574.     Enabled: true
  1575.     # if true, the description of this hat will be showed.
  1576.     Show-Description: true
  1577.     # if true, it'll be possible to find
  1578.     # it in treasure chests
  1579.     Can-Be-Found-In-Treasure-Chests: true
  1580.   Scared:
  1581.    # description of this hat.
  1582.     Description:
  1583.    - '&9Уууу, это пугает меня.'
  1584.     # if true, the hat will be enabled.
  1585.     Enabled: true
  1586.     # if true, the description of this hat will be showed.
  1587.     Show-Description: true
  1588.     # if true, it'll be possible to find
  1589.     # it in treasure chests
  1590.     Can-Be-Found-In-Treasure-Chests: true
  1591.   Angel:
  1592.    # description of this hat.
  1593.     Description:
  1594.    - '&9Каково это, падать с небес?'
  1595.     # if true, the hat will be enabled.
  1596.     Enabled: true
  1597.     # if true, the description of this hat will be showed.
  1598.     Show-Description: true
  1599.     # if true, it'll be possible to find
  1600.     # it in treasure chests
  1601.     Can-Be-Found-In-Treasure-Chests: true
  1602.   Embarassed:
  1603.    # description of this hat.
  1604.     Description:
  1605.    - '&9Я смущён этим.'
  1606.     # if true, the hat will be enabled.
  1607.     Enabled: true
  1608.     # if true, the description of this hat will be showed.
  1609.     Show-Description: true
  1610.     # if true, it'll be possible to find
  1611.     # it in treasure chests
  1612.     Can-Be-Found-In-Treasure-Chests: true
  1613.   Kissy:
  1614.    # description of this hat.
  1615.     Description:
  1616.    - '&9Хочешь поцеловаться?'
  1617.     # if true, the hat will be enabled.
  1618.     Enabled: true
  1619.     # if true, the description of this hat will be showed.
  1620.     Show-Description: true
  1621.     # if true, it'll be possible to find
  1622.     # it in treasure chests
  1623.     Can-Be-Found-In-Treasure-Chests: true
  1624.   Sad:
  1625.    # description of this hat.
  1626.     Description:
  1627.    - '&9Я такой грустный.'
  1628.     # if true, the hat will be enabled.
  1629.     Enabled: true
  1630.     # if true, the description of this hat will be showed.
  1631.     Show-Description: true
  1632.     # if true, it'll be possible to find
  1633.     # it in treasure chests
  1634.     Can-Be-Found-In-Treasure-Chests: true
  1635.   Cool:
  1636.    # description of this hat.
  1637.     Description:
  1638.    - '&9Я такой крутой! :)'
  1639.     # if true, the hat will be enabled.
  1640.     Enabled: true
  1641.     # if true, the description of this hat will be showed.
  1642.     Show-Description: true
  1643.     # if true, it'll be possible to find
  1644.     # it in treasure chests
  1645.     Can-Be-Found-In-Treasure-Chests: true
  1646.   Surprised:
  1647.    # description of this hat.
  1648.     Description:
  1649.    - '&9Вау, я этого не ожидал!'
  1650.     # if true, the hat will be enabled.
  1651.     Enabled: true
  1652.     # if true, the description of this hat will be showed.
  1653.     Show-Description: true
  1654.     # if true, it'll be possible to find
  1655.     # it in treasure chests
  1656.     Can-Be-Found-In-Treasure-Chests: true
  1657.   Dead:
  1658.    # description of this hat.
  1659.     Description:
  1660.    - '&9Гет рэкт.'
  1661.     # if true, the hat will be enabled.
  1662.     Enabled: true
  1663.     # if true, the description of this hat will be showed.
  1664.     Show-Description: true
  1665.     # if true, it'll be possible to find
  1666.     # it in treasure chests
  1667.     Can-Be-Found-In-Treasure-Chests: true
  1668.   Crying:
  1669.    # description of this hat.
  1670.     Description:
  1671.    - '&9Я плацю всьо времья :`с'
  1672.     # if true, the hat will be enabled.
  1673.     Enabled: true
  1674.     # if true, the description of this hat will be showed.
  1675.     Show-Description: true
  1676.     # if true, it'll be possible to find
  1677.     # it in treasure chests
  1678.     Can-Be-Found-In-Treasure-Chests: true
  1679.   BigSmile:
  1680.    # description of this hat.
  1681.     Description:
  1682.    - '&9Уух, я так счастлив!'
  1683.     # if true, the hat will be enabled.
  1684.     Enabled: true
  1685.     # if true, the description of this hat will be showed.
  1686.     Show-Description: true
  1687.     # if true, it'll be possible to find
  1688.     # it in treasure chests
  1689.     Can-Be-Found-In-Treasure-Chests: true
  1690.   Wink:
  1691.    # description of this hat.
  1692.     Description:
  1693.    - '&9Ты знаешь, о чём я. ;)'
  1694.     # if true, the hat will be enabled.
  1695.     Enabled: true
  1696.     # if true, the description of this hat will be showed.
  1697.     Show-Description: true
  1698.     # if true, it'll be possible to find
  1699.     # it in treasure chests
  1700.     Can-Be-Found-In-Treasure-Chests: true
  1701.   Derp:
  1702.    # description of this hat.
  1703.     Description:
  1704.    - '&9Злюсь, злюсь, ЗЛЮЮЮСЬ!'
  1705.     # if true, the hat will be enabled.
  1706.     Enabled: true
  1707.     # if true, the description of this hat will be showed.
  1708.     Show-Description: true
  1709.     # if true, it'll be possible to find
  1710.     # it in treasure chests
  1711.     Can-Be-Found-In-Treasure-Chests: true
  1712.   Smile:
  1713.    # description of this hat.
  1714.     Description:
  1715.    - '&9Я чутка счастлив.'
  1716.     # if true, the hat will be enabled.
  1717.     Enabled: true
  1718.     # if true, the description of this hat will be showed.
  1719.     Show-Description: true
  1720.     # if true, it'll be possible to find
  1721.     # it in treasure chests
  1722.     Can-Be-Found-In-Treasure-Chests: true
  1723.   Iron:
  1724.    # description of this hat.
  1725.     Description:
  1726.    - '&9Такой же мощный, как железо!'
  1727.     # if true, the hat will be enabled.
  1728.     Enabled: true
  1729.     # if true, the description of this hat will be showed.
  1730.     Show-Description: true
  1731.     # if true, it'll be possible to find
  1732.     # it in treasure chests
  1733.     Can-Be-Found-In-Treasure-Chests: true
  1734.   Gold:
  1735.    # description of this hat.
  1736.     Description:
  1737.    - '&9Моя прелесть!'
  1738.     # if true, the hat will be enabled.
  1739.     Enabled: true
  1740.     # if true, the description of this hat will be showed.
  1741.     Show-Description: true
  1742.     # if true, it'll be possible to find
  1743.     # it in treasure chests
  1744.     Can-Be-Found-In-Treasure-Chests: true
  1745.   Diamond:
  1746.    # description of this hat.
  1747.     Description:
  1748.    - '&9Вот это правда твёрдый!'
  1749.     # if true, the hat will be enabled.
  1750.     Enabled: true
  1751.     # if true, the description of this hat will be showed.
  1752.     Show-Description: true
  1753.     # if true, it'll be possible to find
  1754.     # it in treasure chests
  1755.     Can-Be-Found-In-Treasure-Chests: true
  1756.   Piston:
  1757.    # description of this hat.
  1758.     Description:
  1759.    - '&9У кого-нибудь есть редстоун?'
  1760.     # if true, the hat will be enabled.
  1761.     Enabled: true
  1762.     # if true, the description of this hat will be showed.
  1763.     Show-Description: true
  1764.     # if true, it'll be possible to find
  1765.     # it in treasure chests
  1766.     Can-Be-Found-In-Treasure-Chests: true
  1767.   CommandBlock:
  1768.    # description of this hat.
  1769.     Description:
  1770.    - '&9Контролируй мир!'
  1771.     # if true, the hat will be enabled.
  1772.     Enabled: true
  1773.     # if true, the description of this hat will be showed.
  1774.     Show-Description: true
  1775.     # if true, it'll be possible to find
  1776.     # it in treasure chests
  1777.     Can-Be-Found-In-Treasure-Chests: true
  1778.   Music:
  1779.    # description of this hat.
  1780.     Description:
  1781.    - '&9Ты такой музыкальный.'
  1782.     # if true, the hat will be enabled.
  1783.     Enabled: true
  1784.     # if true, the description of this hat will be showed.
  1785.     Show-Description: true
  1786.     # if true, it'll be possible to find
  1787.     # it in treasure chests
  1788.     Can-Be-Found-In-Treasure-Chests: true
  1789.   Squid:
  1790.    # description of this hat.
  1791.     Description:
  1792.    - '&9Блуп! Блуп!'
  1793.     # if true, the hat will be enabled.
  1794.     Enabled: true
  1795.     # if true, the description of this hat will be showed.
  1796.     Show-Description: true
  1797.     # if true, it'll be possible to find
  1798.     # it in treasure chests
  1799.     Can-Be-Found-In-Treasure-Chests: true
  1800.   Chicken:
  1801.    # description of this hat.
  1802.     Description:
  1803.    - '&9Кооо-ко-кооо!'
  1804.     # if true, the hat will be enabled.
  1805.     Enabled: true
  1806.     # if true, the description of this hat will be showed.
  1807.     Show-Description: true
  1808.     # if true, it'll be possible to find
  1809.     # it in treasure chests
  1810.     Can-Be-Found-In-Treasure-Chests: true
  1811.   Pig:
  1812.    # description of this hat.
  1813.     Description:
  1814.    - '&9Хрю! Хрюю!'
  1815.     # if true, the hat will be enabled.
  1816.     Enabled: true
  1817.     # if true, the description of this hat will be showed.
  1818.     Show-Description: true
  1819.     # if true, it'll be possible to find
  1820.     # it in treasure chests
  1821.     Can-Be-Found-In-Treasure-Chests: true
  1822.   Blaze:
  1823.    # description of this hat.
  1824.     Description:
  1825.    - '&9Аккуратно, огонь!'
  1826.     # if true, the hat will be enabled.
  1827.     Enabled: true
  1828.     # if true, the description of this hat will be showed.
  1829.     Show-Description: true
  1830.     # if true, it'll be possible to find
  1831.     # it in treasure chests
  1832.     Can-Be-Found-In-Treasure-Chests: true
  1833.   Sheep:
  1834.    # description of this hat.
  1835.     Description:
  1836.    - '&9Бэээ.. бээээээ!'
  1837.     # if true, the hat will be enabled.
  1838.     Enabled: true
  1839.     # if true, the description of this hat will be showed.
  1840.     Show-Description: true
  1841.     # if true, it'll be possible to find
  1842.     # it in treasure chests
  1843.     Can-Be-Found-In-Treasure-Chests: true
  1844.   Golem:
  1845.    # description of this hat.
  1846.     Description:
  1847.    - '&9Я буду твоей защитой.'
  1848.     # if true, the hat will be enabled.
  1849.     Enabled: true
  1850.     # if true, the description of this hat will be showed.
  1851.     Show-Description: true
  1852.     # if true, it'll be possible to find
  1853.     # it in treasure chests
  1854.     Can-Be-Found-In-Treasure-Chests: true
  1855.   Enderman:
  1856.    # description of this hat.
  1857.     Description:
  1858.    - '&9Теперь я тут, я снова тут.'
  1859.     # if true, the hat will be enabled.
  1860.     Enabled: true
  1861.     # if true, the description of this hat will be showed.
  1862.     Show-Description: true
  1863.     # if true, it'll be possible to find
  1864.     # it in treasure chests
  1865.     Can-Be-Found-In-Treasure-Chests: true
  1866.   Mario:
  1867.    # description of this hat.
  1868.     Description:
  1869.    - '&9Это я, Марио!'
  1870.     # if true, the hat will be enabled.
  1871.     Enabled: true
  1872.     # if true, the description of this hat will be showed.
  1873.     Show-Description: true
  1874.     # if true, it'll be possible to find
  1875.     # it in treasure chests
  1876.     Can-Be-Found-In-Treasure-Chests: true
  1877.   Luigi:
  1878.    # description of this hat.
  1879.     Description:
  1880.    - '&9Время Луиджи!'
  1881.     # if true, the hat will be enabled.
  1882.     Enabled: true
  1883.     # if true, the description of this hat will be showed.
  1884.     Show-Description: true
  1885.     # if true, it'll be possible to find
  1886.     # it in treasure chests
  1887.     Can-Be-Found-In-Treasure-Chests: true
  1888.   Batman:
  1889.    # description of this hat.
  1890.     Description:
  1891.    - '&9Я чёртов Бэтмэн!'
  1892.     # if true, the hat will be enabled.
  1893.     Enabled: true
  1894.     # if true, the description of this hat will be showed.
  1895.     Show-Description: true
  1896.     # if true, it'll be possible to find
  1897.     # it in treasure chests
  1898.     Can-Be-Found-In-Treasure-Chests: true
  1899.   Chest:
  1900.    # description of this hat.
  1901.     Description:
  1902.    - '&9Открыт.. закрыт.. открыт.. закрыт..'
  1903.     # if true, the hat will be enabled.
  1904.     Enabled: true
  1905.     # if true, the description of this hat will be showed.
  1906.     Show-Description: true
  1907.     # if true, it'll be possible to find
  1908.     # it in treasure chests
  1909.     Can-Be-Found-In-Treasure-Chests: true
  1910.   Skull:
  1911.    # description of this hat.
  1912.     Description:
  1913.    - '&9Ну и кто теперь безголовый?'
  1914.     # if true, the hat will be enabled.
  1915.     Enabled: true
  1916.     # if true, the description of this hat will be showed.
  1917.     Show-Description: true
  1918.     # if true, it'll be possible to find
  1919.     # it in treasure chests
  1920.     Can-Be-Found-In-Treasure-Chests: true
  1921.   Ghost:
  1922.    # description of this hat.
  1923.     Description:
  1924.    - '&9Иди спать, я точно не приду!..'
  1925.     # if true, the hat will be enabled.
  1926.     Enabled: true
  1927.     # if true, the description of this hat will be showed.
  1928.     Show-Description: true
  1929.     # if true, it'll be possible to find
  1930.     # it in treasure chests
  1931.     Can-Be-Found-In-Treasure-Chests: true
  1932.   JackOLantern:
  1933.    # description of this hat.
  1934.     Description:
  1935.    - '&9Я маленькая тыковка!'
  1936.     # if true, the hat will be enabled.
  1937.     Enabled: true
  1938.     # if true, the description of this hat will be showed.
  1939.     Show-Description: true
  1940.     # if true, it'll be possible to find
  1941.     # it in treasure chests
  1942.     Can-Be-Found-In-Treasure-Chests: true
  1943.   ScaryClown:
  1944.    # description of this hat.
  1945.     Description:
  1946.    - '&9Надеюсь, ты не боишься клоунов.'
  1947.     # if true, the hat will be enabled.
  1948.     Enabled: true
  1949.     # if true, the description of this hat will be showed.
  1950.     Show-Description: true
  1951.     # if true, it'll be possible to find
  1952.     # it in treasure chests
  1953.     Can-Be-Found-In-Treasure-Chests: true
  1954.   Santa:
  1955.    # description of this hat.
  1956.     Description:
  1957.    - '&9O-хо-хо! С Новым Годом!'
  1958.     # if true, the hat will be enabled.
  1959.     Enabled: true
  1960.     # if true, the description of this hat will be showed.
  1961.     Show-Description: true
  1962.     # if true, it'll be possible to find
  1963.     # it in treasure chests
  1964.     Can-Be-Found-In-Treasure-Chests: true
  1965.   Snowman:
  1966.    # description of this hat.
  1967.     Description:
  1968.    - '&9У меня нет черепа.. и костей..'
  1969.     # if true, the hat will be enabled.
  1970.     Enabled: true
  1971.     # if true, the description of this hat will be showed.
  1972.     Show-Description: true
  1973.     # if true, it'll be possible to find
  1974.     # it in treasure chests
  1975.     Can-Be-Found-In-Treasure-Chests: true
  1976.   Present:
  1977.    # description of this hat.
  1978.     Description:
  1979.    - '&9От Санты. :)'
  1980.     # if true, the hat will be enabled.
  1981.     Enabled: true
  1982.     # if true, the description of this hat will be showed.
  1983.     Show-Description: true
  1984.     # if true, it'll be possible to find
  1985.     # it in treasure chests
  1986.     Can-Be-Found-In-Treasure-Chests: true
  1987.   Elf:
  1988.    # description of this hat.
  1989.     Description:
  1990.    - '&9Я работаю на Деда Мороза!'
  1991.     # if true, the hat will be enabled.
  1992.     Enabled: true
  1993.     # if true, the description of this hat will be showed.
  1994.     Show-Description: true
  1995.     # if true, it'll be possible to find
  1996.     # it in treasure chests
  1997.     Can-Be-Found-In-Treasure-Chests: true
  1998.   Bedrock:
  1999.    # description of this hat.
  2000.     Description:
  2001.    - '&9Неломаемый.'
  2002.     # if true, the hat will be enabled.
  2003.     Enabled: true
  2004.     # if true, the description of this hat will be showed.
  2005.     Show-Description: true
  2006.     # if true, it'll be possible to find
  2007.     # it in treasure chests
  2008.     Can-Be-Found-In-Treasure-Chests: true
  2009. Emotes:
  2010.   Cry:
  2011.    # description of this emote.
  2012.     Description:
  2013.    - '&9Ты правда грустный? :('
  2014.     # if true, the mount will be enabled.
  2015.     Enabled: true
  2016.     # if true, the description will be showed.
  2017.     Show-Description: true
  2018.     # if true, it'll be possible to find
  2019.     # it in treasure chests
  2020.     Can-Be-Found-In-Treasure-Chests: true
  2021.   Angry:
  2022.    # description of this emote.
  2023.     Description:
  2024.    - '&9Покажи свой гнев остальным!'
  2025.     # if true, the mount will be enabled.
  2026.     Enabled: true
  2027.     # if true, the description will be showed.
  2028.     Show-Description: true
  2029.     # if true, it'll be possible to find
  2030.     # it in treasure chests
  2031.     Can-Be-Found-In-Treasure-Chests: true
  2032.   Happy:
  2033.    # description of this emote.
  2034.     Description:
  2035.    - '&9Не надо напрягаться, надо радоваться..'
  2036.     # if true, the mount will be enabled.
  2037.     Enabled: true
  2038.     # if true, the description will be showed.
  2039.     Show-Description: true
  2040.     # if true, it'll be possible to find
  2041.     # it in treasure chests
  2042.     Can-Be-Found-In-Treasure-Chests: true
  2043.   Cheeky:
  2044.    # description of this emote.
  2045.     Description:
  2046.    - '&9На случай, если ты черезчур дерзок.'
  2047.     # if true, the mount will be enabled.
  2048.     Enabled: true
  2049.     # if true, the description will be showed.
  2050.     Show-Description: true
  2051.     # if true, it'll be possible to find
  2052.     # it in treasure chests
  2053.     Can-Be-Found-In-Treasure-Chests: true
  2054.   Love:
  2055.    # description of this emote.
  2056.     Description:
  2057.    - '&9У тебя такие красивые глаза..'
  2058.     # if true, the mount will be enabled.
  2059.     Enabled: true
  2060.     # if true, the description will be showed.
  2061.     Show-Description: true
  2062.     # if true, it'll be possible to find
  2063.     # it in treasure chests
  2064.     Can-Be-Found-In-Treasure-Chests: true
  2065.   DealWithIt:
  2066.    # description of this emote.
  2067.     Description:
  2068.    - '&9Захотелось повыделываться?'
  2069.     # if true, the mount will be enabled.
  2070.     Enabled: true
  2071.     # if true, the description will be showed.
  2072.     Show-Description: true
  2073.     # if true, it'll be possible to find
  2074.     # it in treasure chests
  2075.     Can-Be-Found-In-Treasure-Chests: true
  2076.   Cool:
  2077.    # description of this emote.
  2078.     Description:
  2079.    - '&9Какой ты крутоой!'
  2080.     # if true, the mount will be enabled.
  2081.     Enabled: true
  2082.     # if true, the description will be showed.
  2083.     Show-Description: true
  2084.     # if true, it'll be possible to find
  2085.     # it in treasure chests
  2086.     Can-Be-Found-In-Treasure-Chests: true
  2087.   Surprised:
  2088.    # description of this emote.
  2089.     Description:
  2090.    - '&9О, МОЙ БОГ!!'
  2091.     # if true, the mount will be enabled.
  2092.     Enabled: true
  2093.     # if true, the description will be showed.
  2094.     Show-Description: true
  2095.     # if true, it'll be possible to find
  2096.     # it in treasure chests
  2097.     Can-Be-Found-In-Treasure-Chests: true
  2098.   Wink:
  2099.    # description of this emote.
  2100.     Description:
  2101.    - '&9Расскажи шутку!'
  2102.     # if true, the mount will be enabled.
  2103.     Enabled: true
  2104.     # if true, the description will be showed.
  2105.     Show-Description: true
  2106.     # if true, it'll be possible to find
  2107.     # it in treasure chests
  2108.     Can-Be-Found-In-Treasure-Chests: true
  2109. # List of commands that won't work when holding a cosmetic, wearing an emote, or wearing a hat.
  2110. # Type commands in lowercase without slashes.
  2111. Disabled-Commands:
  2112. - hat
Add Comment
Please, Sign In to add comment