Skip to content

DiFFoZ.Kits v2.1.0

Choose a tag to compare

@github-actions github-actions released this 15 Apr 09:24

Install plugin with command: openmod install DiFFoZ.Kits
NuGet: https://www.nuget.org/packages/DiFFoZ.Kits
Changelog:

  • Added MySql logger.
  • MySql: Fixed the VehicleId is read or saved badly.
  • Added support to give the kit to another player.
  • Added Kits:commands.kit.give.other permission to give the kit to another player.
  • Added Kits:commands.kit.give.other.force permission to force give (doesn't checks if another player has permission, money) the kit to another player.
  • Added support to create kit without items if one of the parameter (cost, money, vehicleId) is set.
  • Added support to shows kits list of another player.
  • Added Kits:commands.kits.show.other permission to show the kits list of another player.
  • Changed the kits list format: now shows the price of the kit in brackets.

translations.yaml has been changed, please regenerate the file or change the line:

  kits: "Your available kits: {KitNames:{}|'none'}"

to

  kits: "Your available kits: {Kits:cond:{Kits:l:{Name}{Cost:cond:!=0?({}{MoneySymbol})|}|, }|'none'}"