Custom Currency
$5.00
Sold by: CopekWith this plugin you can create your own virtual currency ,with option to change that virtual currency to item/custom item vice versa true UI.
You can chose what that currency item will be in config.
You can chose in config will you use your new custom currency ,or will you use those well know economy and server rewards .
For both of those plugins ,you will be able to exchange it to item/custom item true UI.
- Description
- Reviews (0)
- Version History
- Discussions (3)
- Setup
- Product Enquiry
Description
Description
With this plugin you can create your own virtual currency ,with option to change that virtual currency to item/custom item vice versa true UI.
You can chose what that currency item will be in config.
You can chose in config will you use your new custom currency ,or will you use those well know economy and server rewards .
For both of those plugins ,you will be able to exchange it to item/custom item true UI.
Plugin comes with IconUI ,with your custom image URL ,and with balance of custom currency or eco or SR ,you can turn on and off it in config ,and you have command to turn it on/off .
And there is UI for exchange ,command for exchange ,and you can press on icon (if you have visable icon) to open exchange UI.
Admin Commands :
/addcurrency <playerID/name> <amount>: Add currency to a player’s balance.
/subcurrency <playerID/name> <amount>: Subtract currency from a player’s balance.
/givecurrencyitem <playerID/name> <amount>: Give a currency item to a player.
/wipecurrency <playerID/name|all>: Wipe the currency balance for a player or all players.
All those commands works with custom currency and also with economics and server rewards ,so with this commands you can also control eco and SR .
Player Commands
/toggleui: Toggle the visibility of the currency UI.
/exchange: Open the currency exchange UI to convert virtual currency to items and vice versa.
Exchange work with custom currency and also with economic and server rewards ,so you can change eco , rp to custom item .
Good for trade or vip or shops .
Console Commands :
addcurrency <playerID/name> <amount>: Add currency to a player’s balance.
subcurrency <playerID/name> <amount>: Subtract currency from a player’s balance.
givecurrencyitem <playerID/name> <amount>: Give a currency item to a player.
wipecurrency <playerID/name|all>: Wipe the currency balance for a player or all players.
All those commands work with custom currency and with eco and SR .
Permissions :
customcurrency.admin: Allows use of admin commands.
customcurrency.exchange: Allows use of the exchange command
Config :
{
“Currency Type [0-CustomCurrency, 1-Economics, 2-ServerRewards]”: 0,
“Currency Name”: “RealBlood”,
“Currency UI Visible”: true,
“Icon Image URL”: “https://www.dropbox.com/scl/fi/apo1ukopeuavdln77a70b/512×512.png?rlkey=vujn178mozhm5o93wq5cgd771&st=96xo0sf5&dl=1”,
“Currency Item”: {
“Short Name”: “scrap”,
“Skin ID”: 0,
“Display Name”: “Scrap”
},
“Version”: {
“Major”: 1,
“Minor”: 0,
“Patch”: 0
}
}
API :
[HookMethod(“AddCustomCurrency”)]
public void API_AddCustomCurrency(string playerID, int amount)
{
AddCustomCurrency(playerID, amount);
}
[HookMethod(“SubtractCustomCurrency”)]
public void API_SubtractCustomCurrency(string playerID, int amount)
{
SubtractCustomCurrency(playerID, amount);
}
[HookMethod(“GetCustomCurrencyBalance”)]
public int API_GetCustomCurrencyBalance(string playerID)
{
return GetCustomCurrencyBalance(playerID);
}
Reviews (0)
Reviews
There are no reviews yet.
Only logged in customers who have purchased this product may leave a review.
Version History
- Added Added Lang file ... Fixed custom names when getting item from virtual .. Fixed toggleui command ( without perm it cant be used )
- Added Fixed exchange from item to virutal !
- Added Now you are able to change exchange rates in config .. Virtual to Item rate , Item to Virtual rate . "Item to Virtual Exchange Rate": 150, "Virtual to Item Exchange Rate": 50,
- Added Fixed compile error
Discussions (3)
3 thoughts on "Custom Currency"
Leave a reply
Setup
Plugin FAQ – How do I use this .zip/.7z file I just purchased on my server?
• First, you want to unzip the file. You can do so by just double-clicking it to open, then drag the contents to the desired location (you may need to install an external unzipping software if you don’t already have one such as 7zip or winrar)
• Next you will find either a structure of folders or just the .cs file itself (it’s the actual plugin file itself).
• After that just install the .cs (plugin file) into your …/oxide/plugins/ folder where you will install plugins you ever need to.
Additionally, here’s a great video that easily covers adding a plugin to your server if you need! https://youtu.be/yWC_p97FhQA
• Installation is not included with any products on the site, however, if needed we may assist if you reach out to our support.
Currently all products on Lone.Design will be contained within a zipped file which is the .7z or .zip that you see. I believe windows 10 and up can unzip on its own without 3rd party tools, but in that case, if you’re unfamiliar with zipped files here are 2 programs I recommend to easily unzip zipped files.
Video On How to Zip and Unzip: https://youtu.be/Ep-L3PjBPCk (TechInsider Youtube Channel)
Zipping/Unzipping Tools
Winrar https://www.rarlab.com (I used to use for years, but works great!)
7zip https://www.7-zip.org/a/7z2107-x64.exe (the one I use currently)
似乎自定义货币的ico不生效呀
how not ? did you put good link , did you reload plugin ? just reload plugin ..
Does this work with kits?