Remove Ebean ORM

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2017-05-14 12:00:00 +10:00
parent 88d1d8bf69
commit 158afaffeb
7 changed files with 0 additions and 152 deletions

View File

@@ -40,7 +40,6 @@ import org.bukkit.scheduler.BukkitScheduler;
import org.bukkit.scoreboard.ScoreboardManager;
import org.bukkit.util.CachedServerIcon;
import com.avaje.ebean.config.ServerConfig;
import com.google.common.collect.ImmutableList;
import org.bukkit.generator.ChunkGenerator;
@@ -589,16 +588,6 @@ public final class Bukkit {
return server.dispatchCommand(sender, commandLine);
}
/**
* Populates a given {@link ServerConfig} with values attributes to this
* server.
*
* @param config the server config to populate
*/
public static void configureDbConfig(ServerConfig config) {
server.configureDbConfig(config);
}
/**
* Adds a recipe to the crafting manager.
*