Сборки серверов

СливПлатные

Сейчас онлайн

  • DrboN
  • igormisailov201521
  • Sculmix
  • Vecoo
  • phany
  • Alva18
  • VaDN0V
  • opka
  • myler
  • jeong
  • VacAge
  • lgh29029080
  • hanekinem
  • HizewQ
  • Swaga340
  • nelly1
  • Sh1za
  • Just4Fun
  • gigia
  • hryak3
  • DYarmots
  • KameLiya
  • REALPQ
  • Debs
  • FanstS
  • Egleop088
  • evgenyyurich
  • Atbar
  • Nopaila
  • gjhl1q
  • Fonisha
  • вапм
  • VictorYYS
  • dakeoffic
  • VORON229
  • Sonamint
  • dsad234
  • flopidc
  • holdik
  • daed
  • ntella2005
  • Madonnailvea
  • solothx
  • Ak1draqqe
  • Siorynto
  • EROS666
  • dima1
  • Lexa_Broo
  • 12331231
  • Korolich54
  • chiza
  • MythicWay
  • LiSnow
  • Aimatt
  • dark_moooon
  • Daritos
  • NoNameXAK
  • 1XXGGHD1
  • Daruzost
  • lllllll
  • kirkabak
  • spark_86
  • amidaku
  • limonchelo1010
  • Mikhail1313
  • ytfly
  • DAFSSS11
  • fullrp
  • YouMing233
  • zerobytee
  • MABAIIIU
  • bobobo
  • apelsinka_YT

Помощь Как создать свою категорию в EpicCraftingsPlus

  • Автор темыGlorious
  • Дата начала
Glorious
Помогите с созданием категории в EpicCraftingsPlus, сейчас пытаюсь настроить несколько новых каттегорий, и когда пытаюсь добавить категорию в главное меню выбивает такую ошибку:


categories.yml:
    Categories:
  weapons_armor:
    item:
      id: DIAMOND_SWORD
      name: '&eWeapons&f/&eArmor'
      lore:
      - '&7Here you can find the &cbest'
      - '&7equipment of the server.'
      item_flags:
      - HIDE_ATTRIBUTES
  others:
    permission: epiccraftingsplus.categories.others
    item:
      id: REDSTONE
      name: '&dOther Crafts'
      lore:
      - '&7A lot of stuff you can craft,'
      - '&7like money or the &bVIP &7rank.'
  plate:
    permission: epiccraftingsplus.categories.others
    item:
      id: DIAMOND_CHESTPLATE
      name: '&dOther Crafts'
      lore:
      - '&7A lot of stuff you can craft,'
      - '&7like money or the &bVIP &7rank.'

inventory.yml:
Inventories:
  main:
    slots: 45
    title: '&4&lCrafting Inventory'
    '19':
      type: category:weapons_armor
    '21':
      type: category:others
    '23':
      type: category:plate
  crafting_menu:
    slots: 45
    title: '&4&lCraft your Item'
    0-9;11;17;18;20;26;27;29;35;36-44:
      item:
        id: BLACK_STAINED_GLASS_PANE
        name: ' '
    '36':
      item:
        id: ARROW
        name: '&7Go Back'
      open_inventory: previous
    '19':
      type: final_crafting
    '18':
      type: previous_crafting
    '20':
      type: next_crafting
    '41':
      type: click_to_craft
    '42':
      type: craft_with_money
    12-16;21-25;30-34:
      type: required_item
    '23':
      type: no_required_items
  category_weapons_armor:
    slots: 45
    title: '&4&lWeapons and Armor &8%current_page%/%total_pages%'
    0-9;17;18;26;27;35;36-44:
      item:
        id: BLACK_STAINED_GLASS_PANE
        name: ' '
    '36':
      item:
        id: ARROW
        name: '&7Back to Categories'
      open_inventory: main
      not_show_on_category_crafting_place: true
    '43':
      type: previous_page
    '44':
      type: next_page
    10-16;19-25;28-34:
      type: preview_crafting
  category_others:
    slots: 45
    title: '&4&lOthers &8%current_page%/%total_pages%'
    0-9;17;18;26;27;35;36-44:
      item:
        id: BLACK_STAINED_GLASS_PANE
        name: ' '
    '36':
      item:
        id: ARROW
        name: '&7Back to Categories'
      open_inventory: main
      not_show_on_category_crafting_place: true
    '43':
      type: previous_page
    '44':
      type: next_page
    10-16;19-25;28-34:
      type: preview_crafting
  bypass_cooldown_menu:
    slots: 27
    title: '&4&lBypass Cooldown'
    '13':
      item:
        id: HOPPER
        name: '&a&lAre you sure?'
        lore:
        - '&7Are you sure you want to bypass the'
        - '&ccooldown &7of: &a%crafting_name% &7?'
        - '&7This will cost you: &2$%bypass_cost%'
    '10':
      type: bypass_cooldown_yes
    '16':
      type: bypass_cooldown_no
CustomItems:
  previous_page:
    item:
      id: ARROW
      name: '&7Previous Page'
  next_page:
    item:
      id: ARROW
      name: '&7Next Page'
  previous_crafting:
    item:
      id: RED_STAINED_GLASS_PANE
      name: '&7« Previous Crafting «'
  next_crafting:
    item:
      id: RED_STAINED_GLASS_PANE
      name: '&7» Next Crafting »'
  final_crafting:
    cooldown_info_lore:
    - ''
    - '&9Cooldown: &7%time%'
  preview_crafting:
    name: '&eCraft %name%'
    cooldown_info_lore:
    - ''
    - '&9Cooldown: &7%time%'
    in_cooldown_lore:
    - ''
    - '&8[&cThis craft is being created&8]'
    - '&6You need to wait: &7%time%'
    cooldown_ready_lore:
    - ''
    - '&8[&aThis craft is ready to be claimed!&8]'
    - '&6&lCLICK TO GET IT!'
    bypass_cooldown_lore:
    - ''
    - '&c&lRIGHT CLICK to bypass cooldown'
  required_item:
    status_lore:
    - ''
    - '&6You need this to craft the item'
    - '&8Status: %current_items%&8/%total_items%'
    no_items_status_color: '&c'
    some_items_status_color: '&e'
    all_items_status_color: '&a'
    not_removed_lore:
    - ''
    - '&8[&7This item will NOT be removed!&8]'
  no_required_items:
    item:
      id: BARRIER
      name: '&cThis crafting doesn''t have required items'
  click_to_craft:
    item:
      id: CRAFTING_TABLE
      name: '&2&lClick to Craft It!'
    success_probability_lore:
    - ''
    - '&7Probability of Success: &c%chance%%'
  craft_with_money:
    item:
      id: LIME_DYE
      name: '&6&lCraft Using Money'
      lore:
      - '&7Click to craft for &a$%cost%&7.'
  bypass_cooldown_yes:
    item:
      id: GREEN_TERRACOTTA
      name: '&a&lYES'
  bypass_cooldown_no:
    item:
      id: RED_TERRACOTTA
      name: '&c&lNO'
 

Вложения

  • изображение_2023-06-09_134302580.png
    изображение_2023-06-09_134302580.png
    187,3 КБ · Просмотры: 6
ВерхНиз