mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-06 04:23:02 +00:00
Default setting to be enabled confirm commands by default with commented out list of possible options
This commit is contained in:
parent
ce1e584266
commit
a468ec5e08
3 changed files with 10 additions and 10 deletions
|
@ -303,7 +303,7 @@ public interface ISettings extends IConf {
|
|||
|
||||
boolean isDirectHatAllowed();
|
||||
|
||||
List<String> getDefaultDisabledConfirmCommands();
|
||||
List<String> getDefaultEnabledConfirmCommands();
|
||||
|
||||
boolean isConfirmCommandEnabledByDefault(String commandName);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue