Skip to content
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 Anvil GUI Support #186

Open
muhammetmatrix opened this issue Feb 21, 2025 · 0 comments
Open

🚀 Add Anvil GUI Support #186

muhammetmatrix opened this issue Feb 21, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@muhammetmatrix
Copy link

Hello, I would like to request an Anvil GUI feature for Skript-GUI. This would allow us to create custom anvil-based interfaces and capture user input.

command /test:
    trigger:
        create gui with anvil inventory named "What is your name;":

            make gui slot 0 with red wool named "&cCancel":
                close player's inventory

            make gui slot 2 with lime wool named "&aAccept":
                close player's inventory
                send "Hello %gui text%!" to player

        show last gui to player

  • The gui text placeholder should return the text entered by the player in the anvil input.
  • This would be useful for custom naming systems, chat filters, and input-based interactions.

Would it be possible to add this feature? Thanks in advance! 😊

@muhammetmatrix muhammetmatrix added the enhancement New feature or request label Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant