Bitcoin Plugin
Overview
The Bitcoin Plugin modification turns your server into a dynamic economic platform with cryptocurrency elements. Players get the opportunity to invest in-game funds into virtual bitcoins, performing purchase, sale, and transfer operations of the digital currency.
Features
Real-time exchange rates: automatic update of bitcoin's current price in US dollars. Trading operations: players can buy and sell bitcoins for in-game currency. Individual accounts: storage of each player's bitcoin balance in a YAML file. Historical data: saving obtained exchange rates in a YAML file for offline work. Intuitive commands: simple commands for interacting with the modification's functionality.
Installation
To activate Bitcoin Plugin on your server you need:
Download the modification: get the latest version of the Bitcoin Plugin JAR file. Place the file: move the JAR file to your Minecraft server's plugins folder. Start the server: after launching, the system will automatically create the necessary configuration files and directories.
Management Commands
The modification includes a basic set of commands for bitcoin operations:
/buybitcoin <amount>: purchase of specified amount of bitcoins for game currency.
/sellbitcoin <amount>: sale of the determined bitcoin volume to receive in-game currency.
/givebitcoin <player> <amount>: transfer of specified bitcoin amount to another player.
/bitcoin: viewing your account's current bitcoin balance.
/bitcoinrate: checking bitcoin's current exchange rate in US dollars.
/help: full list of available commands with explanations.
Requirements
Vault is required for proper operation.