1. Вы находитесь в сообществе Rubukkit. Мы - администраторы серверов Minecraft, разрабатываем собственные плагины и переводим на различные языки плагины наших коллег из других стран.
    Скрыть объявление
Скрыть объявление
В преддверии глобального обновления, мы проводим исследования, которые помогут нам сделать опыт пользования форумом ещё удобнее. Помогите нам, примите участие!

Помогите По плагину SkyWars Reloaded. Не работают киты

Тема в разделе "Помощь", создана пользователем BVGames, 7 окт 2017.

  1. Автор темы
    BVGames

    BVGames Активный участник Пользователь

    Баллы:
    61
    Имя в Minecraft:
    _BVG_
    Я делаю 1 в 1 как в начальном но не фига.
    Код:
    #The name of the kit
    kitName: Start kit
    # The material this kit should have in the inventory menu
    icon: crafting_table
    # The position the kit will hold in the inventory menu starting from the top left and moving right.
    # No two kits can use the same number. This value allows you to sort the kits however you want.
    menuPostion: 0
    # The cost to use the kit in one game.
    cost: 0
    # The cost to permanent unlock the kit.
    permCost: 0
    # Additional text added to the lores of the item in the inventory menu. You can use color codes at the start of each line. (optional)
    details:
    - '&aСтартовый набор'
    # The items in this kit. First item should be the material name (as found on http://jd.bukkit.org/rb/apidocs/org/bukkit/Material.html)
    # The second number is the quantity of the item that will be given.
    # The third item and so on is for Enchantments. You can add multiple enchantments by putting a space between each one.
    items:
    - wooden_sword 1
    - wooden_shovel 1
    - wooden_pickaxe 1
    - wooden_axe 1
    # The potion effects give with this kit. First item should be the potion effect name (as found on http://minecraft.gamepedia.com/Status_effect). No Spaces.
    # The second number is length of time (in seconds) the effect lasts (-1 is Infinite).
    # The third item is the potion strength level.
    potionEffects:
    - strength -1 2
    - speed 30 1
    - fireresistance 300 3
     

Поделиться этой страницей