mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 20:00:46 +00:00
Clarify command disabling.
This commit is contained in:
parent
5f2c759a8f
commit
31f3662101
1 changed files with 5 additions and 2 deletions
|
@ -85,11 +85,14 @@ warn-on-smite: true
|
|||
|
||||
overridden-commands:
|
||||
# - god
|
||||
# - info
|
||||
|
||||
# Disabled commands will be completely unavailable on the server.
|
||||
# Disabling commands here will have no effect on command conflicts.
|
||||
# Disabling commands here will prevent Essentials handling the command, this will not affect command conflicts.
|
||||
# Commands should fallback to the vanilla versions if available.
|
||||
# You should not have to disable commands used in other plugins, they will automatically get priority.
|
||||
disabled-commands:
|
||||
# - nick
|
||||
# - clear
|
||||
|
||||
# These commands will be shown to players with socialSpy enabled.
|
||||
# You can add commands from other plugins you may want to track or
|
||||
|
|
Loading…
Reference in a new issue