速度找一个输入一个指令执行很多指令
或者
一条指令能执行很多指令的插件
感谢各位大佬
是控控吗 发表于 2023-12-31 23:22
https://www.spigotmc.org/resources/xcommands.113183/
有无站内的
[综合][未知之域]GuoGroupCommand —— 单条指令发起多条指令,指令支持延时[全版本]
https://www.mcbbs.net/thread-683451-1-1.html
(出处: Minecraft(我的世界)中文论坛)
温馨提示: 如果你很遗憾没能选中我作为最佳答案,请你尽量不要给我额外的人气和金粒。
这插件已经简单了
xxx.yml 下:
- enabled: true
- name: '命令'
- # effects whether your text will be processed as json or just as a string
- json: true
- # permission node for your command, please set to 'none' if you dont need one
- permission: '权限节点'
- # how often anyone can use this command (in milliseconds)
- globalCooldown: 0
- # 全局冷却,用法参照果式命令
- # how often can someone use this command (in milliseconds)
- cooldown: 10000
- # 单独冷却,用法参照果式命令
- # ban or only allow this command in certain worlds
- worldWhiteList:
- - "world"
- # 只允许命令在上述的世界执行
- worldBlackList: []
- # 禁止命令在上述的世界执行
- subcommands:
- default:
- # 保留词,此即为不带子参数时执行的操作
- text: []
- # 设置命令执行之后发送的消息
- commands: []
- # 设置命令执行之后触发的多条命令
- conditions: []
- # 设置命令执行所需的条件