Started by
aaronzeboss
on
Topic category: Help with MCreator software
i want to create a mod to add "faction" on minecraft and each player from a faction have a skill
exemple:
assassin faction have power to be invisible for 15 seconds
and i want to set a cooldown for make this skill not too op
i need help pls
sorry my english isn't good i'm french
Entity timers are doable for sure.
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
klemen you make really good job but that dosn't help me, i already know how to use mcreator
but i have an idea :
set a procedure :
on a player tick update
if entity number tag "cooldown" != 0
set entity number nbt tag "cooldown" to "cooldown" - 20tick for 1 second
klemen you make really good job but that dosn't help me, i already know how to use mcreator
but i have an idea :
set a procedure :
on a player tick update
if entity number tag "cooldown" != 0
set entity number nbt tag "cooldown" to "cooldown" - 20tick for 1 second
thats exactly what he was suggesting