A stockmarket inside minecraft with some of the most popular crypto currency
**# StockMart - Minecraft Cryptocurrency Trading Plugin
StockMart is a comprehensive cryptocurrency market simulation plugin for Minecraft servers. This plugin allows players to buy and sell virtual cryptocurrencies using their in-game economy balance (via Vault/EssentialsX).**
## Features
## Installation
plugins folder## Commands
/stockmart or /sm - Open the main trading interface/stockmart help - Show all available commands/stockmart portfolio - View your cryptocurrency portfolio/stockmart buy <symbol> <amount> - Buy cryptocurrency directly/stockmart sell <symbol> <amount> - Sell cryptocurrency directly/stockmart price <symbol> - Check the current price of a cryptocurrency/crypto or /c - Show a summary of your cryptocurrency holdings## Permissions
stockmart.use - Allow players to use the StockMart plugin (default: true)stockmart.admin - Allow access to admin commands (default: op)### Trading
/stockmart### Market Mechanics
### Portfolio Management
/crypto or through the GUI## Configuration
The plugin is highly configurable through the config.yml file:
## Config:
# StockMart Configuration
# Economy settings
economy:
# Minimum purchase amount
min-purchase: 0.001
# Transaction fee percentage (0 to disable)
transaction-fee: 0.5
# Price volatility (higher values mean more volatile prices)
volatility: 3.0
# Price update interval in minutes
update-interval: 5
# GUI settings
gui:
# Main title of the market GUI
market-title: "&6StockMart - Crypto Exchange"
# Title of the portfolio GUI
portfolio-title: "&6StockMart - Your Portfolio"
# Fill empty slots with this material
filler-material: GRAY_STAINED_GLASS_PANE
# Message settings'
#you can translate if you would like!
messages:
prefix: "&6[StockMart] &r"
buy-success: "&aSuccessfully bought %amount% %symbol% for $%cost%"
sell-success: "&aSuccessfully sold %amount% %symbol% for $%value%"
not-enough-money: "&cYou don't have enough money! You need $%cost%"
not-enough-crypto: "&cYou don't have enough %symbol%! You only have %amount%"
price-update: "&6Crypto prices have been updated!"
## Support
If you encounter any issues or have feature requests, please contact the plugin me on discord.
**
Start your virtual cryptocurrency trading journey today and become a crypto tycoon in your Minecraft world!