MinePay 可以弄菜单吗

Viewed 142

比如使用 Tr

1 Answers
amount:
type: CHAT
before: 'tell: &7[&c赞助&7]&f请输入数额&f&L(&7如需退出,请随意输入数字后,关闭界面&f&L)'
cancel: 'tell: &7已取消...'
reactions:
- condition: 'isNumber.${input_amount}'
execute:
- 'tell: &7[&a赞助&7]&F数额确认 &A${input_amount} &F点券'
- 'command: minepay point ${input_amount}'
deny:
- 'tell: &7[&c赞助&7]&F请输入有效数字!'
- 'retype'