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:
md678685 2018-12-08 16:41:09 +00:00
parent 44301fae4f
commit 6a6383462d
4 changed files with 20 additions and 3 deletions

View file

@ -316,4 +316,6 @@ public interface ISettings extends IConf {
boolean isAllowWorldInBroadcastworld();
String getItemDbType();
boolean isForceEnableRecipe();
}