[Bleeding] Added Help API. Addresses BUKKIT-863

This commit is contained in:
rmichela
2012-03-01 00:07:05 -05:00
committed by EvilSeph
parent 49c34510e3
commit bba2e1cd2f
16 changed files with 596 additions and 35 deletions

View File

@@ -11,6 +11,7 @@ public class TimeCommand extends VanillaCommand {
super("time");
this.description = "Changes the time on each world";
this.usageMessage = "/time set <value>\n/time add <value>";
this.setPermission("bukkit.command.time.add;bukkit.command.time.set");
}
@Override