barneygale / mark2

minecraft server wrapper, written in python with twisted
Other
105 stars 27 forks source link

Send directly to server #118

Closed DevNerd closed 10 years ago

DevNerd commented 10 years ago

As a server owner i'd like to be able to send commands directly to the server using mark2 send which currently sends the command to the first server listed in mark2 list.

e.g. mark2 send /opt/servers/foo/ ~restart 2m

barneygale commented 10 years ago

Try mark2 send -n foo ~restart 2m.

DevNerd commented 10 years ago

Works like a charm! Thanks :-)