Every time the client's input, the server takes data from the database. In this way, I can also modify the data when the server is not restarted. (the server easily collapses when the in-game console unloads the plug-in!)
ShooterGame/Saved/
your saved data is saved here as flat file and there is no database per say i believe they use sql lite for saving dino's and world data but character and tribe is flat file its possible to do changes during run time but to make a plugin that allows you do to everything is very far fetched