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