Skip to content

Commit

Permalink
add missing console commands
Browse files Browse the repository at this point in the history
  • Loading branch information
RestoreMonarchy committed Oct 8, 2024
1 parent e88d2a6 commit b2605e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ This is our 2.0 version of popular ZaupShop plugin originally created by **Zamir
### Console Commands
* `uploaditemshop` - Adds all item assets from the server to the `ItemShopTableName` table in database
* `uploadvehicleshop` - Adds all vehicle assets from the server to the `VehicleShopTableName` table in database
* `importitemshop <file>` - Imports item shop prices from a JSON file
* `importvehicleshop <file>` - Imports vehicle shop prices from a JSON file
* `exportitemshop [file]` - Exports item shop prices to a JSON file
* `exportvehicleshop [file]` - Exports vehicle shop prices to a JSON file

## Permissions
```xml
Expand Down

0 comments on commit b2605e1

Please sign in to comment.