Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

[Pytanie] Podrzuci ktos gotowe kits'y sky wars?


Rekomendowane odpowiedzi

Opublikowano

Witam! Tak jak w temacie poszukuje skonfigurowanego pliku kits.yml z pluginu sky wars.

Moge nawet zaplacic, jesli bedzie trzeba.

Wymagam

-Minimum 7 kitów, dla vipa, supervipa itp.

Opublikowano
# ####### kits.yml #######
#
# Kit configuration
#
# For documentation, please visit
# https://github.com/SkyWars/SkyWars/wiki/Configuration-kits
# #########

my-first-kit:
  # This kit has a cost of 200002.
  # It is a bit overpowered, so you may want to remove it.
  cost: 200002
  items:
    # You can list any number of items here.
    # Each item has a type:. It also may optionally have an enchantments:
    # and amount:
    # The type is a material name. You can get a list of these here:
    # http://tiny.cc/BukkitMaterial
    - {type: ARROW, amount: 22}
    # When amount is not given, it defaults to 1.
    - {type: BOW}
  # You can also define a helmet, chestplate, leggings and boots.
  # These will automatically be placed in the armor slots of the player.
  helmet: {type: DIAMOND_HELMET}
  chestplate: {type: DIAMOND_CHESTPLATE}
  leggings: {type: DIAMOND_LEGGINGS}
  # Every item may have an enchantments:. This contains a bunch of enchantments
  # for the item. You can go to http://tiny.cc/BukkitEnchants to see a list of
  # all the enchantment names.
  boots: {type: DIAMOND_BOOTS, enchantments: {PROTECTION_FIRE: 2, PROTECTION_FALL: 1}}
donator-kit:
  # You can define a permission, a cost, or both for a kit.
  # When you define a permission, the kit is only shown to people with that
  # permission.
  # This donor kit is not that great, so you may want to change it.
  permission: myserver.donator.kit
  items:
    - {type: DIAMOND_SWORD, amount: 1, enchantments: {KNOCKBACK: 2}}
costly-donator-kit:
  # This kit both requires the permission 'myserver.donator.kit2' and costs 20000.
  permission: myserver.donator.kit2
  cost: 20000
  boots: {type: DIAMOND_BOOTS}

Tylko te kity chyba nie dzialaja, cza nowe dodac ;P BEDE BARDZO WDZIECZNY!

  • 2 miesiące temu...

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...