夜猫H
假设使用物品打开后,进入第一个界面,点击一个图标,进入另一个界面,怎么设置,牵扯到配置文件,就是不知道怎么配置第二个文件,求解

夜猫H
还有,第一个文件配置命令改用什么才能跳到第二个文件。谢谢了!

Wsbyeah
open:文件夹名字.yml

Wsbyeah
Wsbyeah 发表于 2016-5-3 20:53
open:文件夹名字.yml

回答得有点简单了

open:文件夹名字.yml是跳到指定文件夹的指令

创建文件夹简单的方法就是把默认就有的复制粘贴
在改个名字 内容删除就可以了

回忆之空
比如你想打开 VIP 页
然后在第一页打上这个

VIP:
  COMMAND: 'open:VIP.yml'
  NAME: '物品名字'
  LORE:
    - '说明----'
  ID: 38            -----物品展示
  KEEP-OPEN: false
  POSITION-X: 1
  POSITION-Y: 1

然后给玩家权限
chestcommands.open.VIP.yml

不懂 ? 联系QQ 273175759

屎蒂姆
你所说的估计就是多个菜单配置文件的互转
首先打开/plugins/chestcommand
然后应该会看到一个菜单配置文件
这里就设他名字为example.yml
之后你在电脑里创建一个文本将后缀改为yml
丢入和example.yml的同目录下就是另外一个菜单了
至于打开另外一个菜单的指令相信插件贴有写
求最佳0w0

夜猫H
回忆之空 发表于 2016-5-3 20:38
比如你想打开 VIP 页
然后在第一页打上这个

第二页该怎么些开头?和首页一样?
######################
#+                  +#
#   MENU SETTINGS    #
#+                  +#
######################

menu-settings:

  # name - appears as the title - REQUIRED
  name: '&1指令菜单'

  # rows - the number of rows of the chest - REQUIRED
  rows: 6

  # command - OPTIONAL (you can remove this or set it to '')
  # Bind multiple commands using ; (command: 'menu; m; me')
  command: 'menu'

  # auto-refresh - OPTIONAL
  # How frequently the menu will be refreshed, in seconds.
  # Useful if you have variables in items' descriptions.
  auto-refresh: 5

  # This command command will be execute when the menu is opened.
  # Supports all the icon command types.
  open-action: 'sound: note pling; tell: &e你打开了指令菜单.'

  # open-with-item - OPTIONAL
  # The menu will open only right-clicking with orange wool [35:1]
  open-with-item:
    id: 4416
    left-click: false
    right-click: true


######################
#+                  +#
#       ITEMS        #
#+                  +#
######################