Form Tags

Form Tags

By Finnbar Published 1 Dec 2022 · Updated 2 Dec 2022
4.5

Generate server forms (like on Hive, etc.) with a website and send them to the player using the tag command in-game. Respond to button presses quickly and easily with command blocks. Requires Beta APIs experiment to be enabled.

Select version for changelog:

Changelog

Update for 1.19.50's changes to module versions      

Downloads

  • Form_Tags_BP.mcpack (202.73 KB)

Supported Minecraft versions

Installation Guides

1
how to add any command to button like an example "say welcome" when only pressed it ?
1
When you are generating the form there is a space for a tag to be added when you press the button. With a repeating command block you can use the [tag=] target selector to run commands for that player. Then you should remove the tag in a chain command block afterwards.