SteamWar/FightSystem
Archiviert
13
1

Current default config
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Signed-off-by: Lixfel <agga-games@gmx.de>
Dieser Commit ist enthalten in:
Lixfel 2021-11-28 16:38:36 +01:00
Ursprung cf9ebcd093
Commit fd74b8fe59

Datei anzeigen

@ -79,10 +79,10 @@ GameName: WarGear # defaults to WarGear if missing
# The prefix used for team chats # The prefix used for team chats
TeamChatPrefix: + # defaults to + if missing TeamChatPrefix: + # defaults to + if missing
Blue: Blue:
Name: Blue # defaults to Blue if missing Name: Blau # defaults to Blue if missing
Prefix: '§3' # defaults to '§3' if missing Prefix: '§3' # defaults to '§3' if missing
Red: Red:
Name: Red # defaults to Red if missing Name: Rot # defaults to Red if missing
Prefix: '§c' # defaults to '§c' if missing Prefix: '§c' # defaults to '§c' if missing
# The list of active win conditions # The list of active win conditions
@ -111,11 +111,7 @@ WinConditionParams:
# The percentage when any of the percent win conditions limits or triggers a win # The percentage when any of the percent win conditions limits or triggers a win
PercentWin: 7.0 # defaults to 7.0 if missing PercentWin: 7.0 # defaults to 7.0 if missing
# Special Blocks (Valid spigot material values) used by the percent win conditions # Special Blocks (Valid spigot material values) used by the percent win conditions
Blocks: # defaults to none if missing Blocks: [] # defaults to none if missing
- AIR
- WATER
- TNT
- OBSIDIAN
Kits: Kits:
# The kit file for this configuration # The kit file for this configuration
@ -139,56 +135,9 @@ Techhider:
# Which block the tech hider replaces to. # Which block the tech hider replaces to.
ObfuscateWith: end_stone # defaults to end_stone if missing ObfuscateWith: end_stone # defaults to end_stone if missing
# A list of all hidden blocks. "water" results in the hiding of all waterlogged blocks as well. # A list of all hidden blocks. "water" results in the hiding of all waterlogged blocks as well.
HiddenBlocks: # defaults to none if missing HiddenBlocks: [] # defaults to none if missing
- water
- note_block
- powered_rail
- detector_rail
- piston
- piston_head
- sticky_piston
- tnt
- chest
- trapped_chest
- redstone_wire
- stone_pressure_plate
- iron_door
- oak_pressure_plate
- spruce_pressure_plate
- birch_pressure_plate
- jungle_pressure_plate
- acacia_pressure_plate
- dark_oak_pressure_plate
- redstone_torch
- redstone_wall_torch
- repeater
- brewing_stand
- tripwire_hook
- tripwire
- heavy_weighted_pressure_plate
- light_weighted_pressure_plate
- comparator
- redstone_block
- hopper
- activator_rail
- dropper
- slime_block
- 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 HiddenBlockEntites: [] # defaults to none if missing
- minecraft:sign
- minecraft:dispenser
- minecraft:chest
- minecraft:trapped_chest
- minecraft:furnace
- minecraft:brewing_stand
- minecraft:hopper
- minecraft:dropper
- minecraft:shulker_box
- minecraft:jukebox
- minecraft:comparator
# The following configuration must be in the world folder/config.yml # The following configuration must be in the world folder/config.yml
# #