From cf9ebcd0932e50fdde076a99dc3230f82256e937 Mon Sep 17 00:00:00 2001 From: Lixfel Date: Fri, 12 Nov 2021 17:15:29 +0100 Subject: [PATCH] Update config Signed-off-by: Lixfel --- FightSystem_Core/src/config.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/FightSystem_Core/src/config.yml b/FightSystem_Core/src/config.yml index 72e386d..dbdbbf2 100644 --- a/FightSystem_Core/src/config.yml +++ b/FightSystem_Core/src/config.yml @@ -64,7 +64,15 @@ Schematic: ReplaceObsidianBedrock: false # defaults to false if missing # If the replacement should happen with block updates ReplaceWithBlockupdates: false # defaults to false if missing - Maximum: Materials/Type + # Maximal amount of blocks allowed in the schematic + MaxBlocks: 0 # defaults to 0 (ignored) if missing + # Maximal amount of items per dispenser + MaxDispenserItems: 128 # defaults to 128 if missing + # List of limited material (combinations) + # List contains tags Amount (integer) and Materials (List of material names in Spigot 1.12 AND Spigot 1.15 format) + Limited: + - Materials: [] + Amount: 0 # The name of the game mode presented to the players GameName: WarGear # defaults to WarGear if missing @@ -168,7 +176,7 @@ Techhider: - observer - honey_block - lever - # The block entity contents that are hidden (here with minecraft:-nametag) + # The block entity contents that are hidden (here with minecraft:nametag) HiddenBlockEntites: # defaults to none if missing - minecraft:sign - minecraft:dispenser