From dc2193456b7d7ef5da6b696c3792e056691b9335 Mon Sep 17 00:00:00 2001 From: Steven Lawson Date: Sat, 6 Oct 2012 11:49:22 -0700 Subject: [PATCH] Initial commit --- .gitignore | 6 ++++++ README.md | 4 ++++ 2 files changed, 10 insertions(+) create mode 100644 .gitignore create mode 100644 README.md 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