commit dc2193456b7d7ef5da6b696c3792e056691b9335 Author: Steven Lawson Date: Sat Oct 6 11:49:22 2012 -0700 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0f182a0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +*.class + +# Package Files # +*.jar +*.war +*.ear diff --git a/README.md b/README.md new file mode 100644 index 0000000..fc96d37 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +BukkitTelnetClient +================== + +BukkitTelnetClient is a very, very basic telnet client for use with the BukkitTelnet CraftBukkit plugin. \ No newline at end of file