mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 10:14:42 +02:00
Update desc for debugpaste
This commit is contained in:
@ -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 {
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user