Вопрос Хотел создать кастомные крафты, но крафт не работает

Ядро
Paper

Stelkis

Пользователь
Сообщения
2
Плагин
CustomRecipes
Ядро сервера
  1. Paper
Версия сервера
  1. 1.21
Память сервера ОЗУ
8Gb
Ссылка
https://www.spigotmc.org/resources/%E2%96%BA%E2%96%BA-customrecipes-1-8-x-1-21-x-advanced-recipes-made-easy-%E2%97%84%E2%97%84.36925/
Хочу создать кастомный крафт на невидимый свет 15, но ошибки в консоле нет, но в игре крафт не работает.
Light:
# Whether or not this recipe is enabled
Enabled: true

# Defines whether the crafting requires a specific order
# Set to false for shaped
# Set to true for shapeless
Shapeless: false

# Defines a cooldown for crafting this item.
# Define amount of time in seconds before the player can craft
# this recipe again
# Set to -1 or Omit if not needed
Cooldown: -1

# Item ENUM for the crafted item
Item: LIGHT # Исправлено на LIGHT
# Specific item type (e.g. "19/00" or "13:4").
# Omit or set to none if not needed
Item-Damage: none

# The quantity received upon crafting
Amount: 8

# Can this item be placed as a block?
Placeable: true

# Should metadata be considered in crafting?
Ignore-Data: false

# Should model data be considered even if ignore-data is true?
Ignore-Model-Data: false

# Does this recipe have multiple results?
Multi-Resulted: false

# Should this recipe use precise ItemStacks and show up in the vanilla recipe book?
# Does not work on versions < 1.14
Exact-Choice: true

# Should this item have a custom tag? Prevents renaming vanilla items in an anvil, although 'Exact-Choice' above does this too.
# Marks the item as being a custom item.
Custom-Tagged: true

# 1-100 durability.
# Omit or set to 100 if not applicable
Durability: '100'

# Unique identifier for the recipe
# Also known as the NamespacedKey
Identifier: LIGHT

# Defaults to SHAPED. Other converters: (SHAPED, FURNACE, BLASTFURNACE, SMOKER, CAMPFIRE, STONECUTTER, ANVIL, & MORE)
Converter: SHAPED

# Required permission for crafting this item.
# Omit or set to none if not needed
Permission: crecipe.recipe.light

# Defines whether the recipe will show in the vanilla recipe book upon joining the server
# If set to false, it will be discoverable once crafted
# If the player lacks permission, it will not show
Auto-Discover-Recipe: true

# CraftingBookCategory (BUILDING, EQUIPMENT, MISC, REDSTONE)
# CookingBookCategory (BLOCKS, FOOD, MISC)
# Category recipe is to be shown in the recipe book
Book-Category: MISC

# Display name with color codes.
# Omit or set to none if not needed
Name: '&fНевидимый &fСвет'

# Lore for the item, can be multiple lines.
# Use [] if not needed
Lore: []

# Potion effects format: "EFFECT:DURATION:AMPLIFIER"
# Use [] if not needed
Effects: []

# Should enchantments be hidden?
Hide-Enchants: true

# List of enchantments.
# Use [] if not needed
Enchantments: []

# Crafting table layout (X stands for air)
ItemCrafting:
- SKP
- GIL
- XJX

# No need to include char X, it defaults to AIR.
Ingredients:
# Abbreviation for table layout ingredient
S:
# Ingredient material
Material: SEA_LANTERN
#
# Custom recipe identifier for this ingredient.
# Should match a different recipes identifier.
# Requires ingredient to match the corresponding recipe
# Overrides name and material
# Omit or set to none if not needed
Identifier: none
#
# Amount needed in one crafting slot
Amount: 1
#
# Name with support for color codes
Name: ''
K:
Material: CAMPFIRE
Identifier: none
Amount: 1
Name: ''
P:
Material: JACK_O_LANTERN
Identifier: none
Amount: 1
Name: ''
G:
Material: SHROOMLIGHT
Identifier: none
Amount: 1
Name: ''
I:
Material: IRON_INGOT
Identifier: none
Amount: 1
Name: ''
L:
Material: GLOWSTONE
Identifier: none
Amount: 1
Name: ''
J:
Material: IRON_BLOCK
Identifier: none
Amount: 1
Name: ''
# Add specific NBT tags if needed
# Use [] if not needed
Custom-Tags: []

# Add item flags, e.g., to hide attributes
# Use [] if not needed
Item-Flags: []

# Specify attributes to add
# Format: ATTRIBUTE:AMOUNT:SLOT
# Use [] if not needed
Attribute: []

# For texture packs, available in MC 1.14+
# Omit or set to none if not needed
Custom-Model-Data: none

# Disable crafting in specific worlds
# Use [] if not needed
Disabled-Worlds: []

Крафт который изначально задумывал: (квампа любая)

Вам необходимо зарегистрироваться для просмотра изображений-вложений

p.s я знаю что там уже другой крафт, я экспериментировал и пытался понять в чём ошибка
 
Назад
Сверху Снизу