CraftSlotCommands2 icon

CraftSlotCommands2 -----

When it's annoying to type commands in chat, I use crafting slot as a command!



paper 기반으로 만들어진 플러그인입니다

paper using plugin.

1.8 버전 (only spigot) - https://github.com/crston/CraftSlot...otCommands2-spigot-1.8/CraftSlotCommands2.jar



[​IMG]


Good plugin to use plugin (같이 사용하기 좋은 플러그인)

GUIPlus

Anyway, the GUI menu is fine (어쨌거나 GUI 메뉴라면 다 좋습니다)


This plugin can be used more conveniently like a menu by using the crafting slot instead of entering commands through chat.

(이 플러그인은 일일히 채팅으로 명령어를 치는 대신 제작칸을 사용하여 좀 더 편리하게 메뉴처럼 이용할 수 있습니다)

best way to use Add a command to open a separate 3x3 crafting slot in the crafting result slot. And in the remaining crafting slot, register commands to open the GUI window. How you use it is up to you.

(가장 좋은 사용 방법
제작 결과물 공간에 따로 3x3 제작칸을 열 수 있는 명령어를 추가합니다
그리고 나머지 제작칸에는 GUI 창을 열 수 있는 명령어를 등록합니다
어떻게 사용할지는 자기 마음입니다)

config.yml
Code (YAML):

#      --[ Craft Slot Commands 2 ]--

# Enter the command to register in the crafting slots
# 제작 공간에 등록할 명령어를 입력합니다
# --------------------------------------#
# If you put * in the start of a command
# it will be executed by the console
# 명령어 앞에 * 를 붙이면 플레이어가 아닌 서버에서 처리합니다
# --------------------------------------#
crafting-slot
:
  # Crafting result slot
  0
: "A"
  # Top left slot
  1
: "B"
  # Top right slot
  2
: "C"
  # Bottom left slot
  3
: "D"
  # Bottom right slot
  4
: "E"
 
# Set whether to place custom items in the crafting slots
# If you want to use it, change it to true
# 제작 공간에 커스텀 아이템을 배치할 것인지 설정합니다
# 사용하고 싶다면 true 로 바꿔주세요
items-enabled
: true

# Setting up items to use in your crafting slots
# 제작 공간에 사용할 메뉴 아이템을 설정합니다

# --------------------------------------#
# model - CustomModelData / damage - Durability / hide-flags - Hide Flags / lore - Lore
# skull-owner-uuid - Player Head Item Type 1 Value
# skull-texture-value - Player Head Item Type 2 Value

# 0 - Result slot / 제작 결과물 공간
# 1 - Top + Left / 왼쪽 + 위쪽 공간
# 2 - Top + Right / 오른쪽 + 위쪽 공간
# 3 - Bottom + Left / 왼쪽 + 아래쪽 공간
# 4 - Bottom + Right / 오른쪽 + 아래쪽 공간

slot-item
:
  # Top left slot
  0
:
    material
: DIRT
    name
: "&6A"
  1
:
    material
: SAND
    name
: "&6B"
  2
:
    material
: STONE
    name
: "&6C"
  3
:
    material
: SANDSTONE
    name
: "&6D"
  4
:
    material
: END_STONE
    name
: "&6E"
 
Resource Information
Author:
----------
Total Downloads: 638
First Release: Mar 14, 2023
Last Update: Jul 11, 2024
Category: ---------------
All-Time Rating:
3 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings