UltraCosmetics

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
Uživatelský avatar
variodriver
Příspěvky: 1160
Věk: 15
Registrován: 08 lis 2015, 00:04
Reputation: 25
Bydliště: localhost
Kontaktovat uživatele:

UltraCosmetics

#1 Příspěvekod variodriver » 14 úno 2016, 13:37

Server: 82.208.17.13:27746

Dobrý den, na serveru mám plugin UltraCosmetics. Mám k němu několik dotazů:

1) Chtěl bych, aby si hráči mohli za peníze z iConomy kupovat truhly, které bych nastavil. Jde to?

2) Potřeboval bych, aby na všechny gadgety byli náboje, které by bylo možné najít v truhlách.

Zde je config.

Kód: Vybrat vše

# If set to true, will check for updates
Check-For-Updates: true
# List of the enabled categories.
Categories-Enabled:
  Gadgets: true
  Particle-Effects: true
  Mounts: true
  Pets: true
  Morphs: true
  Hats: true
  Suits: true
# Other settings for categories:
# - The Item in Main Menu.
# - Do you want a BackToMainMenu Arrow in it?
Categories:
  Gadgets:
    Main-Menu-Item: '409:0'
    Go-Back-Arrow: true
    # You wanna show the cooldown of current gadget in actionbar?
    Cooldown-In-ActionBar: true
  Particle-Effects:
    Main-Menu-Item: '399:0'
    Go-Back-Arrow: true
  Mounts:
    Main-Menu-Item: '329:0'
    Go-Back-Arrow: true
  Pets:
    Main-Menu-Item: '352:0'
    Go-Back-Arrow: true
  Morphs:
    Main-Menu-Item: '334:0'
    Go-Back-Arrow: true
  Hats:
    Main-Menu-Item: '314:0'
    Go-Back-Arrow: true
  Suits:
    Main-Menu-Item: '299:0'
    Go-Back-Arrow: true
  Clear-Cosmetic-Item: '152:0'
  # Previous Page Item
  Previous-Page-Item: '368:0'
  # Next Page Item
  Next-Page-Item: '381:0'
  # Back to Main Menu Item
  Back-Main-Menu-Item: '262:0'
  Self-View-Item:
    # Item in Morphs Menu when Self View enabled.
    When-Enabled: '381:0'
    # Item in Morphs Menu when Self View disabled.
    When-Disabled: '368:0'
  Gadgets-Item:
    # Item in Gadgets Menu when Gadgets enabled.
    When-Enabled: '351:10'
    # Item in Gadgets Menu when Gadgets disabled.
    When-Disabled: '351:8'
  # Item in Pets Menu to rename current pet.
  Rename-Pet-Item: '421:0'
  # Should GUI close after selecting a cosmetic?
  Close-GUI-After-Select: true
# Treasure Chests Settings.
# /uc reload will not be enough to toggle them!
#
# NOTE: Money will be given
#       to player even if disabled in case
#       there is nothing to give!
#
#
# About Treasure Chests designs:
# For a list of effect: http://pastebin.com/CVKkufck
# For the chest-types: NORMAL or ENDER
# Material syntax: 'id:data'
# You CAN make more designs just copy one, paste it and modify.
# Not twice same name!
#
# Some infos:
# center-block: The block on the center.
# around-center: Blocks around the center
# third-blocks: blocks "around around" the center.
# below-chests: Block below the chests.
# barriers: the barrier.
# chest-type: The chest type (NORMAL or ENDER)
# effect: The effect (complete list: http://pastebin.com/CVKkufck)
#
# For permission command:
# Change it to correspond to your Permissions plugin!
# Default one is Pex's.
#
TreasureChests:
  Enabled: false
  Key-Price: 10
  Loots:
    Money:
      Enabled: true
      Max: 20
      Chance: 10
      Message:
        enabled: false
        message: '%prefix% &6&l%name% našel %money%$'
    Gadgets-Ammo:
      Enabled: true
      Min: 20
      Max: 500
      Chance: 60
      Message:
        enabled: false
        message: '%prefix% &6&l%name% našel %ammo% %gadget% nábojů!'
    Gadgets:
      Enabled: true
      Chance: 20
      Message:
        enabled: false
        message: '%prefix% &6&l%name% našel %gadget%'
    Mounts:
      Enabled: true
      Chance: 10
      Message:
        enabled: false
        message: '%prefix% &6&l%name% našel proměnu v %mount%'
    Pets:
      Enabled: true
      Chance: 10
      Message:
        enabled: false
        message: '%prefix% &6&l%name% našel mazlíčka %pet%'
    Morphs:
      Enabled: true
      Chance: 4
      Message:
        enabled: true
        message: '%prefix% &6&l%name% našel legendární proměnu %morph%'
    Effects:
      Enabled: true
      Chance: 4
      Message:
        enabled: true
        message: '%prefix% &6&l%name% našel efekt %effect%'
    Hats:
      Enabled: true
      Chance: 10
      Message:
        enabled: false
        message: '%prefix% &6&l%name% našel klobouk %hat%'
    Suits:
      Enabled: true
      Chance: 10
      Message:
        enabled: false
        message: '%prefix% &6&l%name% našel oblečení %suit%'
  Designs:
    Classic:
      center-block: '169:0'
      around-center: '5:0'
      third-blocks: '5:1'
      below-chests: '17:0'
      barriers: '85:0'
      chest-type: NORMAL
      effect: FLAME
    Modern:
      center-block: '169:0'
      around-center: '159:11'
      third-blocks: '155:0'
      below-chests: '159:11'
      barriers: '160:3'
      chest-type: ENDER
      effect: REDSTONE
    Nether:
      center-block: '89:0'
      around-center: '88:0'
      third-blocks: '87:0'
      below-chests: '112:0'
      barriers: '113:0'
      chest-type: NORMAL
      effect: SMOKE_NORMAL
  Permission-Add-Command: pex user %name% add %permission%
# This option will fill the blank slots of inventories
# with a custom item!
Fill-Blank-Slots-With-Item:
  Enabled: false
  Item: '160:15'
# Toggle this to allow players to rename pets.
#
# Permission-Required:
# If true, the permission:
# ultracosmetics.pets.rename
# will be required to rename a pet.
#
# Requires Money:
# If true, money will be required
# to rename a pet.
Pets-Rename:
  Enabled: true
  Permission-Required: false
  Requires-Money:
    Enabled: true
    Price: 100
# Do pets drop items? (not pickable up by players)
Pets-Drop-Items: true
# Are pets babies?
Pets-Are-Babies: true
# Do you want the mounts
# that normally make block trails
# to do so?
Mounts-Block-Trails: true
# This option allows to use ammo
# for gadgets, for limited uses.
# Ammo can be given with /uc give ammo
# or bought from menu when activating gadget.
#
# For the system: 'file' or 'mysql'
#
# If you set mysql, please fill the MySQL infos.
Ammo-System-For-Gadgets:
  Enabled: true
  System: file
  MySQL:
    hostname: TAJNÉ
    username: TAJNÉ
    password: TAJNÉ
    port: 'TAJNÉ'
    database: UltraCosmetics
# The menu item settings.
#
# List for type: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
Menu-Item:
  Give-On-Join: true
  Give-On-Respawn: true
  Slot: 3
  Type: ENDER_CHEST
  Data: 0
  Displayname: '&6&lUltra-Gadgety'
# Settings related to permissions.
#
# List for "Type" https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
No-Permission:
  Show-In-Lore: true
  Lore-Message-Yes: '&o&7Opravnění: &a&lAno!'
  Lore-Message-No: '&o&7Oprávnění: &4&lNe!'
  Dont-Show-Item: false
  Custom-Item:
    enabled: false
    Type: INK_SACK
    Data: 8
    Name: '&c&l{cosmetic-name}'
    Lore:
    - ''
    - '&c&lNemáš oprávnění!'
    - ''
# If set to true, in messages the cosmetics' names
# won't be colored.
# Example:
# With true: &a&lYou activated &9&lPaintball Gun!
# With false: &a&lYou activated Paintball Gun!
Chat-Cosmetic-PlaceHolder-Color: true
# What is the slot for gadgets?
Gadget-Slot: 4
# If toggled to true,
# players will be able to remove
# their current gadget by pressing
# their drop key.
Remove-Gadget-With-Drop: false
# List of the worlds
# where cosmetics are enabled!
Enabled-Worlds:
- Lobby
Gadgets:
  BatBlaster:
    Cooldown: 3.0
    # Description of this gadget.
    Description:
    - '&7&oKaždého potěší když na něj vystřelíš netopýry!'
    - '&7&oKdo by je neměl rád!?!?!?!'
    # Should it affect players? (Velocity, etc.)
    Affect-Players: true
    # if true, the gadget will be enabled.
    Enabled: true
    # if true, the description of gadget will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
    Ammo:
      # You want this gadget to need ammo?
      Enabled: true
      # What price for the ammo?
      Price: 500
      # And how much ammo is given
      # when bought?
      Result-Amount: 20
  Chickenator:
    Cooldown: 5.0
    # Description of this gadget.
    Description:
    - '&7&oPew, bum, KFC.'
    # Should it affect players? (Velocity, etc.)
    Affect-Players: true
    # if true, the gadget will be enabled.
    Enabled: true
    # if true, the description of gadget will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
    Ammo:
      # You want this gadget to need ammo?
      Enabled: true
      # What price for the ammo?
      Price: 500
      # And how much ammo is given
      # when bought?
      Result-Amount: 20
  ColorBomb:
    Cooldown: 15.0
    # Description of this gadget.
    Description:
    - '&7&oBarevná bomba!'
    # Should it affect players? (Velocity, etc.)
    Affect-Players: true
    # if true, the gadget will be enabled.
    Enabled: true
    # if true, the description of gadget will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
    Ammo:
      # You want this gadget to need ammo?
      Enabled: true
      # What price for the ammo?
      Price: 500
      # And how much ammo is given
      # when bought?
      Result-Amount: 20
  DiscoBall:
    Cooldown: 25.0
    # Description of this gadget.
    Description:
    - '&7&oTancujeme!!!!'
    # Should it affect players? (Velocity, etc.)
    Affect-Players: true
    # if true, the gadget will be enabled.
    Enabled: true
    # if true, the description of gadget will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
    Ammo:
      # You want this gadget to need ammo?
      Enabled: true
      # What price for the ammo?
      Price: 500
      # And how much ammo is given
      # when bought?
      Result-Amount: 20
  EtherealPearl:
    Cooldown: 2.0
    # Description of this gadget.
    Description:
    - '&7&oVelké urychlení cesty do minihry!'
    # Should it affect players? (Velocity, etc.)
    Affect-Players: true
    # if true, the gadget will be enabled.
    Enabled: true
    # if true, the description of gadget will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
    Ammo:
      # You want this gadget to need ammo?
      Enabled: true
      # What price for the ammo?
      Price: 500
      # And how much ammo is given
      # when bought?
      Result-Amount: 20
  FleshHook:
    Cooldown: 5.0
    # Description of this gadget.
    Description:
    - '&7&oHázecí háček.'
    # Should it affect players? (Velocity, etc.)
    Affect-Players: true
    # if true, the gadget will be enabled.
    Enabled: true
    # if true, the description of gadget will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
    Ammo:
      # You want this gadget to need ammo?
      Enabled: true
      # What price for the ammo?
      Price: 500
      # And how much ammo is given
      # when bought?
      Result-Amount: 20
  MelonThrower:
    Cooldown: 2.0
    # Description of this gadget.
    Description:
    - '&7&oDeliciously fun!'
    # Should it affect players? (Velocity, etc.)
    Affect-Players: true
    # if true, the gadget will be enabled.
    Enabled: true
    # if true, the description of gadget will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
    Ammo:
      # You want this gadget to need ammo?
      Enabled: true
      # What price for the ammo?
      Price: 500
      # And how much ammo is given
      # when bought?
      Result-Amount: 20
  BlizzardBlaster:
    Cooldown: 5.0
    # Description of this gadget.
    Description:
    - '&7&oLet it go!'
    # Should it affect players? (Velocity, etc.)
    Affect-Players: true
    # if true, the gadget will be enabled.
    Enabled: true
    # if true, the description of gadget will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
    Ammo:
      # You want this gadget to need ammo?
      Enabled: true
      # What price for the ammo?
      Price: 500
      # And how much ammo is given
      # when bought?
      Result-Amount: 20
  PortalGun:
    Cooldown: 0.5
    # Description of this gadget.
    Description:
    - '&7&oMomentum, a function of mass and velocity,'
    - '&7&ois converved between portals. In Layman''''s terms,'
    - '&7&ospeedy thing goes in, speedy thing goes out.'
    # Should it affect players? (Velocity, etc.)
    Affect-Players: true
    # if true, the gadget will be enabled.
    Enabled: true
    # if true, the description of gadget will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
    Ammo:
      # You want this gadget to need ammo?
      Enabled: true
      # What price for the ammo?
      Price: 500
      # And how much ammo is given
      # when bought?
      Result-Amount: 20
  ExplosiveSheep:
    Cooldown: 15.0
    # Description of this gadget.
    Description:
    - '&7&oOvce!'
    - '&7&oKrásně barevné!'
    # Should it affect players? (Velocity, etc.)
    Affect-Players: true
    # if true, the gadget will be enabled.
    Enabled: true
    # if true, the description of gadget will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
    Ammo:
      # You want this gadget to need ammo?
      Enabled: true
      # What price for the ammo?
      Price: 500
      # And how much ammo is given
      # when bought?
      Result-Amount: 20
  PaintballGun:
    Cooldown: 1.0
    # Description of this gadget.
    Description:
    - '&7&oPEW PEW PEW PEW!!!'
    # Should it affect players? (Velocity, etc.)
    Affect-Players: true
    # if true, the gadget will be enabled.
    Enabled: true
    # if true, the description of gadget will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
    # With what block will it paint?
    Block-Type: STAINED_CLAY
    Particle:
      # Should it display particles?
      Enabled: false
      # what particles? (List: http://pastebin.com/CVKkufck)
      Effect: FIREWORKS_SPARK
    # The radius of painting.
    Radius: 2
    # A list of the blocks that
    # can't be painted.
    BlackList:
    - REDSTONE_BLOCK
    Ammo:
      # You want this gadget to need ammo?
      Enabled: true
      # What price for the ammo?
      Price: 500
      # And how much ammo is given
      # when bought?
      Result-Amount: 20
  ThorHammer:
    Cooldown: 3.0
    # Description of this gadget.
    Description:
    - '&7&oZabít!!!!'
    # Should it affect players? (Velocity, etc.)
    Affect-Players: true
    # if true, the gadget will be enabled.
    Enabled: true
    # if true, the description of gadget will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
    Ammo:
      # You want this gadget to need ammo?
      Enabled: true
      # What price for the ammo?
      Price: 500
      # And how much ammo is given
      # when bought?
      Result-Amount: 20
  AntiGravity:
    Cooldown: 15.0
    # Description of this gadget.
    Description:
    - '&7&oChtěl jsi být vždy ve vesmíru?'
    - '&7&oZruš gravitaci!'
    # Should it affect players? (Velocity, etc.)
    Affect-Players: true
    # if true, the gadget will be enabled.
    Enabled: true
    # if true, the description of gadget will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
    Ammo:
      # You want this gadget to need ammo?
      Enabled: true
      # What price for the ammo?
      Price: 500
      # And how much ammo is given
      # when bought?
      Result-Amount: 20
  SmashDown:
    Cooldown: 5.0
    # Description of this gadget.
    Description:
    - '&7&oPrudký start, prudké přisátní!!'
    # Should it affect players? (Velocity, etc.)
    Affect-Players: true
    # if true, the gadget will be enabled.
    Enabled: true
    # if true, the description of gadget will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
    Ammo:
      # You want this gadget to need ammo?
      Enabled: true
      # What price for the ammo?
      Price: 500
      # And how much ammo is given
      # when bought?
      Result-Amount: 20
  Rocket:
    Cooldown: 20.0
    # Description of this gadget.
    Description:
    - '&7&oJá chtěl být vždy kosmonaut!'
    # Should it affect players? (Velocity, etc.)
    Affect-Players: true
    # if true, the gadget will be enabled.
    Enabled: true
    # if true, the description of gadget will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
    Ammo:
      # You want this gadget to need ammo?
      Enabled: true
      # What price for the ammo?
      Price: 500
      # And how much ammo is given
      # when bought?
      Result-Amount: 20
  BlackHole:
    Cooldown: 20.0
    # Description of this gadget.
    Description:
    - '&7&oChceš zmást nepřátele?'
    - '&7&oTohle se hodí!'
    # Should it affect players? (Velocity, etc.)
    Affect-Players: true
    # if true, the gadget will be enabled.
    Enabled: true
    # if true, the description of gadget will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
    Ammo:
      # You want this gadget to need ammo?
      Enabled: true
      # What price for the ammo?
      Price: 500
      # And how much ammo is given
      # when bought?
      Result-Amount: 20
  Tsunami:
    Cooldown: 7.0
    # Description of this gadget.
    Description:
    - '&9&oPOVODĚŇ!!'
    - '&7&oSKOK!'
    - '&7&oJdeme dál!'
    # Should it affect players? (Velocity, etc.)
    Affect-Players: true
    # if true, the gadget will be enabled.
    Enabled: true
    # if true, the description of gadget will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
    Ammo:
      # You want this gadget to need ammo?
      Enabled: true
      # What price for the ammo?
      Price: 500
      # And how much ammo is given
      # when bought?
      Result-Amount: 20
  TNT:
    Cooldown: 3.0
    # Description of this gadget.
    Description:
    - '&7&oS výbušninama je sranda!'
    - '&7&oBUUUUUUUUUUUUUUUUUUUUUM!'
    # Should it affect players? (Velocity, etc.)
    Affect-Players: true
    # if true, the gadget will be enabled.
    Enabled: true
    # if true, the description of gadget will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
    Ammo:
      # You want this gadget to need ammo?
      Enabled: true
      # What price for the ammo?
      Price: 500
      # And how much ammo is given
      # when bought?
      Result-Amount: 20
  FunGun:
    Cooldown: 2.0
    # Description of this gadget.
    Description:
    - '&7&oWoow! Kouzelná hůlka!'
    # Should it affect players? (Velocity, etc.)
    Affect-Players: true
    # if true, the gadget will be enabled.
    Enabled: true
    # if true, the description of gadget will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
    Ammo:
      # You want this gadget to need ammo?
      Enabled: true
      # What price for the ammo?
      Price: 500
      # And how much ammo is given
      # when bought?
      Result-Amount: 20
  Parachute:
    Cooldown: 20.0
    # Description of this gadget.
    Description:
    - '&7&oPadáááááááááááááááááááááááááám!'
    # Should it affect players? (Velocity, etc.)
    Affect-Players: true
    # if true, the gadget will be enabled.
    Enabled: true
    # if true, the description of gadget will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
    Ammo:
      # You want this gadget to need ammo?
      Enabled: true
      # What price for the ammo?
      Price: 500
      # And how much ammo is given
      # when bought?
      Result-Amount: 20
  QuakeGun:
    Cooldown: 3.0
    # Description of this gadget.
    Description:
    - '&7&oOdhoď někoho do vzduchu!'
    # Should it affect players? (Velocity, etc.)
    Affect-Players: true
    # if true, the gadget will be enabled.
    Enabled: true
    # if true, the description of gadget will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
    Ammo:
      # You want this gadget to need ammo?
      Enabled: true
      # What price for the ammo?
      Price: 500
      # And how much ammo is given
      # when bought?
      Result-Amount: 20
  GhostParty:
    Cooldown: 15.0
    # Description of this gadget.
    Description:
    - '&7&oByl jsi už na party duchů?'
    - '&f&lMáš &4&lpříležitost!!!!'
    # Should it affect players? (Velocity, etc.)
    Affect-Players: true
    # if true, the gadget will be enabled.
    Enabled: true
    # if true, the description of gadget will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
    Ammo:
      # You want this gadget to need ammo?
      Enabled: true
      # What price for the ammo?
      Price: 500
      # And how much ammo is given
      # when bought?
      Result-Amount: 20
  Firework:
    Cooldown: 0.2
    # Description of this gadget.
    Description:
    - '&7&oMáš rád ohňostroje?'
    - '&7&oKrásně svítí!'
    # Should it affect players? (Velocity, etc.)
    Affect-Players: true
    # if true, the gadget will be enabled.
    Enabled: true
    # if true, the description of gadget will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
    Ammo:
      # You want this gadget to need ammo?
      Enabled: true
      # What price for the ammo?
      Price: 500
      # And how much ammo is given
      # when bought?
      Result-Amount: 20
  ChristmasTree:
    Cooldown: 13.0
    # Description of this gadget.
    Description:
    - '&7&oVánoce vánoce přicházejí...'
    - '&7&oVánoce po celý rok!'
    # Should it affect players? (Velocity, etc.)
    Affect-Players: true
    # if true, the gadget will be enabled.
    Enabled: true
    # if true, the description of gadget will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
    Ammo:
      # You want this gadget to need ammo?
      Enabled: true
      # What price for the ammo?
      Price: 500
      # And how much ammo is given
      # when bought?
      Result-Amount: 20
  FreezeCannon:
    Cooldown: 8.0
    # Description of this gadget.
    Description:
    - '&7&oLedové království!'
    # Should it affect players? (Velocity, etc.)
    Affect-Players: true
    # if true, the gadget will be enabled.
    Enabled: true
    # if true, the description of gadget will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
    Ammo:
      # You want this gadget to need ammo?
      Enabled: true
      # What price for the ammo?
      Price: 500
      # And how much ammo is given
      # when bought?
      Result-Amount: 20
  Snowball:
    Cooldown: 0.5
    # Description of this gadget.
    Description:
    - '&7&oZimní super koulovačka!'
    # Should it affect players? (Velocity, etc.)
    Affect-Players: true
    # if true, the gadget will be enabled.
    Enabled: true
    # if true, the description of gadget will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
    Ammo:
      # You want this gadget to need ammo?
      Enabled: true
      # What price for the ammo?
      Price: 500
      # And how much ammo is given
      # when bought?
      Result-Amount: 20
  PartyPopper:
    Cooldown: 2.0
    # Description of this gadget.
    Description:
    - '&7&oJá zvracim!'
    - '&7&oFUUUUUUUUUUUUUUUUUUJ!'
    # Should it affect players? (Velocity, etc.)
    Affect-Players: true
    # if true, the gadget will be enabled.
    Enabled: true
    # if true, the description of gadget will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
    Ammo:
      # You want this gadget to need ammo?
      Enabled: true
      # What price for the ammo?
      Price: 500
      # And how much ammo is given
      # when bought?
      Result-Amount: 20
  Trampoline:
    Cooldown: 20.0
    # Description of this gadget.
    Description:
    - '&7&oHop!'
    - '&7&oSkok!'
    - '&7&oJá létám!!'
    # Should it affect players? (Velocity, etc.)
    Affect-Players: true
    # if true, the gadget will be enabled.
    Enabled: true
    # if true, the description of gadget will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
    Ammo:
      # You want this gadget to need ammo?
      Enabled: true
      # What price for the ammo?
      Price: 500
      # And how much ammo is given
      # when bought?
      Result-Amount: 20
Mounts:
  DruggedHorse:
    # Description of this mount.
    Description:
    - '&7&oDokážeš řídit zdrogovaného koně?!'
    # if true, the mount will be enabled.
    Enabled: true
    # if true, the description will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  InfernalHorror:
    # Description of this mount.
    Description:
    - '&7&oKůň kostlivec! Pomooooooooooc'
    # if true, the mount will be enabled.
    Enabled: true
    # if true, the description will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  GlacialSteed:
    # Description of this mount.
    Description:
    - '&7&oSněžný kůň přinesl zimu ze sněžného polu!!'
    # if true, the mount will be enabled.
    Enabled: true
    # if true, the description will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  WalkingDead:
    # Description of this mount.
    Description:
    - '&7&oUAAAAAAAAAAAAAAAAAAAAAAAAAAA...'
    # if true, the mount will be enabled.
    Enabled: true
    # if true, the description will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  MountOfFire:
    # Description of this mount.
    Description:
    - '&7&oTento kůň pochází z pekla!'
    # if true, the mount will be enabled.
    Enabled: true
    # if true, the description will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  MountOfWater:
    # Description of this mount.
    Description:
    - '&7&oKůň boha vody!!'
    # if true, the mount will be enabled.
    Enabled: true
    # if true, the description will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  EcologistHorse:
    # Description of this mount.
    Description:
    - '&7&oTento kůň neničí atmosferu když jezdí! (To asi všechny koně. xD)'
    # if true, the mount will be enabled.
    Enabled: true
    # if true, the description will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  Snake:
    # Description of this mount.
    Description:
    - '&7&oMáš rád minihru snake? Trénuj zde!'
    # if true, the mount will be enabled.
    Enabled: true
    # if true, the description will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  NyanSheep:
    # Description of this mount.
    Description:
    - '&4&lBarva &6&lBarva &e&lBarva'
    - '&a&lBarva &3&lBarva &9&lBarva'
    # if true, the mount will be enabled.
    Enabled: true
    # if true, the description will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  Dragon:
    # Description of this mount.
    Description:
    - '&7&oUmíš létat na dakovi?'
    # if true, the mount will be enabled.
    Enabled: true
    # if true, the description will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  SkySquid:
    # Description of this mount.
    Description:
    - '&7&oVODA.'
    # if true, the mount will be enabled.
    Enabled: true
    # if true, the description will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  Slime:
    # Description of this mount.
    Description:
    - '&7&oČvacht! Čvacht!'
    # if true, the mount will be enabled.
    Enabled: true
    # if true, the description will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  HypeCart:
    # Description of this mount.
    Description:
    - '&7&oJsi závodník F1?'
    - '&7&oZjisti to!'
    # if true, the mount will be enabled.
    Enabled: true
    # if true, the description will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  Spider:
    # Description of this mount.
    Description:
    - '&7&oTY JSI pavoučí žokej!'
    # if true, the mount will be enabled.
    Enabled: true
    # if true, the description will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  Rudolph:
    # Description of this mount.
    Description:
    - '&7&oChceš být santa?'
    - '&7&oSanta musí mít svého soba!'
    # if true, the mount will be enabled.
    Enabled: true
    # if true, the description will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  MoltenSnake:
    # Description of this mount.
    Description:
    - '&7&oOhnivý létající had!'
    # if true, the mount will be enabled.
    Enabled: true
    # if true, the description will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  FlyingShip:
    # Description of this mount.
    Description:
    - '&7&oBombardovací loď!'
    # if true, the mount will be enabled.
    Enabled: true
    # if true, the description will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
Particle-Effects:
  RainCloud:
    # Description of this particle effect.
    Description:
    - '&7&oThe weather forecast'
    - '&7&ois telling me it''s raining.'
    # if true, the effect will be enabled.
    Enabled: true
    # if true, the description will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  SnowCloud:
    # Description of this particle effect.
    Description:
    - '&7&oThe weather forecast'
    - '&7&ois telling me it''s snowing.'
    # if true, the effect will be enabled.
    Enabled: true
    # if true, the description will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  BloodHelix:
    # Description of this particle effect.
    Description:
    - '&7&oAncient legend says this magic'
    - '&7&oempowers the blood of its user,'
    - '&7&ogiving them godly powers..'
    # if true, the effect will be enabled.
    Enabled: true
    # if true, the description will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  FrostLord:
    # Description of this particle effect.
    Description:
    - '&7&oI am The Almighty Frostlord!'
    # if true, the effect will be enabled.
    Enabled: true
    # if true, the description will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  FlameRings:
    # Description of this particle effect.
    Description:
    - '&7&oWatch out! They are hot!'
    # if true, the effect will be enabled.
    Enabled: true
    # if true, the description will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  InLove:
    # Description of this particle effect.
    Description:
    - '&7&oOMG wow I''m in love!'
    # if true, the effect will be enabled.
    Enabled: true
    # if true, the description will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  GreenSparks:
    # Description of this particle effect.
    Description:
    - '&7&oLittle and green sparkly sparks!'
    # if true, the effect will be enabled.
    Enabled: true
    # if true, the description will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  FrozenWalk:
    # Description of this particle effect.
    Description:
    - '&7&oMy feet are so cold!'
    # if true, the effect will be enabled.
    Enabled: true
    # if true, the description will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  Music:
    # Description of this particle effect.
    Description:
    - '&7&oMuch music!'
    # if true, the effect will be enabled.
    Enabled: true
    # if true, the description will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  Enchanted:
    # Description of this particle effect.
    Description:
    - '&7&oBecome an almighty enchanter!'
    # if true, the effect will be enabled.
    Enabled: true
    # if true, the description will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  Inferno:
    # Description of this particle effect.
    Description:
    - '&7&oEffect created by Satan himself!'
    # if true, the effect will be enabled.
    Enabled: true
    # if true, the description will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  AngelWings:
    # Description of this particle effect.
    Description:
    - '&7&oBecome an angel!'
    # if true, the effect will be enabled.
    Enabled: true
    # if true, the description will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  SuperHero:
    # Description of this particle effect.
    Description:
    - '&7&oBecome Superman!'
    # if true, the effect will be enabled.
    Enabled: true
    # if true, the description will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  SantaHat:
    # Description of this particle effect.
    Description:
    - '&7&oBecome Santa!'
    # if true, the effect will be enabled.
    Enabled: true
    # if true, the description will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  CrushedCandyCane:
    # Description of this particle effect.
    Description:
    - '&7&oThere''s no such thing as too much'
    - '&7&oChristmas Candy. Do not listen'
    - '&7&oto your dentist.'
    # if true, the effect will be enabled.
    Enabled: true
    # if true, the description will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  EnderAura:
    # Description of this particle effect.
    Description:
    - '&7&oThese mystic particle attach to'
    - '&7&oonly the most legendary of players!'
    # if true, the effect will be enabled.
    Enabled: true
    # if true, the description will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  FlameFairy:
    # Description of this particle effect.
    Description:
    - '&7&oHEY!!'
    # if true, the effect will be enabled.
    Enabled: true
    # if true, the description will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
Pets:
  Piggy:
    # description of this pet.
    Description:
    - '&7&oOink! Oink!'
    # if true, the pet will be enabled.
    Enabled: true
    # if true, the description will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  Sheep:
    # description of this pet.
    Description:
    - '&7&oBaaaa, baa'
    # if true, the pet will be enabled.
    Enabled: true
    # if true, the description will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  EasterBunny:
    # description of this pet.
    Description:
    - '&7&oIs it Easter yet?'
    # if true, the pet will be enabled.
    Enabled: true
    # if true, the description will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  Cow:
    # description of this pet.
    Description:
    - '&7&oMoooo!'
    # if true, the pet will be enabled.
    Enabled: true
    # if true, the description will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  Kitty:
    # description of this pet.
    Description:
    - '&7&oMeoooow'
    # if true, the pet will be enabled.
    Enabled: true
    # if true, the description will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  Dog:
    # description of this pet.
    Description:
    - '&7&oWoof!'
    # if true, the pet will be enabled.
    Enabled: true
    # if true, the description will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  Chick:
    # description of this pet.
    Description:
    - '&7&oBwaaaaaaak!!'
    # if true, the pet will be enabled.
    Enabled: true
    # if true, the description will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  Wither:
    # description of this pet.
    Description:
    - '&7&oWatch out for me..'
    # if true, the pet will be enabled.
    Enabled: true
    # if true, the description will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  Pumpling:
    # description of this pet.
    Description:
    - '&7&oJust a little floating pumpkin'
    # if true, the pet will be enabled.
    Enabled: true
    # if true, the description will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  ChristmasElf:
    # description of this pet.
    Description:
    - '&7&oI can make presents for you!'
    # if true, the pet will be enabled.
    Enabled: true
    # if true, the description will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
Hats:
  Astronaut:
    # description of this hat.
    Description:
    - '&7&oHouston, we have got a problem.'
    # if true, the hat will be enabled.
    Enabled: true
    # if true, the description of this hat will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  Scared:
    # description of this hat.
    Description:
    - '&7&oOh gawd, that scared me!'
    # if true, the hat will be enabled.
    Enabled: true
    # if true, the description of this hat will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  Angel:
    # description of this hat.
    Description:
    - '&7&oDid it hurt when you fell from heaven?'
    # if true, the hat will be enabled.
    Enabled: true
    # if true, the description of this hat will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  Embarassed:
    # description of this hat.
    Description:
    - '&7&oI am kinda embarassed by that.'
    # if true, the hat will be enabled.
    Enabled: true
    # if true, the description of this hat will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  Kissy:
    # description of this hat.
    Description:
    - '&7&oWanna kiss?'
    # if true, the hat will be enabled.
    Enabled: true
    # if true, the description of this hat will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  Sad:
    # description of this hat.
    Description:
    - '&7&oI am so sad.'
    # if true, the hat will be enabled.
    Enabled: true
    # if true, the description of this hat will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  Cool:
    # description of this hat.
    Description:
    - '&7&oI am such a cool guy.'
    # if true, the hat will be enabled.
    Enabled: true
    # if true, the description of this hat will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  Surprised:
    # description of this hat.
    Description:
    - '&7&oWow, did not expect that!'
    # if true, the hat will be enabled.
    Enabled: true
    # if true, the description of this hat will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  Dead:
    # description of this hat.
    Description:
    - '&7&ogot rekt'
    # if true, the hat will be enabled.
    Enabled: true
    # if true, the description of this hat will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  Crying:
    # description of this hat.
    Description:
    - '&7&oi cri evrytiem'
    # if true, the hat will be enabled.
    Enabled: true
    # if true, the description of this hat will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  BigSmile:
    # description of this hat.
    Description:
    - '&7&oUh, because I am really happy!'
    # if true, the hat will be enabled.
    Enabled: true
    # if true, the description of this hat will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  Wink:
    # description of this hat.
    Description:
    - '&7&oYou know what I mean ;)'
    # if true, the hat will be enabled.
    Enabled: true
    # if true, the description of this hat will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  Derp:
    # description of this hat.
    Description:
    - '&7&oDerp Derp Derping all around'
    # if true, the hat will be enabled.
    Enabled: true
    # if true, the description of this hat will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  Smile:
    # description of this hat.
    Description:
    - '&7&oUh, because I am happy'
    # if true, the hat will be enabled.
    Enabled: true
    # if true, the description of this hat will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  Iron:
    # description of this hat.
    Description:
    - '&7&oAs hard as iron!'
    # if true, the hat will be enabled.
    Enabled: true
    # if true, the description of this hat will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  Gold:
    # description of this hat.
    Description:
    - '&7&oMy precious!'
    # if true, the hat will be enabled.
    Enabled: true
    # if true, the description of this hat will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  Diamond:
    # description of this hat.
    Description:
    - '&7&oThis is really strong!'
    # if true, the hat will be enabled.
    Enabled: true
    # if true, the description of this hat will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  Piston:
    # description of this hat.
    Description:
    - '&7&oHave you got the redstone?'
    # if true, the hat will be enabled.
    Enabled: true
    # if true, the description of this hat will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  CommandBlock:
    # description of this hat.
    Description:
    - '&7&oControl the world with it!'
    # if true, the hat will be enabled.
    Enabled: true
    # if true, the description of this hat will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  Music:
    # description of this hat.
    Description:
    - '&7&oYou are so musical.'
    # if true, the hat will be enabled.
    Enabled: true
    # if true, the description of this hat will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  Squid:
    # description of this hat.
    Description:
    - '&7&oBloop Bloop!'
    # if true, the hat will be enabled.
    Enabled: true
    # if true, the description of this hat will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  Chicken:
    # description of this hat.
    Description:
    - '&7&oBwwaaaaaaaaaaaakkkkk!'
    # if true, the hat will be enabled.
    Enabled: true
    # if true, the description of this hat will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  Pig:
    # description of this hat.
    Description:
    - '&7&oOink Oink!'
    # if true, the hat will be enabled.
    Enabled: true
    # if true, the description of this hat will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  Blaze:
    # description of this hat.
    Description:
    - '&7&oWatch out for the fire!'
    # if true, the hat will be enabled.
    Enabled: true
    # if true, the description of this hat will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  Sheep:
    # description of this hat.
    Description:
    - '&7&oBaaaa, baa'
    # if true, the hat will be enabled.
    Enabled: true
    # if true, the description of this hat will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  Golem:
    # description of this hat.
    Description:
    - '&7&oI am your guard.'
    # if true, the hat will be enabled.
    Enabled: true
    # if true, the description of this hat will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  Enderman:
    # description of this hat.
    Description:
    - '&7&oNow I am here, now I am there.'
    # if true, the hat will be enabled.
    Enabled: true
    # if true, the description of this hat will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  Mario:
    # description of this hat.
    Description:
    - '&7&oIt is me! Mario!'
    # if true, the hat will be enabled.
    Enabled: true
    # if true, the description of this hat will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  Luigi:
    # description of this hat.
    Description:
    - '&7&oLuigi time!'
    # if true, the hat will be enabled.
    Enabled: true
    # if true, the description of this hat will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  Batman:
    # description of this hat.
    Description:
    - '&7&oI am batman!'
    # if true, the hat will be enabled.
    Enabled: true
    # if true, the description of this hat will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  Chest:
    # description of this hat.
    Description:
    - '&7&oOpen, and close'
    # if true, the hat will be enabled.
    Enabled: true
    # if true, the description of this hat will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  Skull:
    # description of this hat.
    Description:
    - '&7&oWho iss headless now?'
    # if true, the hat will be enabled.
    Enabled: true
    # if true, the description of this hat will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  Ghost:
    # description of this hat.
    Description:
    - '&7&o2spooky4u'
    # if true, the hat will be enabled.
    Enabled: true
    # if true, the description of this hat will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  JackOLantern:
    # description of this hat.
    Description:
    - '&7&oA little pumkin'
    # if true, the hat will be enabled.
    Enabled: true
    # if true, the description of this hat will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  ScaryClown:
    # description of this hat.
    Description:
    - '&7&oHope you are not scared of clowns.'
    # if true, the hat will be enabled.
    Enabled: true
    # if true, the description of this hat will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  Santa:
    # description of this hat.
    Description:
    - '&7&oOh oh oh! Merry Christmas!'
    # if true, the hat will be enabled.
    Enabled: true
    # if true, the description of this hat will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  Snowman:
    # description of this hat.
    Description:
    - '&7&oI don''t have a skull.. or bones'
    # if true, the hat will be enabled.
    Enabled: true
    # if true, the description of this hat will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  Present:
    # description of this hat.
    Description:
    - '&7&oFrom Santa, to you!'
    # if true, the hat will be enabled.
    Enabled: true
    # if true, the description of this hat will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  Elf:
    # description of this hat.
    Description:
    - '&7&oI work for Santa!'
    # if true, the hat will be enabled.
    Enabled: true
    # if true, the description of this hat will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
Suits:
  Rave:
    # if true, the suit will be enabled.
    Enabled: true
    # if true, the description of this suit will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  Astronaut:
    # if true, the suit will be enabled.
    Enabled: true
    # if true, the description of this suit will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  Diamond:
    # if true, the suit will be enabled.
    Enabled: true
    # if true, the description of this suit will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true
  Santa:
    # if true, the suit will be enabled.
    Enabled: true
    # if true, the description of this suit will be showed.
    Show-Description: true
    # if true, it'll be possible to find
    # it in treasure chests
    Can-Be-Found-In-Treasure-Chests: true


Kdo dobře poradí má K+
Naposledy upravil(a) variodriver dne 16 úno 2016, 07:57, celkem upraveno 1 x.
Obrázek
ObrázekObrázek

Smexhy
Příspěvky: 5602
Věk: 26
Registrován: 31 říj 2012, 15:50
Reputation: 20
Bydliště: Slovensko
Kontaktovat uživatele:

Re: UltraCosmetics

#2 Příspěvekod Smexhy » 14 úno 2016, 14:29

UltraCosmetics je platený plugin, dolož dôkaz o tom že ho máš kúpený.

Dr.Wolf
Příspěvky: 310
Registrován: 21 črc 2015, 21:00
Reputation: 0

Re: UltraCosmetics

#3 Příspěvekod Dr.Wolf » 14 úno 2016, 14:42

Jestli ho máš koupený tak o pomoc můžeš rovnou požádat programatora toho pluginu, protože ten ho zná nejlépe
Obrázek

Smexhy
Příspěvky: 5602
Věk: 26
Registrován: 31 říj 2012, 15:50
Reputation: 20
Bydliště: Slovensko
Kontaktovat uživatele:

Re: UltraCosmetics

#4 Příspěvekod Smexhy » 14 úno 2016, 14:50

Záleží od toho, ktorý plugin presne myslí, pošli odkaz.

Uživatelský avatar
variodriver
Příspěvky: 1160
Věk: 15
Registrován: 08 lis 2015, 00:04
Reputation: 25
Bydliště: localhost
Kontaktovat uživatele:

Re: UltraCosmetics

#5 Příspěvekod variodriver » 14 úno 2016, 19:16

Obrázek
ObrázekObrázek

Dr.Wolf
Příspěvky: 310
Registrován: 21 črc 2015, 21:00
Reputation: 0

Re: UltraCosmetics

#6 Příspěvekod Dr.Wolf » 14 úno 2016, 20:21

Ano takže plugin, který není placený s tím už se dá pracovat :)

-- 14 úno 2016, 19:29 --

A jinak to kupování truhel jde.
Obrázek

Uživatelský avatar
variodriver
Příspěvky: 1160
Věk: 15
Registrován: 08 lis 2015, 00:04
Reputation: 25
Bydliště: localhost
Kontaktovat uživatele:

Re: UltraCosmetics

#7 Příspěvekod variodriver » 14 úno 2016, 20:37

A jde nějak nastavit vlastní truhla, a to místo, kde se vybírá? Jak se dá otevřít ta současná? Případně i ta nastavit.

PS: Když jsem plugin stahoval, nikde jsem si nevšimnul že je i placená verze. Je na autorovy jestli ho bude prodávat, nebo rozdávat. ;)
Obrázek
ObrázekObrázek

Uživatelský avatar
Hanakocz
Příspěvky: 3228
Věk: 34
Registrován: 25 črc 2013, 20:53
Reputation: 7
Kontaktovat uživatele:

Re: UltraCosmetics

#8 Příspěvekod Hanakocz » 14 úno 2016, 21:10

variodriver píše:PS: Když jsem plugin stahoval, nikde jsem si nevšimnul že je i placená verze. Je na autorovy jestli ho bude prodávat, nebo rozdávat. ;)

Ano, to jistě, jen často má free verze osekané možnosti oproti placené, takže ti něco může chybět.
Industry 2.0 -> 1.7.10 GregTech6 server. Pro připojení stačí napsat.
Člen ligy pro aktualizaci serverů na novější verze a rozšíření modovaného MC.
Discord FH : http://discord.fakaheda.eu/ (sem psát pokud chcete poradit s MC mody akutně)

Uživatelský avatar
variodriver
Příspěvky: 1160
Věk: 15
Registrován: 08 lis 2015, 00:04
Reputation: 25
Bydliště: localhost
Kontaktovat uživatele:

Re: UltraCosmetics

#9 Příspěvekod variodriver » 14 úno 2016, 21:41

A jaké mam s FREE verzí u tohoto pluginu možnosti?
Obrázek
ObrázekObrázek

Smexhy
Příspěvky: 5602
Věk: 26
Registrován: 31 říj 2012, 15:50
Reputation: 20
Bydliště: Slovensko
Kontaktovat uživatele:

Re: UltraCosmetics

#10 Příspěvekod Smexhy » 14 úno 2016, 23:14

Tak určite to píše v dokumentácii pluginu.


Zpět na „Minecraft, Tekkit“

Kdo je online

Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 19 hostů