diff --git a/src/main/java/com/onarandombox/MultiverseCore/MultiverseCore.java b/src/main/java/com/onarandombox/MultiverseCore/MultiverseCore.java index bb66ec90..70bfc82d 100644 --- a/src/main/java/com/onarandombox/MultiverseCore/MultiverseCore.java +++ b/src/main/java/com/onarandombox/MultiverseCore/MultiverseCore.java @@ -240,16 +240,6 @@ public class MultiverseCore extends JavaPlugin implements MVPlugin, Core { this.safeTTeleporter = new SimpleSafeTTeleporter(this); } - /** - * {@inheritDoc} - * @deprecated This is deprecated. - */ - @Override - @Deprecated - public FileConfiguration getMVConfiguration() { - return this.multiverseConfig; - } - /** * {@inheritDoc} * @deprecated Now using Vault. diff --git a/src/main/java/com/onarandombox/MultiverseCore/api/Core.java b/src/main/java/com/onarandombox/MultiverseCore/api/Core.java index c393f5db..390214ba 100644 --- a/src/main/java/com/onarandombox/MultiverseCore/api/Core.java +++ b/src/main/java/com/onarandombox/MultiverseCore/api/Core.java @@ -19,7 +19,6 @@ import com.onarandombox.MultiverseCore.utils.SimpleLocationManipulation; import com.onarandombox.MultiverseCore.utils.SimpleSafeTTeleporter; import com.onarandombox.MultiverseCore.utils.VaultHandler; import com.pneumaticraft.commandhandler.CommandHandler; -import org.bukkit.configuration.file.FileConfiguration; import org.bukkit.entity.Player; /** @@ -29,15 +28,6 @@ import org.bukkit.entity.Player; */ public interface Core { - /** - * Gets the Multiverse config file. - * - * @return The Multiverse config file. - * @deprecated Don't modify the config-file manually! - */ - @Deprecated - FileConfiguration getMVConfiguration(); - /** * Gets the Banking system that Multiverse-Core has hooked into. *