rwf93 / Starbound

Starbound source code.
108 stars 31 forks source link

Server side mods #8

Open Shadowblitz16 opened 1 year ago

Shadowblitz16 commented 1 year ago

Consider sandboxing lua scripts and sending them over to the clients when they join a server. This makes it far easier to host a server since we wouldn't need to make sure all clients have the same mods.

Servers would only send over things like...

file validation may be necessary