-
Notifications
You must be signed in to change notification settings - Fork 8
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
Partial MySQL connection #14
Comments
I don't think this is possible under a proper SQL structure. It will have to require saving data twice. |
What is your motivation? Perhaps we can work out a better alternative for you. |
Oops, I forgot to unlock the issue |
What would be a good alternative ? |
@SOF3 We are working on making a network of servers, and it would be weird to have someone own a faction on 1 server, and not on the other. We want to connect our factions together across servers, giving a better and higher quality. |
It is really strange to have the faction membership in MySQL and faction chunks in SQLite3. It is not impossible, but it kills the point of using foreign keys. (Does FactionsPro use it anyway? Don't use FactionsPro; it sucks!) |
This is an idea, you should make factions to be able to connect to a MySQL server. But only the faction of a player, not the plot or anything else.
The text was updated successfully, but these errors were encountered: