3 Commits
Author SHA1 Message Date
legonzaur 0cac8fcf8c edit welcome message to use hostname 2023-09-03 13:49:49 +02:00
legonzaur 9134c66117 change version number 2023-09-03 13:49:42 +02:00
legonzaur 8ff9f9e5e8 change default URI 2023-09-03 13:26:34 +02:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
{
"Name": "fvnkhead.killstat",
"Description": "Gather kill statistics and sends them to Tone API server.",
"Version": "3.0.2",
"Version": "3.0.4",
"LoadPriority": 1,
"RequiredOnClient": false,
"ConVars": [
@@ -11,7 +11,7 @@
},
{
"Name": "Tone_URI",
"DefaultValue": "https://tone.sleepycat.date/v2"
"DefaultValue": "https://toneapi.ovh/v2"
},
{
"Name": "Tone_token",
+1 -1
View File
@@ -64,7 +64,7 @@ string prefix = "\x1b[38;5;81m[TONE API]\x1b[0m "
void function JoinMessage(entity player) {
//Chat_ServerPrivateMessage(player, prefix + "This server collects data using the Tone API. Check your data here: \x1b[34mtoneapi.com/" + player.GetPlayerName()+ "\x1b[0m", false, false)
Chat_ServerPrivateMessage(player, prefix + "This server collects data using the WIP Tone API. View statistics at https://toneapi.github.io/ToneAPI_webclient/", false, false)
Chat_ServerPrivateMessage(player, prefix + "This server collects data using the WIP Tone API. View statistics at https://toneapi.ovh", false, false)
}
void function killstat_Begin() {