Started by
Grimlock
on
Topic category: Help with Minecraft modding (Java Edition)
What I mean is like the konami code. If you enter up, up, down, down, left, right, left, right, B, A, it could open like a gui or something. Is this possible with custom code. I know skytils did something like this and I wondered if you could recreate that in mcreator.
It is possible, only with custom code since I'm pretty sure mcreator doesn't provide global trigger and key enum for this.
Basically you'd make two lists:
On each key stroke, you'd update the buffer and check the buffer against konami code list and do whatever you want if both lists are equal.