# Custom GUI slots; see here for a how-to: https://plugins.auxilor.io/all-plugins/custom-gui-slots
custom-slots: []
custom-slots:
- row: 6 # 行
column: 9 # 列
item: ecoitems:skill_gui_item # 物品语句
lore: [] # Lore
left-click: # 左键
- console:op %player% # 以控制台身份执行,使用 %player% 代表玩家
- spawn # 如果前面没有 console: 开头,则代表以玩家身份执行
right-click: [] # 右键
shift-left-click: [] # Shift 左键
shift-right-click: [] # Shift 右键
custom-slots:
- <按钮1的配置>
- <按钮2的配置>
- <按钮3的配置>