mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-05 03:53:41 +00:00
Allow admins to force enable /recipe if they want
Add `force-enable-recipe`, which allows server admins to manually enable `/recipe` despite potential duplication exploits. Use this at your own risk! Related: #1397
This commit is contained in:
parent
44301fae4f
commit
6a6383462d
4 changed files with 20 additions and 3 deletions
|
@ -316,4 +316,6 @@ public interface ISettings extends IConf {
|
|||
boolean isAllowWorldInBroadcastworld();
|
||||
|
||||
String getItemDbType();
|
||||
|
||||
boolean isForceEnableRecipe();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue