feat: toggle buttons, placeholders, on_open/on_close hooks, not_tag condition#3
Merged
Conversation
…/guiapi → help
Toggle buttons:
- New 'toggle' field on buttons (replaces item/actions)
- State backed by a scoreboard tag on the player
- item_on/off, name_on/off, lore_on/off, glint_on/off, actions_on/off
- Default actions_on/off auto-add/remove the tag (run_with: console)
- Render picks the correct face based on player.getCommandTags()
Placeholders (resolved per-player at render + action time):
- {player}, {gui}, {page}, {page1}, {pages}, {score:objective}
- Supported in: name, lore, message value, run_command value, title
on_open / on_close action hooks:
- Top-level 'on_open' / 'on_close' arrays in the GUI JSON
- on_open fires after the screen packet is sent
- on_close fires in GuiScreenHandler.onClosed() via BarrelGuiHandler.onClose(ServerPlayerEntity)
- Useful for tagging players, running scoreboard ops, logging, etc.
not_tag condition:
- Visible when player does NOT have the given tag
- Complement to has_tag for cleaner conditional layouts
/guiapi → help:
- Bare /guiapi (no subcommand) now executes showHelp instead of doing nothing
Example datapack:
- showcase.json: toggle, placeholders in title/lore, on_open/on_close messages,
not_tag condition example
- admin_panel.json: placeholder in title, on_open/on_close tag hooks, PvP toggle button
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.