-
Notifications
You must be signed in to change notification settings - Fork 114
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
Issue with setting displaynames of items #317
Comments
Same issue on 1.19.4 1.9.2-SNAPSHOT |
Same. Let me know if a fix is found. |
I would assume this is because you are calling AnvilGUI/api/src/main/java/net/wesjd/anvilgui/AnvilGUI.java Lines 657 to 665 in a7cac4b
AnvilGUI/api/src/main/java/net/wesjd/anvilgui/AnvilGUI.java Lines 715 to 734 in a7cac4b
https://github.com/WesJD/AnvilGUI/blob/master/README.md#textstring So anyways, if you just remove the You might be able to work around this by using item lore to add your custom text though. |
Issue
I'm having problems with setting the displayname of the items. I want one of the displaynames to be "Cancel" in red, and another be "Accept" in green.
Behavior
When triggering the GUI, these items appear to have the default names. (Barrier and Green wool)
Versions
Server:
AnvilGUI version 1.9.2-SNAPSHOT
Reproducible example
The text was updated successfully, but these errors were encountered: