Change default permission for version command. Seriously wth.

This commit is contained in:
Jeremy Wood 2021-06-04 13:00:04 -04:00
parent 128442c062
commit 1c483148dc
1 changed files with 5 additions and 2 deletions

View File

@ -45,8 +45,11 @@ public class VersionCommand extends MultiverseCommand {
this.addKey("mvver"); this.addKey("mvver");
this.addKey("mvv"); this.addKey("mvv");
this.addKey("mvversion"); this.addKey("mvversion");
this.setPermission("multiverse.core.version", this.setPermission(
"Dumps version info to the console, optionally to pastebin.com with -b, to hastebin.com using -h, or to paste.gg with -p.", PermissionDefault.TRUE); "multiverse.core.version",
"Dumps version info to the console, optionally to pastebin.com with -b, to hastebin.com using -h, or to paste.gg with -p.",
PermissionDefault.OP)
;
} }
private String getLegacyString() { private String getLegacyString() {