Started by
deZiZa
on
Topic category: Help with MCreator software
I wanted to create a simple addon for Hypixel(GUI with commands), i needed to create function when i clicked on button my person uses /hub and e.g.
How can i(other people too) create this and where are functions???
I suggest you check our tutorials collection playlist on our YouTube channel which contains many examples and tutorials that can help you get started with MCreator: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei
Before doing this, you do need to learn how MCreator works (as Goldorion stated), as you need to know the basics before anything. You use procedure blocks to do this (and those are the most important part of MCreator). You'd make a procedure which runs when the button is clicked, and inside that procedure, use one of the blocks which goes something like "Execute command (/"command here") in the name of "entity"). Then where the command goes, place the command you want to run.