Allow non-op players to execute the click event callback (#9652)
This commit is contained in:
parent
a0632a8f06
commit
7366520a54
7 changed files with 48 additions and 45 deletions
|
|
@ -9,9 +9,9 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
--- a/src/main/java/io/papermc/paper/command/PaperCommand.java
|
||||
+++ b/src/main/java/io/papermc/paper/command/PaperCommand.java
|
||||
@@ -0,0 +0,0 @@ public final class PaperCommand extends Command {
|
||||
commands.put(Set.of("entity"), new EntityCommand());
|
||||
commands.put(Set.of("reload"), new ReloadCommand());
|
||||
commands.put(Set.of("version"), new VersionCommand());
|
||||
commands.put(Set.of("callback"), new CallbackCommand());
|
||||
+ commands.put(Set.of("dumpplugins"), new DumpPluginsCommand());
|
||||
|
||||
return commands.entrySet().stream()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue