-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Adding some aliases might be nice
Player Commands
!r / .r =>ready
!stay /.stay => stay on the same team after veto
!switch / .switch => switch team after veto
Admin Commands
!lc => load remote config
!lcf => load local config file
!fs => force start a match starting at 0-0
!cm / !nl => cancel/stop match or not live
!ch => cancel half
!sm => start match
!match_state => Current match state [PugSharp.Match.Contract.MatchState]
!map_score => Returns the correct map score, eg: Team 1 [4] vs Team 2 [5]
!team1_name => The name of Team 1
!team1_map_score => The current round wins for Team 1
!team1_series_score => The overall score for Team 1 in this series
!team1_side => Either T or CT
!team2_name => The name of Team 1
!team2_map_score => The current round wins for Team 2
!team2_series_score => The overall score for Team 2 in this series
!map_score_json => Return the current map score as json, eg: {"team1":{"name":"Team 1","score":4,"side":"T"},"team2":{"name":"Team 2","score":5}}
!series_score_json => Returns the series score as json, eg: {"team1":{"name":"Team 1","score":0},"team2":{"name":"Team 2","score":1}}