Fun gadgets for your lobby! Amazing perks for your ranked users!


database:
  host: ""
  port: "3306"
  database: ""
  username: ""
  password: ""
messages:
  selected: "&aSelected: &7[SELECTED]"
  locked: "&cYou don't have permission to use this gadget!"
inventory:
  title: "Gadget selector"
  sound: "CLICK"
close:
  type: "BARRIER"
  slot: 22
  name: "&cClose"
  sound: "LEVEL_UP"
  lore:
    - ""
    - "&7Click here to close this menu!"
item:
  type: "STICK"
  slot: 4
  name: "&bGadget selector &7(Click me)"
  lore:
    - ""
    - "&7Use the item to selected your"
    - "&7favorite cosmetic and enjoy it!"
    - ""
    - "&bRight click &8- &7Use the cosmetic!"
    - "&bLeft click &8- &7Open the selector!"
status:
  locked:
    name: "&cLOCKED"
    sound: "VILLAGER_NO"
  available: "&eCLICK TO SELECT!"
  selected: "&aSELECTED"
gadgets:
  magic-bow:
    type: "BOW"
    slot: 10
    name: "&bMagic bow"
    sound: "ENDERMAN_TELEPORT"
    permission: "lgadgets.use.magic-bow"
    lore:
      - ""
      - "&7Shoot and teleport to the"
      - "&7arrow instantly!"
      - ""
  ender-butt:
    type: "ENDER_PEARL"
    slot: 12
    name: "&bEnder butt"
    sound: "CAT_MEOW"
    permission: "lgadgets.use.ender-butt"
    lore:
      - ""
      - "&7Click to move quickly"
      - "&7to the pointed direction!"
      - ""
  jetpack:
    type: "IRON_BOOTS"
    slot: 14
    name: "&bJetpack"
    sound: "CHICKEN_EGG_POP"
    permission: "lgadgets.use.jetpack"
    lore:
      - ""
      - "&7Click to go up and"
      - "&7move around the world!"
      - ""
  egg-fireworks:
    type: "EGG"
    slot: 16
    name: "&bEgg Fireworks"
    permission: "lgadgets.use.egg-fireworks"
    lore:
      - ""
      - "&7Launch eggs to spawn"
      - "&7colorful fireworks!"
      - ""


 






