v1.2
What's new?
- Added a new config option and feature called "overflow", where a player can bet more money than they have.
Add the following to your config.yml
Code (YAML):
# This is a toggle of whether or not players should be allowed to bet more money than they currently have
bet-overflow
: false
# If the above is set to true, this is the max amount they can bet of money theey don't have
bet-overflow-max
: 1000
How to install
1. Get rid of old jar
2. Add the text above to your config.yml
3. Replace with v1.2 and reload/restart!