diff --git a/pom.xml b/pom.xml
index b0ff161..611fc8d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
- com.alttd.destro174
+ com.alttd.destro174.custommotd
CustomMOTD
1.0
@@ -26,7 +26,8 @@
src/main/resources
plugin.yml
- lang.yml
+ MOTD.yml
+ counter.yml
config.yml
true
diff --git a/src/main/resources/counter.yml b/src/main/resources/counter.yml
new file mode 100644
index 0000000..e673e6d
--- /dev/null
+++ b/src/main/resources/counter.yml
@@ -0,0 +1 @@
+counter: 11
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml
index 661ac90..341438e 100644
--- a/src/main/resources/plugin.yml
+++ b/src/main/resources/plugin.yml
@@ -5,8 +5,4 @@ author: destro174
commands:
custommotd:
aliases: [cmotd]
- description: Set motd in-game or in console.
- customicon:
- aliases: [cicon]
- description: Change the servericon in game or from console.
-
\ No newline at end of file
+ description: Set motd in-game or in console.
\ No newline at end of file