-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add syntax to open a proper Anvil inventory #184
Comments
I believe this expression is already included with Skript: https://docs.skriptlang.org/docs.html?search=#ExprAnvilText |
@APickledWalrus I just tested it on 1.20.6 and I can use the syntax but it still returns none when using it inside of skript-gui click event. Would be cool if this worked since anvils are very nice to use for text inputs in skripts. |
Interesting it might be because it's not a real anvil. I'm not sure if there is an easy way to open a real one, but I will look into it. |
You still think its possible to add this somehow? :)) |
This addon manages it somehow but would be amazing to have this feature in skript gui aswell. https://www.spigotmc.org/resources/skript-anvilgui-skript-addon.110009/ |
Make it possible to somehow get the anvil rename text since this doesn't work at the moment: event.getInventory().getRenameText() and just returns when using it in a click event.
The text was updated successfully, but these errors were encountered: