summaryrefslogtreecommitdiffstats
path: root/EssentialsGeoIP
diff options
context:
space:
mode:
Diffstat (limited to 'EssentialsGeoIP')
-rw-r--r--EssentialsGeoIP/pom.xml4
-rw-r--r--EssentialsGeoIP/src/org/mcess/essentials/geoip/EssentialsGeoIP.java (renamed from EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIP.java)4
-rw-r--r--EssentialsGeoIP/src/org/mcess/essentials/geoip/EssentialsGeoIPPlayerListener.java (renamed from EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIPPlayerListener.java)10
-rw-r--r--EssentialsGeoIP/src/plugin.yml2
4 files changed, 10 insertions, 10 deletions
diff --git a/EssentialsGeoIP/pom.xml b/EssentialsGeoIP/pom.xml
index 4e886a4bb..8d41ad8f5 100644
--- a/EssentialsGeoIP/pom.xml
+++ b/EssentialsGeoIP/pom.xml
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>net.ess3</groupId>
+ <groupId>org.mcess</groupId>
<artifactId>EssentialsParent</artifactId>
<version>2.x-SNAPSHOT</version>
</parent>
@@ -43,7 +43,7 @@
<dependencies>
<dependency>
- <groupId>net.ess3</groupId>
+ <groupId>org.mcess</groupId>
<artifactId>Essentials</artifactId>
<version>${project.version}</version>
</dependency>
diff --git a/EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIP.java b/EssentialsGeoIP/src/org/mcess/essentials/geoip/EssentialsGeoIP.java
index aced4ccb8..963176ae4 100644
--- a/EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIP.java
+++ b/EssentialsGeoIP/src/org/mcess/essentials/geoip/EssentialsGeoIP.java
@@ -1,6 +1,6 @@
-package com.earth2me.essentials.geoip;
+package org.mcess.essentials.geoip;
-import static com.earth2me.essentials.I18n.tl;
+import static org.mcess.essentials.I18n.tl;
import net.ess3.api.IEssentials;
import java.util.logging.Level;
import org.bukkit.plugin.PluginManager;
diff --git a/EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIPPlayerListener.java b/EssentialsGeoIP/src/org/mcess/essentials/geoip/EssentialsGeoIPPlayerListener.java
index a6cb28ddc..1d2c1d5b7 100644
--- a/EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIPPlayerListener.java
+++ b/EssentialsGeoIP/src/org/mcess/essentials/geoip/EssentialsGeoIPPlayerListener.java
@@ -1,9 +1,9 @@
-package com.earth2me.essentials.geoip;
+package org.mcess.essentials.geoip;
-import com.earth2me.essentials.EssentialsConf;
-import static com.earth2me.essentials.I18n.tl;
-import com.earth2me.essentials.IConf;
-import com.earth2me.essentials.User;
+import org.mcess.essentials.EssentialsConf;
+import static org.mcess.essentials.I18n.tl;
+import org.mcess.essentials.IConf;
+import org.mcess.essentials.User;
import net.ess3.api.IEssentials;
import com.maxmind.geoip.Location;
import com.maxmind.geoip.LookupService;
diff --git a/EssentialsGeoIP/src/plugin.yml b/EssentialsGeoIP/src/plugin.yml
index adf75b83d..17b56c8fb 100644
--- a/EssentialsGeoIP/src/plugin.yml
+++ b/EssentialsGeoIP/src/plugin.yml
@@ -1,6 +1,6 @@
# This determines the command prefix when there are conflicts (/name:home, /name:help, etc.)
name: EssentialsGeoIP
-main: com.earth2me.essentials.geoip.EssentialsGeoIP
+main: org.mcess.essentials.geoip.EssentialsGeoIP
# Note to developers: This next line cannot change, or the automatic versioning system will break.
version: TeamCity
website: http://tiny.cc/EssentialsCommands