-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make Dailies Progress World Specific #51
Comments
I think this would be a good idea too. Not sure how much would be involved on the service side though ... @pandapaul . We would need to store the progress under the player's ID concatenated with a server settable ID, and of course make it backwards compatible so that if no config is set it uses the "global" progress. |
Oof. Would be a lot of work. Off the top of my head, things to consider are the service storage layer concerns. Maybe take a look at what gets stored there, @frodare, and we can go from there. It could be cool. It will just be tough. |
What if we used a set delimiter like |
Yeah. Then we'd be establishing a custom user identifier. That might be fine, but I wouldn't want to overload the username property with that. I added you as a collaborator on the Heroku side of things for both the staging and production apps. Hopefully that'll give you access to the database. Models are here: https://github.com/pandapaul/minecraft-dailies-server/tree/master/db I don't mind your proposal since basically everywhere we key off username we'll need to key off of a combined username + server id. I'd just rather that be stored more explicitly. |
That would be better for sure. |
~Syotos01
The text was updated successfully, but these errors were encountered: