Ladder Climbing?

Discussion in 'Plugin Development' started by RazorFlint, Oct 2, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    RazorFlint

    Say i want to make another block climbable, how? Event, Code Snippet....
    I searched the java docs all over but nothing :/
    Thanks :)
     
  2. You could probally listen in onPlayerMove if the player is infront of the block, and if he is then increase his Y velocity.
    You cant make it exactly like ladders though.
     
  3. Offline

    RazorFlint

    Hmm, I'll check it out.
     
Thread Status:
Not open for further replies.

Share This Page