Jump to content

can someone help me with this?


rafti

Recommended Posts

on right click on entity holding amethyst shard:
 send "&4Lift power used! " to player 
 push entity up at speed 2.5
 push entity in direction of player at speed 1
 wait 1 second 
 push entity down at speed 2.5
 
on right click holding amethyst shard:
  name of player's tool is "&e puff gem"
  if difference between now and {%player's uuid%.aresSword.lastUsed} is less than 5 seconds:
    message "&4 Wait 5 seconds before use again!" to player
  else:
    push player forwards at speed 2.0
    set {%player's uuid%.aresSword.lastUsed} to now
 

 

how to make so you can toggle between them?

please help

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...