Releases: BPEssentials/Core
BP-Essentials v2.5.11
Version 2.5.11
- 2018-10-14 | Game Version 0.86
NOTE: You can just change version
in the config file to 2.5.11
, nothing changed in that file.
Fixed:
- Fixed bug with
FillPlaceholers
BP-Essentials v2.5.10
Version 2.5.10
- 2018-10-14 | Game Version 0.86
I haven't done the amount of testing I normally do, so PLEASE report any bugs!
Added:
-
Added
/disconnect [Username/ID]
- Disconnects a user instead of banning that user for 10 minutes. -
Added
/wipe [Password]
- Deletes all user data if password matches. -
Added
/home
- Teleports to your apartment. (if you have any) -
Added
/pm [ID] [Message]
- Sends a private message to a user. -
Added
/r [Message]
- Replies to a message. -
Added
/tpa [Username/ID]
- Sends a teleport request to a user. -
Added
/tpaccept
- Accepts a telport request. -
Added
/tpdeny
- Denies a teleport request. -
Added alert when a cop puts someone in jail.
-
Added a way to block all missions (Including Battle Royale)
-
Added a option to disable suicide
-
Added Proximity Chat - Enable in config, replaces local chat
-
Added
AllowWithCrimes
boolean to command objects - If set to false and the user has crimes block the usage of the command.
Fixed:
- Fixed bug with the jail command
- Fixed bug with GetArgument UseRegex = true
- Fixed timestamp date being incorrect for
{h}
and{t}
- FIxed possible bug in BlockSpawnBot
Changed:
- Code improvement
- Updated to game version 0.86
BP-Essentials v2.5.9
Version 2.5.9
- 2018-08-23 | Game Version 0.85hotfix
Added
- Added chat spam limiter
- Added way to create IDList's for skinID's
Changed
- Changed to .NET 4.5
BP-Essentials v2.5.8
Version 2.5.8
- 2018-08-16 | Game Version 0.85
NOTE: You can just change version
in the config file to 2.5.8
, nothing changed in that file.
Changed
Updated to game version 0.85 (silent hotfix)
BP-Essentials v2.5.7
Version 2.5.7
- 2018-08-16 | Game Version 0.85
NOTE: You can just change version
in the config file to 2.5.7
, nothing changed in that file.
Changed
Updated to game version 0.85
BP-Essentials v2.5.6
Version 2.5.6
- 2018-08-14 | Game Version 0.84
NOTE: You can just change version
in the config file to 2.5.6
, nothing changed in that file.
Fixed
- Fixed issue with reload permissions
- Fixed issue with cooldown timer not actually starting from the time it left off when you restart the server
- Fixed
InvalidOperationException
when loading cooldown's for kits
BP-Essentials v2.5.5
Version 2.5.5
- 2018-08-13 | Game Version 0.84
NOTE: You can just change version
in the config file to 2.5.5
, nothing changed in that file.
Changed
- Updated to game version 0.84
BP-Essentials v2.5.4
Version 2.5.4
- 2018-08-09 | Game Version 0.83
NOTE: You can just change version
in the config file to 2.5.4
, nothing changed in that file.
Added
- Added a check to GetKit to only start the cooldown timer if the delay is at least 1
- Added a check in CreateKit to only allow positive numbers
Fixed
- Fixed issue that would cause the cooldown timer of Kits to stop one second early (yeah first world problem I know)
- Forgot to check if the player has permission to a kit when he actually tries to obtain the kit by typing /kit [name] instead of /kits
- Cooldown timer for kits saves every 30 minutes now, so it'll also save over server restart now
- Fixed issue with BlockSpawnBot
- Fixed issue with kits that actually didn't write the cooldown timer to the file on obtaining the kit
Changed
- Improved ErrorLogging message
- You can use
jobindex:
on theExecuteableBy
field in kits now
BP-Essentials v2.5.3
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 forTransferItem
- 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
BP-Essentials v2.5.2
Version 2.5.2
- 2018-07-21 | Game Version 0.82
Changed
- Updated to game version 0.82