LanternPowered / Terre

A proxy server for Terraria which adds support for cross-platform, multi-world and more.
MIT License
18 stars 3 forks source link

Server side character #3

Open Cybermaxke opened 4 years ago

Cybermaxke commented 4 years ago

Add support for server side characters. This would take the responsibility of handling all character data, so the backing servers don't need to do that and character data can be shared between servers without being stored on the client. Backing servers should still be able to have server specific character data, if desired.

This would also allow proxy wide character data that's still not client side.

See if it's possible to make this a plugin.