You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 execute the command or send chat message they initially entered.
14
+
## Description
15
+
16
+
Command GUI Buttons is a fabric mod for Minecraft that allows users to create custom command buttons on their clients.
17
+
Users can bring up this menu in-game with the <kbd>G</kbd> key, type in the button's Name and Command they want to
18
+
create, and press the `+` to create. It will then show up as a button on their screen to use whenever they want.
6
19
7
20
Create buttons for preset chat messages, commands like `/warp home`, or anything else that goes in the chat box.
@@ -17,22 +47,40 @@ Create buttons for preset chat messages, commands like `/warp home`, or anything
17
47

18
48

19
49
20
-
## How to Use:
50
+
## How to Use
21
51
22
-
- Bring up the menu in-game with the `G` key
23
-
- Type in the Name and Command you want to save into a button
24
-
- Press the `+` button
52
+
- Bring up the menu in-game with the <kbd>G</kbd> key
53
+
- Type in the Name and Command you want to save into a button
54
+
- Press the `+` button
25
55
26
56
### How It Works
27
57
28
-
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.
58
+
The list of commands are serialized into a JSON format and stored locally on the users’ systems. The mod writes any new
59
+
commands into the JSON as new buttons are created, and loads the JSON at the next start of the game.
29
60
30
61
## Development
31
62
63
+
## Support
64
+
65
+
Current main development for Minecraft version: `1.19.4`
66
+
67
+
And use `preprocess` to be compatible with the following versions.
68
+
69
+
**Note: We only accept the following versions of issues.**
70
+
71
+
**Please note that this information is time-sensitive and any version of the issue not listed here will be closed.**
72
+
73
+
- Minecraft `1.16.5`
74
+
- Minecraft `1.17.1`
75
+
- Minecraft `1.18.2`
76
+
- Minecraft `1.19.2`
77
+
- Minecraft `1.19.3`
78
+
- Minecraft `1.19.4`
79
+
32
80
### Mappings
33
81
34
82
We are using the **Mojang official** mappings to de-obfuscate Minecraft and insert patches.
35
83
36
84
### Plan(s)
37
85
38
-
-[] Use the `preprocess` to support low Minecraft versions
86
+
-[x] Use the `preprocess` to support low Minecraft versions
0 commit comments