Yaruma3341
2d03c39883
Code Cleanup PlayerDeathListener; Added WinConditions; Added Win/Lose/Undecided and give money to FightPlayers; Added money variables to config.yml; Signed-off-by: Yaruma3341 <yaruma3341@gmail.com>
52 Zeilen
698 B
YAML
52 Zeilen
698 B
YAML
Times:
|
|
SetupDuration: 0
|
|
PreFightDuration: 0
|
|
FightDuration: 0
|
|
SpectatorDuration: 0
|
|
|
|
Arena:
|
|
WorldName:
|
|
Schemsize:
|
|
x: 0
|
|
y: 0
|
|
z: 0
|
|
Team1corner:
|
|
x: 0
|
|
y: 0
|
|
z: 0
|
|
Team1toTeam2distance:
|
|
x: 0
|
|
y: 0
|
|
z: 0
|
|
Schem2Border:
|
|
x: 0
|
|
z: 0
|
|
underArenaBorder: 0
|
|
BorderFromSchematic: 0
|
|
|
|
Output:
|
|
TeamRedColor: &c
|
|
TeamBlueColor: &3
|
|
TeamRedName: Team1
|
|
TeamBlueName: Team2
|
|
GameName: AirWargear
|
|
TeamChatDetection: +
|
|
|
|
WinConditions:
|
|
Timeout: boolean
|
|
AllDead: boolean
|
|
CaptainDead: boolean
|
|
|
|
WinConditionParams:
|
|
TimeoutTime: 0
|
|
EnterPhaseBegin: 0
|
|
|
|
Fight:
|
|
Entern: boolean
|
|
OnlyPublicSchematics: boolean
|
|
|
|
Money:
|
|
Win: 0
|
|
Lose: 0
|
|
Undecided: 0
|