-
Seems that larger Tornament places tend to use this service. Shouldn't be bad to implement. Will probably create sub tasks of this or just make a checklist within this issue.
-
If it'd be possible to add an ELO system or score system (like Elo Bot) https://github.com/tournament-kings/legacy_elo that automatically gets and saves a local Elo for use in gather groups :)
-
```
// PugMatchData Struct for match table.
type PugMatchData struct {
// Original columns...
ID int `gorm:"primary_key;column:id" json:"id"`
UserID int …
-
Hi @PhlexPlexico,
Having a feature of auto starting a match by scheduling it on a certain date and time via web panel.
xe1os updated
4 years ago
-
This is a guide that aims to provide assistance with changes and break changes that occurred in version 5.
You can use this issue for immediate support if you experience any problems.
## 1. Bindin…
-
I think I have failed to be conservative.
GetX basically hasn't changed since its first version (only the RxTypes have changed due to Flutter updates), and I've been trying to keep breaks to a mini…
-
I'm not quite sure where the problem occurs, but I find that Get5 can control the server via RCON just fine. But when a match is over, the data is not updated in Get5, in fact, no data about the match…
-
Hello, thank you so much for developing awesome plugin!
I just looked into CounterStrikeSharp, so I'm sorry if somebody talked about it already.
I was developing multiple get5-integrated webpanel …
-
Current repository name (get5-web-go) does not seem right since I am going to develop get5-web uncompatible system.
maybe take get5-web name or G5, Go5 or got5-web?
-
To check performance difference between original get5-web(Python2.7 Flask) and get5-web-go(Go,Mux,GORM)