- Updated "/script reload" command to support individual scripts as an additional argument.
- Example Usage: /script reload someScriptName
- Added an "extras" key-value pair to add additional MySQL Connection String options.
- Note: Those requiring no SSL can use the value: 'SslMode=None;'
- Full list of options here: https://www.connectionstrings.com/mysql/
- Fixed onPlayerExperienceUpdated event.
- Fixed vehicle.removePlayer() function.
Ster • Message Link 19.12.2022
- Fixed onPlayerRespawned event.
- Fixed player markers.
- Fixed usages of Unturned code now marked as "Obsolete".
- Added server.getBarricadesInRadius(position, radius).
- Added server.getStructuresInRadius(position, radius).
- Added spawner.spawnBarricade(id, position, [angleX], [angleY], [angleZ], [owner], [group]) function.
- Added spawner.spawnStructure(id, position, [angleX], [angleY], [angleZ], [owner], [group]) function.
- Added barricade.health property.
- Added barricade.maxHealth property.
- Added barricade.damage(amount) function.
- Added barricade.repair(amount) function.
- Added structure.health property.
- Added structure.maxHealth property.
- Added structure.damage(amount) function.
- Added structure.repair(amount) function.
- Added vehicle.maxHealth property.
- Added vehicle.speed property.
- Added vehicle.maxSpeed property.
- Added vehicle.minSpeed property.
- Added vehicle.damage(amount, [canRepair]) function.
- Added vehicle.repair(amount) function.
- Added vehicle.repairTires() function.
Ster • Message Link 04.09.2021