From a1be0c88dfbfb491a2926ca1cde0f0bfaf64494e Mon Sep 17 00:00:00 2001 From: Petru Date: Sun, 16 Feb 2020 18:23:04 +0200 Subject: [PATCH] added README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..efb0632 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +Spectator Plus +============== + +This project was created when I was exploring Minecraft's underworld map for tunnels and stuff. + +It was pretty annoying to type `/effect give` and `/effect clear` all the time, so I came up with this idea. + +Coding took 15 minutes, testing 5 and everything is working fine. + +So I decided to release this plugin publicly. + +Development +----------- +Project was created using Intellij IDEA Community with Gradle, so there you have everything that can be useful: +- development environment +- build tools +- git management \ No newline at end of file