88
99> Fork from https://github.com/joseph-garcia/command-gui-buttons
1010
11+ [ ![ Last build] ( https://img.shields.io/github/actions/workflow/status/MSDNicrosoft/Command-GUI-Buttons/Build.yml?label=Last%20build&style=flat-square )] ( https://github.com/Hendrix-Shen/Tweak-My-Client/actions/workflows/CI.yml )
12+ [ ![ Github Release] ( https://img.shields.io/github/v/release/MSDNicrosoft/Command-GUI-Buttons?label=Github%20Release&style=flat-square )] ( https://github.com/Hendrix-Shen/Tweak-My-Client/releases )
13+
14+ ## Description
15+
1116Command GUI Buttons is a fabric mod for Minecraft that allows users to create custom command buttons on their clients.
12- 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 create, and
13- press the ` + ` to create. It will then show up as a button on their screen to use whenever they want.
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.
1419
1520Create buttons for preset chat messages, commands like ` /warp home ` , or anything else that goes in the chat box.
1621
22+ ## Dependencies
23+
24+ | Dependency | Type | Link |
25+ | ------------| ----------| ----------------------------------------------------------------------------------------------------------------------------------------------------------------|
26+ | Fabric API | Required | [ CurseForge] ( https://www.curseforge.com/minecraft/mc-mods/fabric-api ) \| [ Modrinth] ( https://modrinth.com/mod/fabric-api/ ) |
27+ | LibGui | Required | [ GitHub] ( https://github.com/CottonMC/LibGui/releases ) \| [ Maven(Not recommend)] ( https://server.bbkr.space/artifactory/libs-release/io/github/cottonmc/LibGui/ ) |
28+
29+ For your convenience, download links are listed below:
30+
31+ | Minecraft Version | Fabric API | LibGui (** Please use the given version** ) |
32+ | -------------------| -----------------------------------------------------------------------------------------------------------------------------------------------------------------| --------------------------------------------------------------------------------|
33+ | 1.16.5 | [ CurseForge] ( https://www.curseforge.com/minecraft/mc-mods/fabric-api/files?version=1.16.5 ) \| [ Modrinth] ( https://modrinth.com/mod/fabric-api/versions?g=1.16.5 ) | 3.4.0 [ GitHub] ( https://github.com/CottonMC/LibGui/releases/tag/3.4.0 ) |
34+ | 1.17.1 | [ CurseForge] ( https://www.curseforge.com/minecraft/mc-mods/fabric-api/files?version=1.17.1 ) \| [ Modrinth] ( https://modrinth.com/mod/fabric-api/versions?g=1.17.1 ) | 4.2.3 [ GitHub] ( https://github.com/CottonMC/LibGui/releases/tag/4.2.3 ) |
35+ | 1.18.2 | [ CurseForge] ( https://www.curseforge.com/minecraft/mc-mods/fabric-api/files?version=1.18.2 ) \| [ Modrinth] ( https://modrinth.com/mod/fabric-api/versions?g=1.18.2 ) | 5.4.2 [ GitHub] ( https://github.com/CottonMC/LibGui/releases/tag/5.4.2 ) |
36+ | 1.19 | [ CurseForge] ( https://www.curseforge.com/minecraft/mc-mods/fabric-api/files?version=1.19 ) \| [ Modrinth] ( https://modrinth.com/mod/fabric-api/versions?g=1.19 ) | 6.4.0 [ GitHub] ( https://github.com/CottonMC/LibGui/releases/tag/6.4.0 ) |
37+ | 1.19.3 | [ CurseForge] ( https://www.curseforge.com/minecraft/mc-mods/fabric-api/files?version=1.19.3 ) \| [ Modrinth] ( https://modrinth.com/mod/fabric-api/versions?g=1.19.3 ) | 6.5.3 [ GitHub] ( https://github.com/CottonMC/LibGui/releases/tag/6.5.3 ) |
38+ | 1.19.4 | [ CurseForge] ( https://www.curseforge.com/minecraft/mc-mods/fabric-api/files?version=1.19.4 ) \| [ Modrinth] ( https://modrinth.com/mod/fabric-api/versions?g=1.19.4 ) | 7.0.0-rc1 [ GitHub] ( https://github.com/CottonMC/LibGui/releases/tag/7.0.0-rc.1 ) |
39+
1740## Features
1841
1942- Unlimited number of buttons
@@ -25,7 +48,7 @@ Create buttons for preset chat messages, commands like `/warp home`, or anything
2548![ Command Edit] ( ./.github/preview/command.png )
2649![ Message Edit] ( .github/preview/message.png )
2750
28- ## How to Use:
51+ ## How to Use
2952
3053- Bring up the menu in-game with the <kbd >G</kbd > key
3154- Type in the Name and Command you want to save into a button
0 commit comments