About Rustazon
Rustazon is a easy to use shop that allows players to buy both items and entitys.
Features:
- Very Customizable Config
- Exchange items for currency
- A cart system (adding items to cart, removing, etc.)
- Both items and entitys are purchasable
- Add any item/entity to the shop
- Change prices of the items
- Change images of the items
- Change the item names for the shop
- Customizable delivery
- Change shop name
Permissions:
rustazon.use - Anyone granted this command will be able to use the shop
Preview:
Example Config:
{ "Shop Items": [ { "Is Prefab/Entity - If checked true then this item will behave as a entity item, when bought the entity/prefab will be delivered via airdrop": false, "Display Name": "SAM Site", "Item Name/Prefab": "samsite", "Price": 500, "Item Image": "https://i.imgur.com/QQBYft5.png" }, { "Is Prefab/Entity - If checked true then this item will behave as a entity item, when bought the entity/prefab will be delivered via airdrop": true, "Display Name": "Minicopter", "Item Name/Prefab": "assets/content/vehicles/minicopter/minicopter.entity.prefab", "Price": 750, "Item Image": "https://i.imgur.com/rvaWKs6.png" }, { "Is Prefab/Entity - If checked true then this item will behave as a entity item, when bought the entity/prefab will be delivered via airdrop": false, "Display Name": "Assault Rifle", "Item Name/Prefab": "rifle.ak", "Price": 1000, "Item Image": "https://i.imgur.com/BRwXndM.png" }, { "Is Prefab/Entity - If checked true then this item will behave as a entity item, when bought the entity/prefab will be delivered via airdrop": true, "Display Name": "Scrap Helicopter", "Item Name/Prefab": "assets/content/vehicles/scrap heli carrier/scraptransporthelicopter.prefab", "Price": 1250, "Item Image": "https://i.imgur.com/qG3l8Mn.png" } ], "Delivery Fee - How much the delivery fee is per item, will be added to the final cost of the item": 50, "Delivery Fee Percentage - Fee that has a percentage used from the item price that will be added onto the final cost, for example: Item price is 500, the delivery percentage fee is 1% the final cost will be 505 | Set to 0 to not use": 0, "Currency Symbol": "$", "Currency Exchange Item": "scrap", "Currency Exchange Amount - How much you needed for exchange | For example: 2 scrap for 1$ etc.": 1, "Shop Name": "Rustazon", "Delivery Parachute": true, "Delivery Drag/Resistance": 3.0, "PlayerCurrencyDatabase - Currency stored for players": {}, "Item Width": 0.15, "Item Height": 0.165 }