Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/1024-byteeeee/quickcommand

This is a mod for quickly and consecutively executing multiple arbitrary commands in the game. All commands can be executed by clicking the corresponding buttons in the chat box.
https://github.com/1024-byteeeee/quickcommand

fabric-mod fabricmc fabricmc-mod minecraft minecraft-mod

Last synced: 4 months ago
JSON representation

This is a mod for quickly and consecutively executing multiple arbitrary commands in the game. All commands can be executed by clicking the corresponding buttons in the chat box.

Awesome Lists containing this project

README

        

# QuickCommand - 快捷指令
**中文** **|** [**English**](README_en.md)

这是一个用于在游戏中快速、连续地执行多条任意指令的模组,该模组所有的指令都可以在聊天框中点击对应按钮来执行。

![zh_cn_example_img](src/main/resources/assets/quickcommand/img/zh_cn_example_img.png)

---

# 快捷键

集成了一个快捷键用来快速打开聊天框中的界面,默认为 `U` ,您可以在游戏设置中对其进行更改。

# 指令

- **/quickCommand**
- 打开快捷指令列表。
- **/quickCommand add **
- 添加一条名为指令为的快捷指令。
- 例:/quickCommand add "执行/seed指令" "/seed"
- 添加执行/seed的快捷指令。
- **/quickCommand remove **
- 删除名为的快捷指令。
- 例:/quickCommand remove "执行/seed指令"
- 删除名为"执行/seed指令的快捷指令"
- **/quickCommand removeAll**
- 删除所有快捷指令。
- **/quickCommand removeAll confirm**
- 二次确认是否删除所有快捷指令。
- **/quickCommand listWithRun**
- 打开快捷指令列表。
- **/quickCommand swap **
- 调换序号与序号在列表中的显示位置。
- **/quickCommand displayCommandInList **
- 是否在列表中显示指令。
- **/quickCommand help**
- 查看模组使用说明。