Get wrapper working
This commit is contained in:
parent
0ae098318a
commit
26434a9123
19 changed files with 211 additions and 255 deletions
5
scripts/rcon.py
Normal file
5
scripts/rcon.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
from mcrcon import MCRcon
|
||||
import sys
|
||||
|
||||
with MCRcon(sys.argv[1], sys.argv[2], sys.argv[3]) as mcr:
|
||||
print(mcr.command(sys.argv[4]))
|
Loading…
Add table
Add a link
Reference in a new issue