Implemented ebeans

This commit is contained in:
Dinnerbone
2011-03-31 02:35:08 +01:00
parent 160b54c965
commit 8b25433982
3 changed files with 46 additions and 0 deletions

View File

@@ -59,6 +59,12 @@ public class Main {
.withRequiredArg()
.ofType(SimpleDateFormat.class)
.describedAs("Log date format");
acceptsAll(asList("b", "bukkit-settings"), "File for bukkit settings")
.withRequiredArg()
.ofType(File.class)
.defaultsTo(new File("bukkit.yml"))
.describedAs("Yml file");
}
};