一些信息
This commit is contained in:
parent
a2b8d2c0bd
commit
ab1c8d65b8
@ -25,4 +25,4 @@
|
|||||||
|
|
||||||
> 原始项目仓库:https://github.com/joseph-garcia/command-gui-buttons
|
> 原始项目仓库:https://github.com/joseph-garcia/command-gui-buttons
|
||||||
|
|
||||||
> 本项目仓库:[您的项目URL]
|
> 本项目仓库:https://git.branulf.top/Branulf/command-gui-buttons-revive
|
||||||
|
13
README.md
13
README.md
@ -1,4 +1,9 @@
|
|||||||
# Command GUI Buttons
|
# 原README.md:
|
||||||
|
## 由于本项目对原项目进行了较大的改动,原项目的How to Use或许并没有太大帮助,但是我还是想保留
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Command GUI Buttons
|
||||||
|
|
||||||
Command GUI Buttons is a fabric mod for Minecraft that allows users to create custom command buttons on their clients. Users can bring up this menu in-game with the G key, type in the Name and Command they want to create a button for, and press the + to create. It will then show up as a button on their screen to use whenever they want, as the button will automatically type and execute the command they initially entered.
|
Command GUI Buttons is a fabric mod for Minecraft that allows users to create custom command buttons on their clients. Users can bring up this menu in-game with the G key, type in the Name and Command they want to create a button for, and press the + to create. It will then show up as a button on their screen to use whenever they want, as the button will automatically type and execute the command they initially entered.
|
||||||
|
|
||||||
@ -16,3 +21,9 @@ Create buttons for preset chat messages, commands like '/warp home', or anything
|
|||||||
|
|
||||||
### How It Works
|
### How It Works
|
||||||
The list of commands are serialized into a JSON format and stored locally on the users’ systems. The mod writes any new commands into the JSON as new buttons are created, and loads the JSON at the start of the game. A local list instance exists for reading and loading the buttons each time, so that file reading is kept to a minimum.
|
The list of commands are serialized into a JSON format and stored locally on the users’ systems. The mod writes any new commands into the JSON as new buttons are created, and loads the JSON at the start of the game. A local list instance exists for reading and loading the buttons each time, so that file reading is kept to a minimum.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# 该版本附加:
|
||||||
|
* 本项目基于 command-gui-buttons 二次开发,遵循 **GNU GPL v3 许可证**。
|
||||||
|
* 更多内容请见 [NOTICE](NOTICE.md) 文件。
|
@ -3,7 +3,7 @@
|
|||||||
"id": "command-gui-buttons-revive",
|
"id": "command-gui-buttons-revive",
|
||||||
"version": "${version}",
|
"version": "${version}",
|
||||||
|
|
||||||
"name": "Command GUI Buttons",
|
"name": "Command GUI Buttons Revive",
|
||||||
"description": "Create GUI buttons in-game to execute commands.",
|
"description": "Create GUI buttons in-game to execute commands.",
|
||||||
"authors": [
|
"authors": [
|
||||||
"JosephG",
|
"JosephG",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user