diff --git a/src/main/resources/config.yml b/modules/ProtocolLib/src/main/resources/config.yml
similarity index 100%
rename from src/main/resources/config.yml
rename to modules/ProtocolLib/src/main/resources/config.yml
diff --git a/src/main/resources/plugin.yml b/modules/ProtocolLib/src/main/resources/plugin.yml
similarity index 95%
rename from src/main/resources/plugin.yml
rename to modules/ProtocolLib/src/main/resources/plugin.yml
index 87c10a68..06da7ff4 100644
--- a/src/main/resources/plugin.yml
+++ b/modules/ProtocolLib/src/main/resources/plugin.yml
@@ -3,7 +3,7 @@ version: ${project.version}${project.build.number}
description: Provides read/write access to the Minecraft protocol.
authors: [dmulloy2, comphenix]
-main: com.comphenix.protocol.ProtocolLibrary
+main: com.comphenix.protocol.ProtocolLib
load: startup
database: false
diff --git a/pom.xml b/pom.xml
index 5a1567f1..b2a647fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,6 +46,18 @@
clean package install
${project.name}
src/main/java
+
org.apache.maven.plugins
@@ -65,7 +77,8 @@
ISO-8859-1
ProtocolLib JavaDocs
ProtocolLib JavaDocs
- Copyright © {inceptionYear}–{currentYear} Comphenix and dmulloy2. Licensed under the GNU GPL v2.
+ Copyright © {inceptionYear}–{currentYear}
+ Comphenix and dmulloy2. Licensed under the GNU GPL v2.