SteamWar/FightSystem
Archiviert
13
1

Reworking default config

Signed-off-by: Lixfel <agga-games@gmx.de>
Dieser Commit ist enthalten in:
Lixfel 2020-01-12 13:01:07 +01:00
Ursprung b9bf52cc5f
Commit f72869c43d

Datei anzeigen

@ -1,8 +1,102 @@
Times:
NoPlayersOnlineDuration: 0
SetupDuration: 0
PreFightDuration: 0
SpectatorDuration: 0
NoPlayersOnlineDuration: 300
PreSchemPasteDuration: 120
SetupDuration: 300
PreFightDuration: 30
SpectatorDuration: 30
Schematic:
OnlyPublicSchematics: false
SchematicType: normal
Rotate: true
ReplaceObsidian: false
ReplaceBedrock: false
Output:
TeamRedName: Rot
TeamRedPrefix: '§c'
TeamBlueName: Blau
TeamBluePrefix: '§3'
GameName: War*
TeamChatDetection: +
WinConditions:
Timeout: true
AllDead: true
CaptainDead: false
PercentSystem: false
RelativePercent: false
Points: false
Entern: false
TechKO: false
WaterTechKO: false
HeartRatioTimeout: false
PumpkinTechKO: false
WinConditionParams:
TimeoutTime: 1200
EnterPhaseBegin: 600
PercentWin: 5.0
IgnoredBlocks:
- AIR
- WATER
- TNT
- OBSIDIAN
Kits:
MemberDefault: default
LeaderDefault: default
Techhider:
ObfuscateWith: 121
ObfuscateWithTag: ENDER_STONE
HiddenBlocks:
BEDROCK: 7
WATER: 8
STATIONARY_WATER: 9
NOTE_BLOCK: 25
DETECTOR_RAIL: 28
PISTON_BASE: 33
PISTON_EXTENSION: 34
PISTON_STICKY_BASE: 29
POWERED_RAIL: 27
TNT: 46
OBSIDIAN: 49
CHEST: 54
REDSTONE_WIRE: 55
STONE_PLATE: 70
IRON_DOOR_BLOCK: 71
WOOD_PLATE: 72
REDSTONE_TORCH_OFF: 75
REDSTONE_TORCH_ON: 76
STONE_BUTTON: 77
DIODE_BLOCK_OFF: 93
DIODE_BLOCK_ON: 94
BREWING_STAND: 117
TRIPWIRE_HOOK: 131
TRIPWIRE: 132
WOOD_BUTTON: 143
TRAPPED_CHEST: 146
GOLD_PLATE: 147
IRON_PLATE: 148
REDSTONE_COMPARATOR_OFF: 149
REDSTONE_COMPARATOR_ON: 150
REDSTONE_BLOCK: 152
HOPPER: 154
ACTIVATOR_RAIL: 157
DROPPER: 158
SLIME_BLOCK: 165
IRON_TRAPDOOR: 167
OBSERVER: 218
LEVER: 69
HiddenBlockEntites:
- 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
# Muss in config.yml des Weltordners gesetzt werden
Arena:
Schemsize:
x: 0
@ -21,112 +115,3 @@ Arena:
z: 0
underArenaBorder: 0
BorderFromSchematic: 0
Schematic:
OnlyPublicSchematics: boolean
Directory: /home/netuser/schematics/
SchematicType: airship
Rotate: boolean
ReplaceObsidian: boolean
ReplaceBedrock: boolean
Output:
TeamRedName: Team1
TeamRedPrefix: §c
TeamBlueName: Team2
TeamBluePrefix: §3
GameName: AirShip
TeamChatDetection: +
WinConditions:
Timeout: boolean
HeartRatioTimeout: boolean
AllDead: boolean
CaptainDead: boolean
PercentSystem: boolean
RelativePercent: boolean
Points: boolean
Entern: boolean
TechKO: boolean
WaterTechKO: boolean
PumpkinTechKO: boolean
WinConditionParams:
TimeoutTime: 0
EnterPhaseBegin: 0
PercentWin: 0.0
IgnoredBlocks:
- AIR
- WATER
- TNT
- OBSIDIAN
Kits:
MemberDefault: default
LeaderDefault: default
Techhider:
ObfuscateWith: 1
ObfuscateWithTag: STONE
HiddenBlocks:
- 7
- 8
- 9
- 25
- 27
- 28
- 29
- 33
- 34
- 46
- 49
- 54
- 55
- 63
- 68
- 69
- 70
- 71
- 72
- 75
- 76
- 77
- 93
- 94
- 117
- 131
- 132
- 143
- 146
- 147
- 148
- 149
- 150
- 152
- 154
- 157
- 158
- 165
- 167
- 218
- 219
- 220
- 221
- 223
- 224
- 225
- 226
- 227
- 228
- 229
- 230
- 231
- 232
- 233
- 234
HiddenBlockEntites:
- 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