We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 a better api support for hotbar and player-inventory based GUIs.
Hotbars allow players to quickly scroll to access buttons.
This addition should introduce button callbacks such as the user scrolling over the button.
e.g:
class TestHotbar : Hotbar() { init { button(Material.GRAY_BED) { named(!"<dull>Something".branding()) click.any { player.sendMessage(!"<green>clicked".branding()) } } slot middle() holdingSendActionBar !"<title>Some text pops up when you hover!".branding() } }
The text was updated successfully, but these errors were encountered:
Experimental API example from another plugin I'm working on
Sorry, something went wrong.
Starting to impl hotbar screen for #37
1072890
No branches or pull requests
Add a better api support for hotbar and player-inventory based GUIs.
Hotbars allow players to quickly scroll to access buttons.
This addition should introduce button callbacks such as the user scrolling over the button.
e.g:
The text was updated successfully, but these errors were encountered: