mirror of
https://e.coding.net/circlecloud/CTZServerBridge.git
synced 2025-11-24 23:46:04 +00:00
@@ -8,15 +8,15 @@ import org.bukkit.plugin.java.JavaPlugin;
|
||||
import cn.citycraft.CTZServerBridge.listen.PlayerListen;
|
||||
import cn.citycraft.CTZServerCommon.CTZAuth;
|
||||
import cn.citycraft.PluginHelper.config.FileConfig;
|
||||
import cn.citycraft.PluginHelper.sql.SQLHelper;
|
||||
import cn.citycraft.PluginHelper.sql.DataBaseCore;
|
||||
|
||||
public class CTZServerBridge extends JavaPlugin {
|
||||
|
||||
ConsoleCommandSender ccs;
|
||||
SQLHelper sql;
|
||||
DataBaseCore sql;
|
||||
public FileConfig config;
|
||||
|
||||
public SQLHelper getSql() {
|
||||
public DataBaseCore getSql() {
|
||||
return sql;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user