Giter Club home page Giter Club logo

command-gui-buttons's Issues

Update ?

Hi, could you please update your mod ?

Multiple Configurations

Another Feature Request.

I do play on different servers. And somestimes in and the same server has different games like economy, skyblock ....
Would be nice to have the option, to create various button settings and load them from the GUI when ever it is required.
Would also be nice if the mod would "remember" which cofnig was used on a server and auo loads it, when that server is joined again.,

asking

Hello, I'm asking you to make a version for 1.20.2 fabric or quilt on Modrinth, thank you very much!

[Pull requests] Notice before you contribute code | 贡献代码前须知

Notice before you contribute code | 贡献代码前须知

  • It's important to understand this, otherwise the Pull requests you create won't be merged if they don't meet the requirements.

请务必了解此须知,否则您创建的 Pull requests 如不符合要求,将一律不予合并

请确保您创建的 Pull requests 中的提交符合 此仓库 中的要求(或 约定式提交 要求)

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.


Warning

Renovate failed to look up the following dependencies: Failed to look up maven package net.fabricmc:fabric-loader, Failed to look up maven package fabric-loom:fabric-loom.gradle.plugin, Failed to look up maven package com.replaymod.preprocess:com.replaymod.preprocess.gradle.plugin, Failed to look up maven package com.mojang:minecraft, Failed to look up maven package net.fabricmc.fabric-api:fabric-api, Failed to look up maven package io.github.cottonmc:LibGui, Failed to look up maven package maven.modrinth:modmenu.

Files affected: gradle.properties, build.gradle, versions/1.16.5/gradle.properties


This repository currently has no open or pending branches.

Detected dependencies

github-actions
.github/workflows/Build.yml
  • actions/checkout v4
  • actions/setup-java v4
  • gradle/actions v4
  • actions/upload-artifact v4
gradle
gradle.properties
  • net.fabricmc:fabric-loader 0.15.11
  • org.projectlombok:lombok 1.18.34
settings.gradle
build.gradle
  • fabric-loom 1.7-SNAPSHOT
  • com.replaymod.preprocess 88169fcb
  • org.ajoberstar.grgit 5.2.2
  • top.hendrixshen.replace-token 1.1.2
fabricWrapper/build.gradle
versions/1.16.5/gradle.properties
  • com.mojang:minecraft 1.16.5
  • net.fabricmc.fabric-api:fabric-api 0.42.0+1.16
  • io.github.cottonmc:LibGui 3.4.0+1.16.5
  • maven.modrinth:modmenu 1.16.23
versions/1.16.5/build.gradle
  • top.hendrixshen.magiclib:magiclib-core-fabric 0.8.114
versions/1.17.1/gradle.properties
versions/1.18.2/gradle.properties
versions/1.19.2/gradle.properties
versions/1.19.3/gradle.properties
versions/1.19.4/gradle.properties
versions/1.20.6/gradle.properties
versions/1.21/gradle.properties
gradle-wrapper
gradle/wrapper/gradle-wrapper.properties
  • gradle 8.10

  • Check this box to trigger a request for Renovate to run again on this repository

Personalize option

Add an option to where you can change the color of the GUI background and stuff.

Button Types

This is a feature request.
I would love to have the option, to choose from different button types.
The current functionality of the buttons is Command only.

I would love to have the following 3 types of buttons available

  1. Category
  2. Fill
  3. Command

Category Button

The name on the button is the name of the category.
Clicking the button opens a sub-page with all the buttons for that category. (e.g. Homes, WorldEdit, SkyBlock ...)

Fill Button

Fills in text to the chat input - maybe including the option, to choose the cursor position after the fill - but does NOT send the message/command. This would be helpful for often used commands, that do have variables, like when paying someone a specific mount of money.

[Suggestion] hotkey for a command

By any chance could it be possible to set an hotkey for a command?
Thanks a lot, this mod is awesome btw.

PS. I know about Command Macros, but it would be awesome to have both the hotkey ability and the GUI, in the same mod!

mod broken?

i'm getting this error in my game logs

[13:28:03] [Render thread/ERROR]: Mod mgbuttons provides a broken implementation of ModMenuApi
net.fabricmc.loader.api.EntrypointException: Exception while loading entries for entrypoint 'modmenu' provided by 'mgbuttons'
	at net.fabricmc.loader.impl.entrypoint.EntrypointContainerImpl.getEntrypoint(EntrypointContainerImpl.java:56) ~[fabric-loader-0.14.22.jar:?]
	at com.terraformersmc.modmenu.ModMenu.lambda$onInitializeClient$1(ModMenu.java:74) ~[modmenu-7.2.2.jar:?]
	at java.util.ArrayList.forEach(Unknown Source) ~[?:?]
	at com.terraformersmc.modmenu.ModMenu.onInitializeClient(ModMenu.java:70) ~[modmenu-7.2.2.jar:?]
	at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:47) ~[fabric-loader-0.14.22.jar:?]
	at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke(EntrypointUtils.java:35) ~[fabric-loader-0.14.22.jar:?]
	at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:53) ~[fabric-loader-0.14.22.jar:?]
	at net.minecraft.class_310.<init>(class_310.java:458) ~[client-intermediary.jar:?]
	at net.minecraft.client.main.Main.main(Main.java:211) ~[1.20.1-0.14.22.jar:?]
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:468) ~[fabric-loader-0.14.22.jar:?]
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) ~[fabric-loader-0.14.22.jar:?]
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) ~[fabric-loader-0.14.22.jar:?]
Caused by: net.fabricmc.loader.api.LanguageAdapterException: java.lang.ClassNotFoundException: work.msdnicrosoft.commandbuttons.compat.modmenu.ModMenuImpl
	at net.fabricmc.loader.impl.util.DefaultLanguageAdapter.create(DefaultLanguageAdapter.java:52) ~[fabric-loader-0.14.22.jar:?]
	at net.fabricmc.loader.impl.entrypoint.EntrypointStorage$NewEntry.getOrCreate(EntrypointStorage.java:117) ~[fabric-loader-0.14.22.jar:?]
	at net.fabricmc.loader.impl.entrypoint.EntrypointContainerImpl.getEntrypoint(EntrypointContainerImpl.java:53) ~[fabric-loader-0.14.22.jar:?]
	... 11 more
Caused by: java.lang.ClassNotFoundException: work.msdnicrosoft.commandbuttons.compat.modmenu.ModMenuImpl
	at jdk.internal.loader.BuiltinClassLoader.loadClass(Unknown Source) ~[?:?]
	at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:?]
	at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:226) ~[fabric-loader-0.14.22.jar:?]
	at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:112) ~[fabric-loader-0.14.22.jar:?]
	at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:?]
	at java.lang.Class.forName0(Native Method) ~[?:?]
	at java.lang.Class.forName(Unknown Source) ~[?:?]
	at net.fabricmc.loader.impl.util.DefaultLanguageAdapter.create(DefaultLanguageAdapter.java:50) ~[fabric-loader-0.14.22.jar:?]
	at net.fabricmc.loader.impl.entrypoint.EntrypointStorage$NewEntry.getOrCreate(EntrypointStorage.java:117) ~[fabric-loader-0.14.22.jar:?]
	at net.fabricmc.loader.impl.entrypoint.EntrypointContainerImpl.getEntrypoint(EntrypointContainerImpl.java:53) ~[fabric-loader-0.14.22.jar:?]
	... 11 more

G Key does not work.

Version: 1.20.1 CommandGUIButtons-aio-2.1.0+build.148+ffcad3b

I have disabled all of the G keys in the hotkeys menu, and yet the mod does not work.
The mod shows in ModMenu (if you were to comment that the mod is not installed)

Commands not going through

So I use this mod to save commands for carpet mod, commands that essentially controlling the player but for what ever reason it sends it as a message instead of the command its self. It used to work on 1,18 but now after updating to 1.19 I broke.

[FEATURE REUQEST] commands.json reload

I'm not smart enough to make it myself and make pull request for so I'm kindly asking. Would it be possible to make a reload commands button or function that can be triggered or triggers itself every so often. Because right now I'm just constantly restarting my game which sucks. And an nice extra would be if there is an option for the font size so I can cram more text on the button.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.