mirror of
https://github.com/FAUSheppy/open-web-leaderboard.git
synced 2025-12-06 07:01:36 +01:00
implement player count display
This commit is contained in:
16
README.md
16
README.md
@@ -32,6 +32,22 @@ Players can be blacklisted by name via a *blacklist.json* file in the project ro
|
||||
"blacklist" : ["name", "name_2"]
|
||||
}
|
||||
|
||||
# Adding servers for player count live info
|
||||
Source-Servers can be added via the *servers.json*-file:
|
||||
|
||||
[
|
||||
{
|
||||
"name" : "server_1",
|
||||
"host" : "example.com",
|
||||
"port" : 27015
|
||||
},
|
||||
{
|
||||
...
|
||||
}
|
||||
]
|
||||
|
||||
*Python-valve* is required if this file exists.
|
||||
|
||||
# Preview
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user