输入菜单
# 输入菜单(1.3.7+)
- 主要节点
input 表示玩家可在聊天中输入值
'1':
index: 1
name: 输入菜单命令用法
material: ARROW
lore:
- "&f- &7点击试试"
isEnchant: false
custom-model-data: 0
hideFlag: true
hideEnchant: true
input: "请输入任意字符..."
commands:
- '[message] 你输入的是${input},可以在命令里使用该内部变量'
- '[message] 你输入的是%playerMenu_input%,也可以在任何地方使用这个papi变量'
'2':
index: 2
name: '自定义购买苹果'
material: APPLE
lore:
- "&f- &7点击输入购买数量"
isEnchant: false
custom-model-data: 0
hideFlag: true
hideEnchant: true
# 商店类型 sell 是出售 buy 是购买
shopType: 'buy'
# 出售的商品 格式 物品材质:数量
shopMaterial: "APPLE:${input}"
# 商店金币价格 格式务必保持下面这样
shopMoney: '${100 * input}'
# [number] 表示只能输入数字 后面的是提醒消息
input: "[number] 请输入购买数量..."
commands:
- '[message] 你成功购买了${input}件物品'
上次更新: 2024-11-08 14:46:45