Improve debugpaste declaration

This commit is contained in:
NotMyFault 2020-08-01 23:30:48 +02:00 committed by GitHub
parent 7704ec5cd4
commit 3b7f7237b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@ public class WorldEditCommands {
@Command(
name = "version",
aliases = { "ver" },
desc = "Get WorldEdit/FAWE version"
desc = "Get the FAWE version"
)
@CommandPermissions(queued = false)
public void version(Actor actor) {
@ -133,7 +133,7 @@ public class WorldEditCommands {
@Command(
name = "debugpaste",
desc = "Writes a report of latest.log, config.yml, message.yml https://athion.net/ISPaster/paste"
desc = "Writes a report of latest.log, config.yml, config-legacy.yml, strings.json to https://athion.net/ISPaster/paste"
)
@CommandPermissions(value = {"worldedit.report", "worldedit.debugpaste"}, queued = false)
public void report(Actor actor) throws WorldEditException {