DiFFoZ.Kits v2.1.0
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.otherpermission to give the kit to another player. - Added
Kits:commands.kit.give.other.forcepermission 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.otherpermission 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'}"