mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-04 19:46:27 +00:00
Add default toggle for confirm commands in config.yml.
This commit is contained in:
parent
752565b8f1
commit
1ef1cd98db
4 changed files with 41 additions and 10 deletions
|
@ -302,4 +302,8 @@ public interface ISettings extends IConf {
|
|||
int getMotdDelay();
|
||||
|
||||
boolean isDirectHatAllowed();
|
||||
}
|
||||
|
||||
List<String> getDefaultDisabledConfirmCommands();
|
||||
|
||||
boolean isConfirmCommandEnabledByDefault(String commandName);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue