carlquistb / FormulaCraft

An SMS-based service for running Minecraft server on AWS.
MIT License
0 stars 1 forks source link

LoadOuts #9

Open carlquistb opened 5 years ago

carlquistb commented 5 years ago

It might be a cool feature to allow modification to the world files to define a player's "LoadOut." Keep track of what worlds a player logs in to, and track their inventory throughout. They can update their current inventory (i.e. "loadOut") and load that into new worlds, so they have their gear when the load a new world or visit someone else's.

Perhaps this is built into the API as an optional layer, or perhaps this is something that occurs automatically in an AutoStack, as soon as a player logs in and logs out. :0