Skip to content
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

Run non and/or arbitrary commands on a world #28

Open
danpolanco opened this issue Jan 6, 2016 · 3 comments
Open

Run non and/or arbitrary commands on a world #28

danpolanco opened this issue Jan 6, 2016 · 3 comments

Comments

@danpolanco
Copy link
Collaborator

It would be great to either open an attached terminal to the game or perhaps one better, could we figure out what commands are possible and create a list of those?

One of the mods I have seems to do that. If you call something like /getcmdbook it'll give you an in game book of available commands. Perhaps calling /help and parsing that?

Pretty dang low priority on this guy.

@itzg
Copy link
Member

itzg commented Jan 6, 2016

This was actually one of my main goals when I tried to create a "container yard" :) While I'm looking I'll note that the Spotify library does indeed have [attach support[(https://github.com/spotify/docker-client/blob/master/src/main/java/com/spotify/docker/client/DockerClient.java#L1094).

@danpolanco
Copy link
Collaborator Author

Woot! Okay, so it shouldn't be too hard to implement then? Relatively...

I'll keep this one in mind as I work on the frontend as well.

@danpolanco danpolanco self-assigned this Jan 6, 2016
@sshipway
Copy link
Collaborator

sshipway commented Jan 6, 2016

This would be a really excellent thing to have; especially when developing modules, or when running a one-off competitive game, being able to enter console commands and watch console logs is a big win.
Of course you'd want the frontend to be able to restrict this feature to only people who own that instance...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants