⚙️Configuration
Adding additional slot for player
Slots = {
["license:12xyzxyz"] = 5,
},Adding new spawn location
SpawnLocations = {
['legion'] = {
coords = vector4(160.28, -988.92, 30.09, 158.43),
label = "Legion Square",
image = "https://media.discordapp.net/attachments/1139799269453340702/1139799292131934270/image.png",
},
-- More spawn locations can be defined similarly
}Last updated