create a skill cooldown

Started by aaronzeboss on

Topic category: Help with MCreator software

Last seen on 20:18, 26. Jun 2020
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
create a skill cooldown

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

Last seen on 20:18, 26. Jun 2020
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
sorry my english isn't good…
Sun, 06/21/2020 - 04:16

sorry my english isn't good i'm french

 

Entity timers are doable for…
Sun, 06/21/2020 - 17:11

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

Last seen on 20:18, 26. Jun 2020
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
klemen you make really good…
Sun, 06/21/2020 - 21:11

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

 

Last seen on 20:18, 26. Jun 2020
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
klemen you make really good…
Sun, 06/21/2020 - 21:16

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