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

Помогите Error parsing kit vip: Invalid kit item: 1828681

Тема в разделе "Помощь", создана пользователем PuppyS, 24 ноя 2018.

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

    PuppyS Активный участник

    Баллы:
    61
    Имя в Minecraft:
    PuppyS
    Итак, у меня проблема. Я начинающий тех. администратор и создал сервер на PlayVDS со сборкой TechnoMagic. Начал делать essentials и бац! При написании /kit start пишет That kit is improperly defined.Contact an administrator, но кит выдался. Пишу kit vip, вещи не выдаются , но пишет That kit is improperly defined.Contact an administrator. Вот киты:
    kits:
    start:
    delay: 86400
    items:
    - 310 1
    - 311 1
    - 312 1
    - 313 1
    - 276 1
    - 278 1
    - 279 1
    - 277 1
    - 17 128
    - 30243 12
    - 194 2
    - 975:3 6
    - 241 8
    - 297 6
    - 250:1 1
    - 58 1
    - 2494 1
    food:
    delay: 86400
    items
    - 391 32
    - 260 16
    - 297 12
    - 320 10
    - 357 10
    - 322 5
    vip:
    delay: 2.592.000
    items:
    - 4320:54 1
    - 4344 1
    - 4345 1
    - 4346 1
    - 4347 1
    - 4349 1
    - 4350 1
    - 4351 1
    - 4348 1
    - 434:1 1
    - 439:6 16
    - 4908:400 1
    - 4652:27 1
    Половина вещей из ThaumCraft и аддоны. Помогите!
     
  2. Lightern

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

    Баллы:
    76
    delay: 2.592.000 без точек
     
  3. Автор темы
    PuppyS

    PuppyS Активный участник

    Баллы:
    61
    Имя в Minecraft:
    PuppyS
    Не помогло.
     
  4. InterWall

    InterWall Старожил Пользователь

    Баллы:
    173
    Скинь остальной конфиг, тут определённо чего-то не хватает.
     
  5. Автор темы
    PuppyS

    PuppyS Активный участник

    Баллы:
    61
    Имя в Minecraft:
    PuppyS
    Он как то через раз. Пишу кит вип, норм выдает без проблем. Kit Start с проблемой, но выдается. Сделал kit premium не выдается и пишет тоже самое.
    ############################################################
    # +------------------------------------------------------+ #
    # | Notes | #
    # +------------------------------------------------------+ #
    ############################################################

    # If you want to use special characters in this document, such as accented letters, you MUST save the file as UTF-8, not ANSI.
    # If you receive an error when Essentials loads, ensure that:
    # - No tabs are present: YAML only allows spaces
    # - Indents are correct: YAML hierarchy is based entirely on indentation
    # - You have "escaped" all apostrophes in your text: If you want to write "don't", for example, write "don''t" instead (note the doubled apostrophe)
    # - Text with symbols is enclosed in single or double quotation marks

    # If you have problems join the Essentials help support channel: http://tiny.cc/EssentialsChat

    ############################################################
    # +------------------------------------------------------+ #
    # | Essentials (Global) | #
    # +------------------------------------------------------+ #
    ############################################################

    # A color code between 0-9 or a-f. Set to 'none' to disable.
    ops-name-color: 'none'

    # The character(s) to prefix all nicknames, so that you know they are not true usernames.
    nickname-prefix: ''

    # Disable this if you have any other plugin, that modifies the displayname of a user.
    change-displayname: true

    # When this option is enabled, the (tab) player list will be updated with the displayname.
    # The value of change-displayname (above) has to be true.
    #change-playerlist: true

    # When essentialschat.jar isnt used, force essentials to add the prefix and suffix from permission plugins to displayname
    # This setting is ignored if essentialschat.jar is used, and defaults to 'true'
    # The value of change-displayname (above) has to be true.
    # Do not edit this setting unless you know what you are doing!
    #add-prefix-suffix: false

    # The delay, in seconds, required between /home, /tp, etc.
    teleport-cooldown: 0

    # The delay, in seconds, before a user actually teleports. If the user moves or gets attacked in this timeframe, the teleport never occurs.
    teleport-delay: 0

    # The delay, in seconds, a player can't be attacked by other players after they have been teleported by a command
    # This will also prevent the player attacking other players
    teleport-invulnerability: 0

    # The delay, in seconds, required between /heal attempts
    heal-cooldown: 60

    # What to prevent from /i /give
    # e.g item-spawn-blacklist: 46,11,10
    item-spawn-blacklist:

    # Set this to true if you want permission based item spawn rules
    # Note: The blacklist above will be ignored then.
    # Permissions:
    # - essentials.itemspawn.item-all
    # - essentials.itemspawn.item-[itemname]
    # - essentials.itemspawn.item-[itemid]
    # - essentials.give.item-all
    # - essentials.give.item-[itemname]
    # - essentials.give.item-[itemid]
    # For more information, visit http://wiki.ess3.net/wiki/Command_Reference/ICheat#Item.2FGive
    permission-based-item-spawn: false

    # Mob limit on the /spawnmob command per execution
    spawnmob-limit: 10

    # Shall we notify users when using /lightning
    warn-on-smite: true

    # motd and rules are now configured in the files motd.txt and rules.txt

    # When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take priority.
    # Commands in this list, will tell Essentials to 'not give up' the command to other plugins.
    # In this state, which plugin 'wins' appears to be almost random.
    #
    # If you have two plugin with the same command and you wish to force Essentials to take over, you need an alias.
    # To force essentials to take 'god' alias 'god' to 'egod'.
    # See http://wiki.bukkit.org/Bukkit.yml#aliases for more information

    overridden-commands:
    # - god

    # Disabled commands will be completely unavailable on the server.
    # Disabling commands here will have no effect on command conflicts.
    disabled-commands:
    # - nick

    # These commands will be shown to players with socialSpy enabled
    # You can add commands from other plugins you may want to track or
    # remove commands that are used for something you dont want to spy on
    socialspy-commands:
    - msg
    - w
    - r
    - mail
    - m
    - t
    - whisper
    - emsg
    - tell
    - er
    - reply
    - ereply
    - email
    - action
    - describe
    - eme
    - eaction
    - edescribe
    - etell
    - ewhisper
    - pm
    - call
    - tpa
    - warp
    - kick
    - ban
    - /set
    - wb
    - worldedit
    - worldguard
    - warp
    - pex
    - op
    - deop

    # If you do not wish to use a permission system, you can define a list of 'player perms' below.
    # This list has no effect if you are using a supported permissions system.
    # If you are using an unsupported permissions system simply delete this section.
    # Whitelist the commands and permissions you wish to give players by default (everything else is op only).
    # These are the permissions without the "essentials." part.
    player-commands:
    - afk
    - afk.auto
    - back
    - back.ondeath
    - balance
    - balance.others
    - balancetop
    - build
    - chat.color
    - chat.format
    - chat.shout
    - chat.question
    - clearinventory
    - compass
    - depth
    - delhome
    - getpos
    - geoip.show
    - help
    - helpop
    - home
    - home.others
    - ignore
    - info
    - itemdb
    - kit
    - donate
    - kits.tools
    - list
    - mail
    - mail.send
    - me
    - motd
    - msg
    - msg.color
    - nick
    - near
    - pay
    - ping
    - protect
    - r
    - rules
    - realname
    - seen
    - sell
    - sethome
    - setxmpp
    - signs.create.protection
    - signs.create.trade
    - signs.break.protection
    - signs.break.trade
    - signs.use.balance
    - signs.use.buy
    - signs.use.disposal
    - signs.use.enchant
    - signs.use.free
    - signs.use.gamemode
    - signs.use.heal
    - signs.use.info
    - signs.use.kit
    - signs.use.mail
    - signs.use.protection
    - signs.use.repair
    - signs.use.sell
    - signs.use.time
    - signs.use.trade
    - signs.use.warp
    - signs.use.weather
    - spawn
    - suicide
    - time
    - tpa
    - tpaccept
    - tpahere
    - tpdeny
    - warp
    - warp.list
    - world
    - worth
    - xmpp

    # Note: All items MUST be followed by a quantity!
    # All kit names should be lower case, and will be treated as lower in permissions/costs.
    # Syntax: - itemID[:DataValue/Durability] Amount [Enchantment:Level].. [itemmeta:value]...
    # For Item meta information visit http://wiki.ess3.net/wiki/Item_Meta
    # 'delay' refers to the cooldown between how often you can use each kit, measured in seconds.
    # For more information, visit http://wiki.ess3.net/wiki/Kits
    kits:
    start:
    delay: 86400
    items:
    - 310 1
    - 311 1
    - 312 1
    - 313 1
    - 276 1
    - 278 1
    - 279 1
    - 277 1
    - 17 128
    - 30243 12
    - 194 2
    - 975:3 6
    - 241 8
    - 297 6
    - 250:1 1
    - 58 1
    - 2494 1
    food:
    delay: 86400
    items:
    - 391 32
    - 260 16
    - 297 12
    - 320 10
    - 357 10
    - 322 5
    vip:
    delay: 2592000
    items:
    - 4351 1
    - 4350 1
    - 4349 1
    - 4348 1
    - 4344 1
    - 4345 1
    - 4346 1
    - 4347 1
    - 4320:9 1
    premium:
    delay: 2592000
    items:
    - 2361 1
    - 4844 1
    - 4380 1
    - 4320:54 1
    - 4343 1
    - 4519:27 1
    - 4783:27 1
    - 4846:27 1
    - 4385:1 1
    ic_em:
    delay: 2.592.000
    items:
    - 227:2 1
    - 250:2 1
    - 250:3 1
    - 250:11 1
    - 250:5 1
    - 250:14 1
    - 30125 32
    - 30125:2 32
    - 30125:1 32
    - 30184:9 192
    - 227:5 32
    - 2790:4 3
    - 2790:3 3
    - 27902 3
    deluxe:
    delay: 2.592.000
    items:
    - 2827 1
    - 2828 1
    - 2829 1
    - 2831 1
    - 2855 1
    - 2820:4 8
    - 6578 1
    - 194:3 6
    - 194:2 129
    - 20976 512
    - 6560 1
    - 2656 1
    - 2804:5 1
    - 2805:5 1
    - 2497 1
    dop:
    delay: 2.592.000
    items:
    - 900:2 5
    - 900:3 5
    - 900:6 5
    - 4361:2 1
    - 4361:2 1
    - 901:12
    - 901 64
    - 901:1
    - 900 192
    prime:
    delay: 2.592.000
    items:
    - 6571 1
    - 6582 1
    - 6565 1
    - 2486 1
    - 6572 3
    - 2820:4 32
    - 194:3 12
    - 194:2 512
    - 6360 1
    - 6359 1
    - 6358 1
    - 2871 1
    - 7160 32
    - 6583 1
    - 2805:7 1
    - 2804:7 1
    - 6584 1
    - 6922 1
    - 20976 128
    - 21160 4
    - 21159 256
    Некоторые киты с LavaCraft. Premium , Vip , Food , Start переделал под себя.
     
  6. InterWall

    InterWall Старожил Пользователь

    Баллы:
    173
    В остальных китах точки в delay тоже не нужны. А вообще странно, если такие ID существуют, то должны выдаваться.
     
  7. Автор темы
    PuppyS

    PuppyS Активный участник

    Баллы:
    61
    Имя в Minecraft:
    PuppyS
    Незнаю... Id из ThaumCraft, IC..
     
  8. InterWall

    InterWall Старожил Пользователь

    Баллы:
    173
    Тогда либо убирать предметы из кита по-одному, либо в конфиге после китов и комментариев есть этот ID. Лучше проверь 1828681 поиском по файлу.
     

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