Bukkit interaction with Python and Screen

Discussion in 'Bukkit Help' started by riki137, Apr 13, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    riki137

    How can i send command to bukkit in screen by python?
    -X stuff command didnt worked for me.

    Thanks in advance.

    At least, how can i do it in shell?
    Is there any wrapper that will help me?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 13, 2016
  2. Offline

    Plague

    Code:
    screen -x Minecraft -X stuff "`printf "say World Save in 1 minute!\r"`"
    That's BASH and Minecraft is the name of the screen serssion running the server,.
     
Thread Status:
Not open for further replies.

Share This Page