Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/btelnyy/btelnyy-currency

mc plugin meant for a test with loaflover
https://github.com/btelnyy/btelnyy-currency

currency java minecraft minecraft-plugin

Last synced: 5 days ago
JSON representation

mc plugin meant for a test with loaflover

Awesome Lists containing this project

README

        

# btelnyy-currency
* A currency minecraft plugin.
* Check us out on [Discord](https://discord.gg/P22tFkjTm3)
* Report issues on GitHub or on Discord, I don't care which.
# **BELOW DATA IS FOR THE RELEASES, COMPILING MAY YEILD DIFFERENT RESULTS!**
* If you need support, ask on Discord or on GitHub issues
## Commands
If you forget the syntax, just type the command without any arguments and it will print the syntax for you.
### User commands
> `/pay `
* Pay another user funds
* Permission: `btelnyy.command.pay`
> `/bal or /balance `
* Check your or others balance
* Command: `btelnyy.command.balance`
> `/withdraw `
* Create a right-clickable bank note of your funds
* Permission: `btelnyy.command.withdraw`
### Admin commands
> `/setmoney `
* Set balance of a user
* Permission: `btelnyy.command.setmoney`
> `/currencyreset `
* Reset a players stats (deletes data file)
* Permission: `btelnyy.command.currencyreset`
> `/togglepay `
* Prevents or allows a player from paying others
* Permission: `btelnyy.command.togglepay`
> `/togglepaid `
* Prevents others from paying a user
* Permission: `btelnyy.command.togglepaid`
## Config
> `global_max_money` (int)
* Does nothing, this is for future use
> `deduct_amount_precent` (int)
* How much to deduct per player death in PVP (precent)
> `currency_deduct_amount_natural` (int)
* How much to deduct per player natural death (precent)
> `currency_save_path` (String)
* What is the data folder name? Within `./plugins/btelnyy-currency/`
> `player_starting_money` (int)
* How much money should every player start with?
> `currency_symbol` (String)
* What symbol to use? e.g. $ or €
> `max_withdraw_amount` (int)
* What is the maximum amount of money that a player can withdraw in one singular interaction. Set to 0 if you want to disable it (this is the default behaviour)