cybertiger / Bukkit-Instances

Instances for CraftBukkit
GNU Lesser General Public License v3.0
9 stars 16 forks source link

Persistent Parties & Instances #10

Open cybertiger opened 11 years ago

cybertiger commented 11 years ago

The title covers it.

Parties and Instances survive players disconnecting and reconnecting, and also server restarts.

cybertiger commented 11 years ago

This requires a lot of work to achieve.

OriginalMadman commented 11 years ago

Party info could be just dropped into an .yml of its own and have a timer tick down? Alternatively keep it as now, just not wipe the party because last player disconnected - wait-state for X amount of time. That should be fairly straightforward

The harder part would be saved to disk with everything. I do hope it is not that much and you'll consider it. Thanks! :)

cybertiger commented 11 years ago

Instances save chunks now as part of my fix for #4 (they just don't survive a server restart).