SHOWCASE VIDEO
About Onyx Store - A modern credit store
The Onyx Store is a modern, high quality credit store with full in-game configuration, clean UI and reliable performance. Sell permanent weapons, models, boosters, trails, tools, money and more!A perfect solution to monetize your server
Prepare to be captivated by our sleek and clean UI, designed with a seamless user experience in mind. Our organized shop, complete with customizable categories, ensures effortless navigation and quick access to your desired items.
We prioritize your convenience with our full in-game configuration. No more interruptions or tedious alt-tabbing.
Take control of your inventory with our stacking feature, allowing you to efficiently manage and organize single-use items. Maximize your resources and ensure nothing stands in the way of your triumph.
Admins, we've got you covered too! Benefit from advanced logging support, granting you valuable insights into your server's activity. Our admin panel empowers you to easily give and take items from player inventories, maintaining balance and fairness.
We understand that sometimes plans change. Our user-friendly refund feature enables hassle-free returns of recently purchased items, ensuring your satisfaction every step of the way.
Want to unlock even more possibilities? Our unique feature allows you to convert in-game currency to credits, expanding your options and empowering you to acquire the items you desire most.
Seamlessly transition with our data importers from Pulsar and Brick's Credit Store, ensuring a smooth migration to our modern in-game credit store, without any data loss.
Features
- Full in-game configuration.
- DRM-Free.
- Clean UI.
- MySQL support.
- Refund system*.
- Converter*.
- Multi-language**.
- Data migration from popular credit stores.
- Advanced logging support.
- Credit salary*.
- Runs on any gamemode.
- Console commands to give people credits from console / web based store (e.g. Prometheus).
- Admin panel to edit players' inventories.
- Robust networking (large data is splitted to chunks).
- Asynchronous queries.
- A lot of item types.
- Integrations with popular GmodStore addons.
- Store NPC.
* feature is disabled by default, you can enable it in configuration panel.
** feature is integrated 90%, the only part which is untranslated is the admin settings tab.
Support
Our support team is here to assist you every step of the way, ensuring a smooth and enjoyable experience.
Whether you have questions, need technical assistance, we've got your back. Just create a ticket.
Response time is up to 48 hours
Default
- Permanent Weapon
- Permanent Rank
- Permanent Model
- Permanent Suit
- Permanent Booster
- Health
- Armor
- Speed
- Jump Power
- Damage Increase
- Health
- Armor
- Vehicle
- Trail
- Console Command
- Weapon
- XP*
- Tool
- Entity
- Accessory*
- Case*
- Key*
DarkRP
- Money
- Job Whitelist
General
- Gestures
- Xenin Deathscreen
- Xenin Care Package
- Xenin Coinflip
- Easy Skins
- bLogs - logs:
- Player Actions
- Admin Actions
- Configuration
- Conversions
- Purchases
- Refunds
- SAM
- ULX
Advanced Accessory - Unlimited customization for your character
Realistic Car Dealer - Take your car with style
- VoidCases - Unboxing System
You have an opportunity to import data from Brick's Credit Store and from Pulsar.
Pulsar Import
Be aware that not all item types from these stores might be supported by this addon and some items might be missing, you will be notified about that during import process.
You can check what item types are supported in the appropriate tab.
I can make integration with missing item type by request.
Pulsar Import
- Make sure Pulsar is installed on the server.
- Connect to the server.
- Type onyx_import_pulsar to the game console.
- Type the command above again to confirm operation.
- Wait until import is over.
- Finished, now you can delete the old credit store.
- Restart the server.
- Make sure Brick's Credit Store is installed on the server.
- Connect to the server.
- Type onyx_import_brick to the game console.
- Type the command above again to confirm operation.
- Wait until import is over
- Finished, now you can delete the old credit store.
- Restart the server.
Be aware that not all item types from these stores might be supported by this addon and some items might be missing, you will be notified about that during import process.
You can check what item types are supported in the appropriate tab.
I can make integration with missing item type by request.
Installation
- Purchase the addon.
- Download the addon and unzip the file.
- Place
onyx_framework_2
,onyx_creditstore
,onyx_creditstore_integrations
folders into yourgarrysmod/addons
folder. - Restart your server.
- Type !store in chat.
How to open the store?
Answer: Type !store in chat
How to spawn the NPC?
Answer: You can do that through spawnmenu, it will be saved automatically within 180 seconds or you can do that manually by using this console command:
onyx_creditstore_save_npc
DOES IT REQUIRE CONTENT?
Answer: Yes it does, actually the framework does, it contains fonts and UI related sounds. It is downloading automatically when you join through WorkshopDL.
Workshop Link
HOW TO GIVE CREDITS VIA CONSOLE
Answer: Console command is
onyx_give_credits
<steamid64> <amount>Note: The command works only when is called from the server console, to give credits in-game use SAM/ULX
How to implement Steamid64 into console command type
Use {steamid64} as an argument.
Example:voidcases_giveitem {steamid64} 243 1
HOW TO CONNECT MySQL? (OPTIONAL)
- Make sure that you have installed the appropriate DLL
- Navigate to the following file:
addons\onyx_creditstore\lua\onyx\modules\creditstore\sv_sql.lua
- Edit credentials.
- Set
MySQL.Enabled
to true. - Restart the server.