Hello there,
Im currently investigating what options I have when it comes to perform various taks on the server as server admin. For instance, executing tasks to change data in the db ie: nakama-command name_of_command [args]. Or do I have to write my own module for this?
I do have another question as well. Im not using nakama framework as it’s “supposed” to be used with a lot of matches. I’m using one match as a single server with multiple players in the same match. (developing an mmo). So there is one match and one match only at all time.
Can i somehow gracefullly shutdown the match form the server? I havent found anything in the docs yet.
/Cheers