Plugin Help Spawn points?

Discussion in 'Plugin Help/Development/Requests' started by This Luke Guy, Feb 9, 2015.

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

    This Luke Guy

    What is the best way to set a spawn point for a server so that everytime a user logs into the server they spawn at the same place and not where they left off.

    Also if there a way to set multiple spawn points and allow a user to be randomly spawn at any of the multiple spawn locations?

    Thanks.
     
  2. Offline

    pie_flavor

    @This Luke Guy If you're looking at it from a development standpoint, it's pretty frickin' simple:
    For the first one, just listen for a PlayerJoinEvent and teleport them to a presaved Location, or to a random index in an array of Locations for the second one.
     
Thread Status:
Not open for further replies.

Share This Page