generated from axieum/fabric-example-mod
-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not derive type for command choice #83
Labels
Comments
axieum
added
bug
Something isn't working
minecord-cmds
Improvements or additions to the commands module
labels
Jun 10, 2023
axieum
added a commit
that referenced
this issue
Jul 24, 2023
…83) This was caused by it being deserialized as `JsonPrimitive`, and then this object being serialized back to disk.
axieum
added a commit
that referenced
this issue
Jul 28, 2023
…83) This was caused by it being deserialized as `JsonPrimitive`, and then this object being serialized back to disk.
axieum
added a commit
that referenced
this issue
Jul 28, 2023
axieum
added a commit
that referenced
this issue
Jul 28, 2023
axieum
added a commit
that referenced
this issue
Oct 19, 2023
fix(chat): do not check player count during server start-up on Discord messages (fixes #84) (#91) (cherry picked from commit 8cddbeb) refactor: defer config loading and reloading (#92) (cherry picked from commit e252ddb) fix(cmds): option choices were incorrectly serializing to disk (fixes #83) (#90) This was caused by it being deserialized as JsonPrimitive, and then this object being serialized back to disk. (cherry picked from commit 70574c4) chore(deps): update dependency JDA to v5.0.0-beta.15 chore(deps): update dependency fabric-api to v0.87.1+1.19.4 chore(deps): update dependency fabric-loader to v0.14.23 build(deps): update dependency checkstyle to v10.12.4 build(deps): update dependency fabric-loom to v1.4-SNAPSHOT build(deps): upgrade gradle wrapper to v8.4 build(deps): update dependency junit to v5.10.0 build(deps): update dependency minotaur to v2.8.4 build(deps): update dependency shadow to v8.1.1 build(deps): update dependency yarn to v1.19.4+build.2 refactor: tidy up mixins
axieum
added a commit
that referenced
this issue
Oct 19, 2023
axieum
added a commit
that referenced
this issue
Oct 19, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Expected behavior
For command choice types to be parsed correctly.
Observed/actual behavior
Steps/models to reproduce
Add a custom command with choices, e.g.
Version
v2.0.1+1.20
Agreements
Other
No response
The text was updated successfully, but these errors were encountered: