forgot to include this; version getter thingy in Clans
This commit is contained in:
parent
5a8fae4974
commit
50c2da2a95
@ -177,4 +177,9 @@ public class Clans extends JavaPlugin
|
|||||||
|
|
||||||
getServer().getPluginManager().callEvent(new ServerShutdownEvent(this));
|
getServer().getPluginManager().callEvent(new ServerShutdownEvent(this));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static String version()
|
||||||
|
{
|
||||||
|
return "Alpha " + VERSION;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user