ForLoveOfCats / SkyOfSteel

Git repo and bug tracker for SkyOfSteel
https://skyofsteel.org
MIT License
42 stars 10 forks source link

Grant admin as host #15

Open ForLoveOfCats opened 5 years ago

ForLoveOfCats commented 5 years ago

The host should be able to grant admin to other players. These admin players would then be able to run console commands on the host.

ForLoveOfCats commented 4 years ago

While builtin mod support has been removed this is still relevant for allowing select players to perform administrative tasks when without physical access to the server machine

ForLoveOfCats commented 4 years ago

Still applicable, the new command "system" that has been around for a while now makes this much easier and safer. I need to abstract how commands print so that a command being run on the server can print to the console of the admin client which executed the command. Beyond tracking who is and isn't an admin this should be trivial (and will be required soon as the game is moving to a dedicated server only system internally so what used to be a listen server will actually open a server process in the background).