finished basics of Kit System (not tested)
Signed-off-by: Yaruma3341 <yaruma3341@gmail.com>
Dieser Commit ist enthalten in:
Ursprung
02d25dfcfa
Commit
27691a6a43
46
out/artifacts/production/Diamant-ix FightSystem/config.yml
Normale Datei
46
out/artifacts/production/Diamant-ix FightSystem/config.yml
Normale Datei
@ -0,0 +1,46 @@
|
|||||||
|
Times:
|
||||||
|
NoPlayersOnlineDuration: 0
|
||||||
|
SetupDuration: 0
|
||||||
|
PreFightDuration: 0
|
||||||
|
SpectatorDuration: 0
|
||||||
|
Arena:
|
||||||
|
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: AirShip
|
||||||
|
TeamChatDetection: +
|
||||||
|
WinConditions:
|
||||||
|
Timeout: boolean
|
||||||
|
AllDead: boolean
|
||||||
|
CaptainDead: boolean
|
||||||
|
PercentSystem: boolean
|
||||||
|
Entern: boolean
|
||||||
|
WinConditionParams:
|
||||||
|
TimeoutTime: 0
|
||||||
|
EnterPhaseBegin: 0
|
||||||
|
PercentWin: 0
|
||||||
|
Fight:
|
||||||
|
OnlyPublicSchematics: boolean
|
||||||
|
Money:
|
||||||
|
Win: 0
|
||||||
|
Lose: 0
|
||||||
|
Undecided: 0
|
Binäre Datei nicht angezeigt.
Binäre Datei nicht angezeigt.
Binäre Datei nicht angezeigt.
Binäre Datei nicht angezeigt.
Binäre Datei nicht angezeigt.
Binäre Datei nicht angezeigt.
Binäre Datei nicht angezeigt.
Binäre Datei nicht angezeigt.
Binäre Datei nicht angezeigt.
Binäre Datei nicht angezeigt.
8
out/artifacts/production/Diamant-ix FightSystem/plugin.yml
Normale Datei
8
out/artifacts/production/Diamant-ix FightSystem/plugin.yml
Normale Datei
@ -0,0 +1,8 @@
|
|||||||
|
name: FightSystem
|
||||||
|
version: 1.0
|
||||||
|
author: Yaruma3341
|
||||||
|
main: me.yaruma.fightsystem.FightSystem
|
||||||
|
depend: [CoreSystem, WorldEdit, FastAsyncWorldEdit]
|
||||||
|
|
||||||
|
commands:
|
||||||
|
ak:
|
In neuem Issue referenzieren
Einen Benutzer sperren