1

BASH Bukkit Server Wrapper Help?

kku 6/27/13 12:39 am
413
7/10/2013 8:09 pm
I'm making a server wrapper in bash for bukkit for my server, but I need a way to detect when a player leaves or joins. There is a message in server.log but I have no idea how to parse it. Any help?
P.S.: I'm writing it in bash. Not java or C# or anything else.
Posted by
kku
Level 1 : New Crafter
4

  Have something to say?

JoinSign in

2

kku
07/10/2013 8:09 pm
Level 1 : New Crafter
TeotooI'm a little rusty on my bash, but you could use grep just as easily (grep is usually present on most devices that have bash):

--snip--

You can call grep from bash, if you're worried about keeping it all in one thing.

Aww come on XD
I made up this big complex system to do it and you come along and make it all easy XD
1
anonpmc449001
06/27/2013 5:59 am
Level 13 : Journeyman Miner
[deleted]
1

Welcome