Automatic speed bridge?

Discussion in 'Plugin Development' started by Shadow_tingBRO, Dec 22, 2019.

Thread Status:
Not open for further replies.
  1. I am trying to make it so when a player is bridging normally, it will automatically place the next block in the bridge for them. I would have to use their direction and then the opposite of that and also have to check that they are facing more or less down with yaw and pitch? So then I could get the location of the block to place which would be one down from the players location, and either +1,-1 on the x axis or +1,-1 on the z. What would be a good way of achieving this?
     
  2. I would try this with blockfaces, compare them with the players direction and check for a low pitch (as you said). It's easier to place the next block because you know the blackface already. I just still don't get what you are trying to do afterwards
     
Thread Status:
Not open for further replies.

Share This Page