geforkt von Mirrors/FastAsyncWorldEdit
Add permissions node for help command
Dieser Commit ist enthalten in:
Ursprung
fcaafe009c
Commit
24662d6365
@ -110,6 +110,7 @@ public class WorldEditCommands {
|
|||||||
min = 0,
|
min = 0,
|
||||||
max = -1
|
max = -1
|
||||||
)
|
)
|
||||||
|
@CommandPermissions("worldedit.help")
|
||||||
@Console
|
@Console
|
||||||
public void help(CommandContext args, LocalSession session, LocalPlayer player,
|
public void help(CommandContext args, LocalSession session, LocalPlayer player,
|
||||||
EditSession editSession) throws WorldEditException {
|
EditSession editSession) throws WorldEditException {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren