CryptoFrenzy icon

CryptoFrenzy -----

✨ The best stocks plugin designed for your needs! ✨



[​IMG]
Add a new way to earn money in your minecraft server!

[​IMG]
Features:

Dynamic pricing using Supply & Demand!
  • Get the best & most realistic system for pricing, Depending 100% on playerbase economy!
Player investments portfolios!
  • View other's investments & profits!
Stock fetching & history!
  • Check your favourite stock's information to learn more!
Commands:

Player permissions:
- stocks.buy Allows player to buy stocks.
- stocks.sell Allows player to sell stocks.
- stocks.send Allows player to send stocks to players.
- stocks.portfolio.other Allows player to check other player portfolio.
- stocks.portfolio Allows player to check their portfolio.
- stocks.help Allows player to see help menu.
- stocks.fetch Allows player to view information about a stock.

VIP permissions:
- stocks.cooldown Allows player to skip command cooldown.

Admin permissions:
- stocks.remove Allows player to remove stocks from player.
- stocks.help.admin Allows player to view admin's help menu
- stocks.add Allows player to add stocks to player.
- stocks.reload Allows player to reload configurations.

[​IMG]

Default Configuration:
Code (YAML):
# CryptoFrenzy Plugin Configuration

player
:
  cooldown
:
    # Shall cooldown be enabled? Default: true
    # Advice: Enable the cooldown to avoid a lot of database requests and better performance.
    enabled
: true
    # Time for cooldown in seconds (if enabled) Default: 5 seconds.
    time
: 5

# How frequent should the database update in minutes (Price history only, Don't set below 30 for best performance.)
DatabaseUpdateFrequency
: 30
## The stock database is only used to fetch for history like price before 1hr, 24hrs, 7ds and not anything extra.


economy
:
  #Tax to get from player for each share, 1 is 1% / Default: 1
  tax-rate
: 1
  #Amount to deduct from player's balance for every transaction (leave 0 to disable):
  market-fee
: 2

Events
:
  #Randomly crash the market every few days
  market-crash
:
    enabled
: true
    # minimum % for a market to go down
    min-rate
: 10
    # maximum % for a market to go down
    max-rate
: 25

Stocks
:
  #Make sure to have all stock shortnames in uppercase!

  #format:

  #stock:
    #stock-name: "Stock"
    #description: "Default description"
    #price: 10000
    #max-shares: 10
    #market-shares: 100000

  CFZ
:
    currency-name
: "CryptoFrenzy coin"
    description
: "A basic coin."
    #Starting price for one stock
    price
: 100
    #Max shares owned by a single player
    max-shares
: 100
    #Shares circulating in the market
    market-shares
: 10000
  SVR
:
    currency-name
: "Server Coin"
    description
: "Server's own stocks."
    #Starting price for one stock
    price
: 120
    #Max shares owned by a single player
    max-shares
: 100
    #Shares circulating in the market
    market-shares
: 10000
  MINC
:
    currency-name
: "Minecraft coin"
    description
: "Minecraft's coins."
    #Starting price for one stock
    price
: 60
    #Max shares owned by a single player
    max-shares
: 100
    #Shares circulating in the market
    market-shares
: 10000
Resource Information
Author:
----------
Total Downloads: 11
First Release: Jan 20, 2025
Last Update: Jan 20, 2025
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings