beta stuff
This commit is contained in:
parent
16012285e0
commit
8c1ae12d19
@ -53,7 +53,7 @@ import net.minecraft.server.v1_8_R3.MinecraftServer;
|
|||||||
|
|
||||||
public class Clans extends JavaPlugin
|
public class Clans extends JavaPlugin
|
||||||
{
|
{
|
||||||
public static final String VERSION = "0.19";
|
public static final String VERSION = "Beta 1.1_02";
|
||||||
private String WEB_CONFIG = "webServer";
|
private String WEB_CONFIG = "webServer";
|
||||||
|
|
||||||
// Modules
|
// Modules
|
||||||
@ -180,6 +180,6 @@ public class Clans extends JavaPlugin
|
|||||||
|
|
||||||
public static String version()
|
public static String version()
|
||||||
{
|
{
|
||||||
return "Alpha " + VERSION;
|
return VERSION;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -280,7 +280,7 @@ public class ClansManager extends MiniClientPlugin<ClientClan>implements IRelati
|
|||||||
new ClanEnergyTracker(plugin, this);
|
new ClanEnergyTracker(plugin, this);
|
||||||
new StuckManager(this);
|
new StuckManager(this);
|
||||||
|
|
||||||
new ClansAlphaManager(this, taskManager);
|
// new ClansAlphaManager(this, taskManager);
|
||||||
|
|
||||||
new PotatoManager(plugin, this);
|
new PotatoManager(plugin, this);
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ public class ClansScoreboardManager extends ScoreboardManager
|
|||||||
|
|
||||||
private void init()
|
private void init()
|
||||||
{
|
{
|
||||||
setTitle("Clans Alpha " + Clans.VERSION);
|
setTitle("Clans " + Clans.VERSION);
|
||||||
|
|
||||||
ScoreboardData data = getData("default", true);
|
ScoreboardData data = getData("default", true);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user