How to create a tower of ladders?

Discussion in 'Plugin Development' started by xManfro, Mar 2, 2015.

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

    xManfro

    I would like to know how I would create a tower of ladders 10 blocks high in the block infront of the player.

    Thanks :)
     
  2. do it like this(not working, you must try to code it yourself):
    Location loc = ... //player location
    loc.getBlock().setType(Material here);
    add 1 to loc y. (Use loc.setY and loc.getY)

    Now put the given "code" in a for loop to run it 10 times
     
Thread Status:
Not open for further replies.

Share This Page