From ad5a2d4a085e64b41199bd5f2af73afe1c3a184e Mon Sep 17 00:00:00 2001 From: Lixfel Date: Wed, 29 Nov 2023 16:40:10 +0100 Subject: [PATCH] Document manualcheck option Signed-off-by: Lixfel --- FightSystem_Core/src/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FightSystem_Core/src/config.yml b/FightSystem_Core/src/config.yml index 49f992a..ab03b87 100644 --- a/FightSystem_Core/src/config.yml +++ b/FightSystem_Core/src/config.yml @@ -65,6 +65,8 @@ Schematic: Shortcut: "" # defaults to "" if missing # Spigot (1.8) material for GUIs Material: STONE_BUTTON # defaults to STONE_BUTTON if missing + # Manual check of schematic necessary + ManualCheck: true # defaults to true if missing # If the schematics should be rotated during pasting Rotate: true # defaults to true if missing # If the schematics should be pasted aligned to the borders instead of centered