mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-28 08:50:02 +02:00
Change namespace from com.earth2me to org.mcess - net.ess3.api changes still required
This commit is contained in:
@@ -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>
|
||||
|
@@ -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;
|
@@ -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;
|
@@ -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
|
||||
|
Reference in New Issue
Block a user