Skip to content

BP-Essentials v2.5.3

Compare
Choose a tag to compare
@UserR00T UserR00T released this 31 Jul 15:08
· 451 commits to master since this release

Version 2.5.3 - 2018-07-31 | Game Version 0.83

Added:

  • You can now spawn in vehicles by typing /vehicle (v) [id]! Id's can be found on this site

  • Added a way to block dropping licenses on death

  • Added a kit system! You can now create kits and obtain them by typing /kit [kitname]. A list of kits you have access to can be found with the command /kits

  • Added a way to change the Jobs array (rename jobs etc)

  • Added /TpAll - Teleports everyone to you.

  • Added /TpLocation [location] - Teleports you to a specific location.

  • Added /SpawnVehicle [id] - Spawns in a vehicle.

  • Added /kits - Lists all the kits you have access to and aren't disabled.

  • Added /kit [kitname] - Gives you a kit if it exists and you have access to it.

  • Added /createkit [delayInSeconds] [kitname] - Creates a kit with your current inventory and the delay in seconds.

  • Added a webhook for reports

  • Added a FileSystemWatcher for autoReloader.txt. Change content of file to automatically reload all files.

Fixed:

  • Fixed issue when you disabled the auto downloader of the id list on boot it would not load the files correctly
  • Fixed bug with GetArgument
  • Fixed bug with ban reason
  • Fixed bug when executing /feed on other players
  • Fixed issue with ban reason format

Changed:

  • Code improvement
  • Better way to download files (not thread blocking)
  • You can create a id list for vehicles now too (/debug idlist vehicle)
  • Using DeltaInv instead of integers now for TransferItem
  • Using more Path.Combine for paths now
  • Updated to game version 0.83

Removed:

  • Removed the ability to create a id list as int array