Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/btelnyy/btelnyy-currency
- Owner: BTELNYY
- License: bsd-3-clause
- Created: 2022-04-14T18:00:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-02T16:23:53.000Z (over 2 years ago)
- Last Synced: 2023-03-10T09:21:26.886Z (over 1 year ago)
- Topics: currency, java, minecraft, minecraft-plugin
- Language: Java
- Homepage:
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)