Customize SW Spawn

SW Spawn can be customized in various ways to match your server's theme and requirements.

Location Icons

Each spawn location can have a unique icon. You can use any FontAwesome icon by specifying the icon class in the location configuration:

["hospital"] = {
    label = "Hospital",
    coords = vector4(295.11, -583.34, 43.19, 77.02),
    icon = "fa-hospital" -- FontAwesome icon class
},

Camera Settings

The camera behavior during spawn selection can be customized in the config file:

Config.CameraSettings = {
    height = 1000.0, -- Camera height
    transitionTime = 2000 -- Transition speed in milliseconds
}