ParadoxCryptoCurrency

(*)(*)(*)(*)(*) (16)

Features:

  1. Configure as many currencies you want in the configuration.
  2. You can change the whole UI to your liking in the translations (rich text is also supported)
  3. Configure racks and graphic cards: set their efficiency, chance and fuel usage.
  4. Comes with 3 different racks and 4 different graphic cards.
  5. Comes with a UI that you can access by clicking on a laptop or through a command.
  6. Having a MySQL database is required for this plugin to work, if you are using a dedicated machine, then setup a MySQL database. If you are using a hosting service, your hosting usually provides a database. I won't be entertaining any requests asking as to how you setup a MySQL database on a dedicated machine, or how you don't have a request.

Usage:

  1. You can choose if you want to use experience or uconomy.
  2. You can create different currencies and set their minimum and maximum price.
  3. You can set the minimum and maximum coins for a currency that can be mined at a time. (Decimals supported)
  4. The price of the currencies will be changed every X seconds that can be set in config.
  5. The price of the currencies will be selected from the minimum and maximum price.
  6. The chance for the price increasing increases everytime the price decreases and vice versa. (You can set the chance increase in config).
  7. You can create different rack tiers for each rack and have permission based racks as well.
  8. You can set the seconds after which the miner will try to mine a coin.
  9. There are 4 values you can set: Chance, Efficiency, Fuel Usage, Health Decrease Per Card.
  10. Chance is the percentage that a miner will be able to successfully mine a coin. The amount of coins mined is random from the minimum and maximum coins set for a currency.
  11. Efficiency is the percentage increase of coins applied to the amount of coins mined.
  12. Fuel Usage is the fuel that will be consumed from the rack (rack is a generator) each time a coin is successfully mined.
  13. Health Decrease Per Card is the health that will be taken from all the cards inside a rack each time it mines.
  14. Graphic cards can increase the efficiency, chance and fuel usage.
  15. Graphic cards can also be repaired, the price for that is set per HP for each card in the config.
  16. Rack tiers can increase the efficiency, chance and fuel usage and decrease the health decreased per card.
  17. You can also set the limit of racks a player can place (Permission based limits)
  18. You can also set if all the miners will be turned off or not when the player leaves the server (Keep in mind if this is false, on server start all the miners will be turned on)
  19. When a miner is destroyed, the cards will also be removed. To get the cards back, remove them manually from the UI after repairing them
  20. You also have to install this mod on your server for the plugin to work.
  21. WHEN WIPING SERVER, MAKE SURE TO WIPE THE RACKS TABLE FROM YOUR DATABASE

Commands:

  • /cryptoui (Permission: cryptoui)

Custom UI:

If you need a UI for this plugin that works with your server style, please join the discord here and create a ticket.

Examples:

Support:

If you have any bugs, support, questions then join this discord and create a ticket!

Configuration:

Values:

  • DatabaseHost = The link/ip of the database.
  • DatabaseUsername = Username of the database.
  • DatabaseName = Name of the database.
  • DatabasePassword = Password of the database.
  • DatabasePort = Port of the database.
  • RefreshCacheSeconds = Seconds after which the cache will be refresh. (if you do any chances directly through database it won't appear in the game unless the cache is refreshed)
  • PlayersDataTableName = Table name where the players currencies and wallet will be stored.
  • CurrencyDataTableName = Table name where the prices of currencies will be stored.
  • RacksDataTableName = Table name where the rack information will be stored (This table can't be connected cross servers, this should be different for each server)
  • TransactionsDataTableName = Table name where the last 15 transactions of the players are stored.
  • CurrencyPrefix = Currency prefix which will be shown in messages and UI
  • CurrencySuffix = Currency suffix which will be shown in messages and UI (Set this to for no suffix)
  • ServerName = Name of the server that will be shown on the UI (If your logo contains the name then set this to )
  • ServerLogo = Link to the image of the logo of the server that will be shown on the UI.
  • WallpaperLogo = Link to the image of the background that will be shown when you open the UI, you can set it to nothing and it'll use the default image.
  • UseExp = Set this to true if you want to use experience.
  • UseUconomy = Set this to true if you want to use uconomy.
  • EnableDebugLogs = Enable this if you want your console to be spammed by the debug logs from plugin (Only enable if asked to by the dev)
  • TurnOffMachineWhenOwnerOffline = Set this to true if you want all machines of the player to be turned off when they go offline (If this is set to false, then all the machines will be turned on when the server starts if they have fuel)
  • BaseRackLimit = Base limit of rack for players. You can set permission based limits later in the config.
  • LaptopID = Laptop ID which will open the UI (The laptop comes with the mod and the id is set to that as default)
  • UpdatePriceSeconds = Seconds after which the price of all currencies will be updated.

Currency:

  • CurrencyID = The ID of the currency. (MAKE SURE THIS IS SET TO AN ID WHICH IS NOT USED BY ANY OTHER CURRENCY)
  • CurrencyName = Name of the currency.
  • CurrencyShort = The name of the currency that will be shown after the amount of coins (eg: BTC, ETH, LTC)
  • CurrencyIconLink = Link to the icon of currency that will be shown on the UI.
  • CurrencyDashboardIconLink = Link to the icon of currency that will be shown on the top navigation of UI. (Miners list)
  • CurrencyColor = Color of the currency short (hex code is supported)
  • MinPrice = Minimum price of the currency (Don't set this to 0)
  • MaxPrice = Maximum price of the currency.
  • ChanceIncrease = The chance increase (Explained in usage part)
  • MinCoinMined = Minimum coins that can be mined (Decimal supported)
  • MaxCoinMined = Maximum coins that can be mined (Decimal supported)
  • AllowMine = Allow mining of this currency
  • AllowBuy = Allow buying of this currency
  • AllowSell = Allow selling of this currency

Rack:

  • ItemID = Item ID of the rack.
  • BaseChance = Base chance of the rack (Explained in usage part)
  • BaseEfficiency = Base efficiency of the rack (Explained in usage part)
  • BaseFuelUsage = Base fuel usage of the rack (Explained in usage part)
  • BaseHealthDecreasePerCard = Base health decrease per card of the rack (Explained in the usage part)
  • MineSeconds = Seconds after which the rack will mine.
  • MaxCards = Maximum cards that the rack can support (You can't set this by yourself, they are set by default. Don't change this or it'll error.)

RackTier:

  • TierID = The ID of the rack tier. (MAKE SURE THIS IS IN INCREASING WAY AND NO ID IS SKIPPED SO EG: 1,2,3,4... DEFAULT TIER OF RACK WILL BE TIER ID 1)
  • ChanceIncrease = The increase of chance of the rack. (Will be added on the BaseChance of the rack)
  • EfficiencyIncrease = The increase of efficiency of the rack. (Will be added on the BaseEfficiency of the rack)
  • FuelUsageIncrease = The increase of fuel usage of the rack (Can also be decrease just add a minus before it)
  • HealthDecreasePerCard = Health decrease per card of the rack. (Note this is not increase like all the other values)
  • UpgradePrice = Price to upgrade to this tier.
  • Permission = Permission to upgrade to this tier. (Make sure the permission based tiers start at the end)

Graphic Card:

  • ItemID = Item ID of the card.
  • CardName = Name of the card which will be shown on the UI.
  • ChanceIncrease = The increase of chance of the rack. (Will be added on the BaseChance of the rack)
  • EfficiencyIncrease = The increase of efficiency of the rack. (Will be added on the BaseEfficiency of the rack)
  • FuelUsageIncrease = The increase of fuel usage of the rack (Can also be decrease just add a minus before it)
  • RepairCostPerHP = The cost of repairing 1 HP of the graphic card (When repairing it is multiplied by the missing health of GPU)

Rack Limit:

  • Permission = Permission for this rack limit.
  • Limit = Limit of racks for whoever has the permssion.

User Reviews

pretty good(*)(*)(*)(*)(*) - Dec 11, 2023

its decent for the price but might be a bit complicated for new players and i recommend disabling the "Buy currency" feature


gukklol
0 out of 0 people found this helpful
Holy Based Jesus(*)(*)(*)(*)(*) - Jul 18, 2023

Literally extremely based plugin


odstfive
0 out of 0 people found this helpful
AWESOME PLUGIN(*)(*)(*)(*)(*) - Jul 18, 2023

Awesome plugin but could you make the price change not so often of have it more customizable? It changes like every minute or so


babs2253
0 out of 0 people found this helpful
Best Money Maker(*)(*)(*)(*)(*) - Jul 3, 2023

10 out of 10 best plugin


haneslnd89
0 out of 0 people found this helpful
Nice (*)(*)(*)(*)(*) - May 10, 2023

Nice work


ucangamer
0 out of 0 people found this helpful
Nice (*)(*)(*)(*)(*) - Mar 25, 2023

Nice


omer_bey
1 out of 1 people found this helpful
g(*)(*)(*)(*)( ) - Mar 5, 2023

g


nanagamers12
0 out of 0 people found this helpful
Amazing(*)(*)(*)(*)(*) - Jan 8, 2023

Super advanced plugin that is surprisingly easy to use/set up. Crazy amount of detail and overall great addition to economic servers.


kingtxger
1 out of 1 people found this helpful
Game4freak back from the dead!(*)(*)(*)(*)(*) - Jun 29, 2022

This ultimately reminds me of the Game4Freak days, the development team put lots of time and effort into making this plugin, the plugin in set-up beautifully and had 0 issues setting it up. 100% worth the money.


jamesbonnici2008
2 out of 2 people found this helpful
Nice Crypto Plugin(*)(*)(*)(*)(*) - Jun 30, 2022

The features and the plugin itself is nice, along with the mods and the features with the GPU, however I do wish that there is a way to add limits on machines depending on your rocket permission


ahmedqureshi
2 out of 4 people found this helpful

The customer opened up a ticket and only waited for 2 hours before closing it, complaining of the waiting times.

It was announced prior to the opening of ticket that the support might be a bit slow due to most of our team having important exams.

You don't have to contact the staff team to set it up, the SQL info you provided in the configuration was wrong.

ParadoxPlugins | May 9, 2022

Store: ParadoxPlugins

Price: $25



Supported payment methods
PayPal, Skrill, WebMoney

Supported Platforms
RocketMod

All future updates (bug fixes, new features, etc.) are included in the price.