hi,
i try to setup auto events but i cannot manage to get it working...
here is my DATA info of my event
{
"events": {
"GunGame": {
"EventName": "GunGame",
"EventType": "GunGame",
"ZoneID": "28181292",
"TimeLimit": 600,
"ScoreLimit": 0,
"MinimumPlayers": 2,
"MaximumPlayers": 20,
"AllowClassSelection": true,
"TeamConfigA": {
"Color": "",
"Spawnfile": "GunGameV1",
"Kits": [
"gungame"
],
"Clothing": ""
},
"TeamConfigB": {
"Color": "",
"Spawnfile": "",
"Kits": [],
"Clothing": ""
},
"AdditionalParams": {
"downgradeWeapon": "machete",
"weaponSet": "GunGame"
}
}
}
}
And here is my Config file
{
"Auto-Event Options": {
"Enable auto-events": true,
"List of event configs to run through": [
"GunGame"
],
"Randomize auto-event selection": true,
"Auto-event interval (seconds)": 3600
},
"Event Options": {
"Blacklisted commands for event players": [
"s",
"tp",
"trade",
"remove",
"kit"
]
},
"Reward Options": {
"Amount rewarded for kills": 50,
"Amount rewarded for wins": 10000,
"Amount rewarded for headshots": 0,
"Reward type (ServerRewards, Economics, Scrap)": "ServerRewards"
},
"Timer Options": {
"Match start timer (seconds)": 180,
"Match pre-start timer (seconds)": 10,
"Backpack despawn timer (seconds)": 30
},
"Message Options": {
"Announce events when one opens": true,
"Event announcement interval (seconds)": 120,
"Broadcast when a player joins an event to chat": true,
"Broadcast when a player leaves an event to chat": true,
"Broadcast the name(s) of the winning player(s) to chat": true,
"Broadcast kills to chat": true,
"Chat icon Steam ID": 76561############
},
"Version": {
"Major": 4,
"Minor": 0,
"Patch": 5
}
}