Implement first pass at config loading, /join, /leave commands, tab completion (broken)

This commit is contained in:
2022-05-10 21:35:25 +02:00
parent 75debe1905
commit a4b110773e
17 changed files with 410 additions and 110 deletions

View File

@@ -0,0 +1,16 @@
maps:
quarry:
target:
x: -20.0
y: 80.0
z: 31.0
spawnpoints:
- x: -15.0
y: 80.0
z: -46.0
- x: -1.0
y: 80.0
z: -45.0
- x: 12.0
y: 81.0
z: -42.0

View File

@@ -4,11 +4,17 @@ api-version: 1.18
main: gg.malloc.defense.Plugin
depend: []
commands:
ready:
description: Mark yourself as ready for the next wave
list:
description: List games
join:
description: Join a game
leave:
description: Leave a game
setstage:
description: Sets a game stage
addplayer:
description: Adds a player to a game
debuginfo:
description: Unknowable powers
ready:
description: Mark yourself as ready for the next wave