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
I have a Fabric Utility mod and would like to have a way to configure options via commands. However, I'd like it to be easier to browse commands by making the prefix ',' but still get suggestions for the commands?
MC 1.20.4, latest Fabric API, etc.
Any help would be appreciated!
The text was updated successfully, but these errors were encountered:
@StupidRepoI think you need to call this method when the player uses a different prefix: ServerPlayNetworkHandler#onCommandExecution. Anyway, the solution is somewhere near this.
I have a Fabric Utility mod and would like to have a way to configure options via commands. However, I'd like it to be easier to browse commands by making the prefix ',' but still get suggestions for the commands?
MC 1.20.4, latest Fabric API, etc.
Any help would be appreciated!
The text was updated successfully, but these errors were encountered: