Started by
cracking
on
Topic category: Help with Minecraft modding (Java Edition)
Hello! I was wondering if it is possible to add a cooldown to a keybind. Please let me know if it is.
Topic category: Help with Minecraft modding (Java Edition)
Hello! I was wondering if it is possible to add a cooldown to a keybind. Please let me know if it is.
Can you please tell me what does your keybind do?
Yes, use either wait procedure or even better, use player variables to store cooldown value and then decrease cooldown on player tick global procedure trigger
Are there any videos on this? Or could you show me how?
Every 15 seconds it summons 4 bolts of lightning (when the key "m" is pressed and a certain sword is held).
1 lightning bolt strikes at: x, y, z+5
Another lightning bolt strikes at: x, y, z-5
The third one at: x+5, y, z
The final one at: x-5, y, z