Skip to content

Commit

Permalink
Add paralleltp to disabled commands 😔
Browse files Browse the repository at this point in the history
  • Loading branch information
Emibergo02 committed Feb 18, 2024
1 parent 9448966 commit 26d5d57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ public static class MapHookSettings {
}

@Comment("List of commands to disable (e.g. ['/home', '/warp'] to disable /home and /warp)")
private List<String> disabledCommands = Lists.newArrayList();
private List<String> disabledCommands = Lists.newArrayList("paralleltp");

public boolean isCommandDisabled(@NotNull Command type) {
return disabledCommands.stream()
Expand Down
3 changes: 2 additions & 1 deletion docs/Config-Files.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,8 @@ map_hook:
# Show warps on the web map
show_warps: true
# List of commands to disable (e.g. ['/home', '/warp'] to disable /home and /warp)
disabled_commands: []
disabled_commands:
- paralleltp
```
</details>
Expand Down

0 comments on commit 26d5d57

Please sign in to comment.