Lobby Signs

Discussion in 'Plugin Development' started by xWatermelon, Aug 19, 2013.

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

    xWatermelon

    I am making a plugin that requires lobby wall signs that show arena stats and such. How can I create an auto-updating sign like this?
     
  2. Offline

    pope_on_dope

    instead of going through all the schedulers and crap to auto-update, I would update specified signs in an array or hashmap when a player joins the lobby. you could jsut create a method updateSigns() that you could call in various places.
     
  3. Offline

    xTrollxDudex

    xWatermelon
    Save your sign location on a list and get the block it represent's state and edit the sign when a player joins
     
Thread Status:
Not open for further replies.

Share This Page