Started by
SparkleArts
on
Topic category: Help with Minecraft modding (Java Edition)
I need help with the Global Event Trigger "Command Executed".
Can someone show me how I check exactly which command is executed and which argument is being used?
I want to make an custom Item from my Mod not be obtainable with the give command.
This should do it, but I haven't tested it.
Actually, do this instead:
Oh, that the give command, not a custom command, which means you can't get the amount. In that case this should work:
I accidentally placed set local size to size + 1 inside the if statement, it needs to be outside it so it always increases.
One question NerdyPuzzle:
Where I can found these pink procedure blocks?
Oh one thing you need to notice:
inside of the wait block local variables are not supported.
That's from goldorion's arraylist plugin. You should make the variables global then.