diff --git a/.gitignore b/.gitignore
index 5f886e6..3fd2336 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,4 @@
-/target/
*.jar
-/build/
-/dist/
-/server/
\ No newline at end of file
+/out/
+.idea
+*.iml
diff --git a/manifest.mf b/manifest.mf
deleted file mode 100644
index 328e8e5..0000000
--- a/manifest.mf
+++ /dev/null
@@ -1,3 +0,0 @@
-Manifest-Version: 1.0
-X-COMMENT: Main-Class will be added automatically by build
-
diff --git a/nb-configuration.xml b/nb-configuration.xml
deleted file mode 100644
index c5bbdab..0000000
--- a/nb-configuration.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
- JDK_1.7
- true
-
-
diff --git a/pom.xml b/pom.xml
deleted file mode 100644
index a6c2b59..0000000
--- a/pom.xml
+++ /dev/null
@@ -1,105 +0,0 @@
-
-
- 4.0.0
- ca.gibstick
- DiscoSheep
- 1.1.2
- jar
-
-
- repo.oc.tc
- http://repo.oc.tc/content/repositories/public/
-
-
- spigot-repo
- https://hub.spigotmc.org/nexus/content/groups/public/
-
-
-
-
- com.sk89q
- command-framework-bukkit
- 0.5-SNAPSHOT
-
-
- org.bukkit
- bukkit
- 1.8-R0.1-SNAPSHOT
-
-
-
- DiscoSheep
- src/main/java
-
-
- .
- true
- src/main/resources/
-
- plugin.yml
-
-
-
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
- 3.1
-
-
- -Xlint:deprecation
-
- true
-
-
-
- org.apache.maven.plugins
- maven-source-plugin
- 2.3
-
-
- org.apache.maven.plugins
- maven-javadoc-plugin
- 2.9.1
-
-
- org.apache.maven.plugins
- maven-deploy-plugin
- 2.8.1
-
-
- org.apache.maven.plugins
- maven-shade-plugin
- 2.3
-
-
- package
-
- shade
-
-
- DiscoSheep
- true
-
- ${project.basedir}
-
-
- com.sk89q:command-framework-bukkit
-
-
- false
- true
- shaded
-
-
-
-
-
-
-
- UTF-8
- 1.7
- 1.7
-
- DiscoSheep
-
\ No newline at end of file
diff --git a/src/plugin.yml b/src/plugin.yml
index 124a17e..04f9692 100644
--- a/src/plugin.yml
+++ b/src/plugin.yml
@@ -1,7 +1,7 @@
name: DiscoSheep
-main: DiscoSheep
+main: me.cwang.discosheep.DiscoSheep
authors: [Gibstick, RangerMauve]
-version: 1.2
+version: 2.0
commands:
ds:
description: "Main DiscoSheep command"