Solved Help!

Discussion in 'Plugin Development' started by Kazuto_sPoDeR, May 25, 2015.

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

    Kazuto_sPoDeR

    I am making a plugin and I need help with something. So basically I need to generate a small building infront of the player, does anyone know how to do that? I would appreciate it! Thanks!
     
  2. Offline

    Just_Jitse

    If you are not that familiar with Bukkit and calculating things in Java. You simply could register all the coordinates of the blocks and then place them.

    ps. Could you please give some more information the next time you post a thread? Make a building in front of a player isn't that specific you know ;)
     
  3. Offline

    Tecno_Wizard

  4. Offline

    Zombie_Striker

    @Kazuto_sPoDeR
    • Somehow Store all the blocks and their location relative to one corner (e.g. the lowest x y and z concordants)
    • When the event is triggered, find that corner, read the saved data, and set the blocks relative to one corner (e.g. player#getLocation().getX-10)
     
  5. Offline

    Kazuto_sPoDeR

    All right, thanks everyone!
     
    Last edited: May 25, 2015
  6. Offline

    Zombie_Striker

Thread Status:
Not open for further replies.

Share This Page