Jump to content

Bruceja

Glod Menbie
  • Joined

  • Last visited

Everything posted by Bruceja

  1. Oh cool! Just goes to show almost anything is possible in MCGalaxy :)
  2. You could technically accomplish this by storing a player's last map and position in a text file or a new DB table. Then, create a plugin that listens to OnPlayerConnect and send them to the correct map and position. Additionally, a small time delay could be added by using DateTime instead of Thread.Sleep.