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:
@@ -1,4 +1,4 @@
|
||||
package com.earth2me.essentials.protect;
|
||||
package org.mcess.essentials.protect;
|
||||
|
||||
import org.bukkit.event.EventHandler;
|
||||
import org.bukkit.event.EventPriority;
|
@@ -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;
|
@@ -1,4 +1,4 @@
|
||||
package com.earth2me.essentials.protect;
|
||||
package org.mcess.essentials.protect;
|
||||
|
||||
import java.util.EnumMap;
|
||||
import java.util.List;
|
@@ -1,4 +1,4 @@
|
||||
package com.earth2me.essentials.protect;
|
||||
package org.mcess.essentials.protect;
|
||||
|
||||
import net.ess3.api.IEssentials;
|
||||
import org.bukkit.Material;
|
@@ -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.*;
|
@@ -1,4 +1,4 @@
|
||||
package com.earth2me.essentials.protect;
|
||||
package org.mcess.essentials.protect;
|
||||
|
||||
import org.bukkit.event.EventHandler;
|
||||
import org.bukkit.event.EventPriority;
|
@@ -1,4 +1,4 @@
|
||||
package com.earth2me.essentials.protect;
|
||||
package org.mcess.essentials.protect;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
@@ -1,4 +1,4 @@
|
||||
package com.earth2me.essentials.protect;
|
||||
package org.mcess.essentials.protect;
|
||||
|
||||
|
||||
public enum ProtectConfig
|
@@ -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
|
||||
|
Reference in New Issue
Block a user