1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-14 02:24:16 +02:00

Change namespace from com.earth2me to org.mcess - net.ess3.api changes still required

This commit is contained in:
ementalo
2015-04-11 21:47:56 +01:00
parent ce8313bd68
commit 9e6c686c29
334 changed files with 1788 additions and 1816 deletions

View File

@@ -1,4 +1,4 @@
package com.earth2me.essentials.protect;
package org.mcess.essentials.protect;
import org.bukkit.event.EventHandler;
import org.bukkit.event.EventPriority;

View File

@@ -1,11 +1,11 @@
package com.earth2me.essentials.protect;
package org.mcess.essentials.protect;
import static com.earth2me.essentials.I18n.tl;
import com.earth2me.essentials.IConf;
import org.mcess.essentials.IConf;
import net.ess3.api.IEssentials;
import java.util.logging.Level;
import java.util.logging.Logger;
import org.bukkit.plugin.Plugin;
import org.mcess.essentials.I18n;
public class EssentialsConnect
@@ -18,7 +18,7 @@ public class EssentialsConnect
{
if (!essProtect.getDescription().getVersion().equals(essPlugin.getDescription().getVersion()))
{
LOGGER.log(Level.WARNING, tl("versionMismatchAll"));
LOGGER.log(Level.WARNING, I18n.tl("versionMismatchAll"));
}
ess = (IEssentials)essPlugin;
protect = (IProtect)essProtect;

View File

@@ -1,4 +1,4 @@
package com.earth2me.essentials.protect;
package org.mcess.essentials.protect;
import java.util.EnumMap;
import java.util.List;

View File

@@ -1,4 +1,4 @@
package com.earth2me.essentials.protect;
package org.mcess.essentials.protect;
import net.ess3.api.IEssentials;
import org.bukkit.Material;

View File

@@ -1,6 +1,6 @@
package com.earth2me.essentials.protect;
package org.mcess.essentials.protect;
import com.earth2me.essentials.User;
import org.mcess.essentials.User;
import net.ess3.api.IEssentials;
import java.util.Locale;
import org.bukkit.entity.*;

View File

@@ -1,4 +1,4 @@
package com.earth2me.essentials.protect;
package org.mcess.essentials.protect;
import org.bukkit.event.EventHandler;
import org.bukkit.event.EventPriority;

View File

@@ -1,4 +1,4 @@
package com.earth2me.essentials.protect;
package org.mcess.essentials.protect;
import java.util.List;
import java.util.Map;

View File

@@ -1,4 +1,4 @@
package com.earth2me.essentials.protect;
package org.mcess.essentials.protect;
public enum ProtectConfig

View File

@@ -1,6 +1,6 @@
# This determines the command prefix when there are conflicts (/name:home, /name:help, etc.)
name: EssentialsProtect
main: com.earth2me.essentials.protect.EssentialsProtect
main: org.mcess.essentials.protect.EssentialsProtect
# Note to developers: This next line cannot change, or the automatic versioning system will break.
version: TeamCity
website: http://tiny.cc/EssentialsCommands