mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-02-18 21:41:37 +01:00
Change default permission for version command. Seriously wth.
This commit is contained in:
parent
128442c062
commit
1c483148dc
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user