forgot to include this; version getter thingy in Clans

This commit is contained in:
NewGarbo 2016-02-04 16:10:08 +00:00
parent 5a8fae4974
commit 50c2da2a95
1 changed files with 5 additions and 0 deletions

View File

@ -177,4 +177,9 @@ public class Clans extends JavaPlugin
getServer().getPluginManager().callEvent(new ServerShutdownEvent(this));
}
public static String version()
{
return "Alpha " + VERSION;
}
}