Skip to content

Releases: NWAPI-CustomItems/API

1.0.5

Choose a tag to compare

@SrLicht SrLicht released this 13 Mar 05:36
  • Fixing PlayerExtensions::Explode

    • For no reason the server creash if you cast this when a player is dying for a explosion damage.
  • Moving PlayerExtensions::TryGetRoleBase to a RagdollExtensions::TryGetRoleBase for more sense.

Full Changelog: 1.0.4...1.0.5

1.0.4: I hate yalm

Choose a tag to compare

@SrLicht SrLicht released this 03 Dec 20:24
  • Fixing GrenadeExplodedEvent not working in Flashbangs
  • System.ComponentModel.DataAnnotations.dll is now a dependencie

1.0.3

Choose a tag to compare

@SrLicht SrLicht released this 20 Nov 22:53
  • Removing SprintDisable in CustomArmor due a bug.

  • Fixed SpawnAllMethod

  • Fixed a bug with ChangeAppearance extension when sending a network packet to a non-ReadyClient connection caused all players to be kicked off the server.

  • Added extension method 'IsConnected(this Player)' It will check that the player is correctly connected to the server and if auth instance is ReadyClient.

  • MapLockers were created to make it easier to spawn items in them and know which FacilityZone/Room they are in.

  • Added 'LockerZone' in DynamicSpawnPoint to specify in which zone of the facility to search for a locker, if None a random one will be searched.

  • Now if the Limit is 0 in SpawnProperties the item will not be spawned.

Note: If you have a limit of 5 but only have 2 spawnpoints only 2 custom items will spawn.

1.0.2: SL update 13.3.1

Choose a tag to compare

@SrLicht SrLicht released this 14 Nov 20:01

Rebuild for SCP:SL 13.3.1

1.0.1

Choose a tag to compare

@SrLicht SrLicht released this 13 Nov 18:14
  • Fixed a bug when generating CustomItems configuration because Offset was nullable.

  • Added more consistent logs to help me know exactly what went wrong if an error occurs again with something related to the configuration.

  • Added a log.warning when the api is loaded

Full Changelog: 1.0.0...1.0.1

First Release

Choose a tag to compare

@SrLicht SrLicht released this 10 Nov 20:17

First release