Update desc for debugpaste

This commit is contained in:
Jesse Boyd
2016-06-19 13:44:14 +10:00
parent 8512adf9d6
commit c2f10a7065
3 changed files with 3 additions and 7 deletions

View File

@ -15,7 +15,7 @@ import java.io.IOException;
@CommandDeclaration(command = "debugpaste",
aliases = "dp", usage = "/plot debugpaste",
description = "Upload settings.yml & latest.log to HasteBin",
description = "Upload settings.yml, worlds.yml, commands.yml and latest.log to www.hastebin.com",
permission = "plots.debugpaste",
category = CommandCategory.DEBUG)
public class DebugPaste extends SubCommand {

View File

@ -261,10 +261,6 @@ public class Settings extends Config {
public static boolean DISABLE_OFFLINE = false;
}
/*
END OF CONFIGURATION SECTION:
*/
public static final class Claim {
@Comment("The max plots claimed in a single `/plot auto <size>` command")
public static int MAX_AUTO_AREA = 4;