File Details
UltimateCards v1.1
- R
- May 31, 2012
- 80.39 KB
- 672
- CB 1.2.5-R3.0
File Name
UltimatePoker.jar
Supported Versions
- CB 1.2.5-R3.0
* IMPORTANT: Because of some config changes, you need to delete the config file of the plugin and let it create a new one. Make sure to backup your settings beforehand
- Compiled for the new Bukkit Build 1.2.5-R3.0
- Added statistics
- New commands
- /poker stats - Displays all your poker stats, if you have any
- /poker stats check [player] - Displays the player's poker stats, if they have any
- /poker stats top [type] - Displays the top 10 players in the specified statistic
- /poker stats rank [type] - Displays your own rank in the specified statistic on the leaderboards
- /poker stats rank [type] [player] - Displays the specified player's rank in the specified statistic on the leaderboards
- Stats get saved at the end of every hand
- Stats use a SQLite database stored in the UltimatePoker.db file inside the plugin's folder
- Stats include a variety of poker specific statistics - total winnings, profit, VPIP, PFR, percentage of wins and MUCH more
- When a player wins his/her biggest ever pot, a message is displayed
- When a player loses his/her ever amount, a message is displayed
- Stats are still in a development status! They may be wiped, changed, or not functioning properly at this stage
- New commands
- Added a sound being played whenever it is your turn to act
- Added the cumulative pot amount being shown after each street
- Added player stacks, current players fold status' and chip leader indications to /poker players
- Added an average stack size of all players at the table being shown on /poker details, /poker players and /hand money
- Added /hand withdraw [amount] command which withdraws the specified amount of money from the player's stack
- Added a table setting "displayTurnsPublicly" which makes the "It is your turn" messages be displayed publicly (with the player's name) (defaulted to false)
- Made ops get the upoker.* node by default
- Made all card suits be colored differently
- Made blinds and antes being raised at the end of hands instead of their beginnings
- Made players be eliminated if they cannot pay the biggest blind (not necessarily the big blind)
- Made creating a table display the balance you bought in for
- Made eliminating no longer take you off the table but simply make you unable to do anything until you rebuy
- Changed the 'allowRake' config option to 'fixRake' -> set to -1 if you want players to set their own rake, set to 0-1 to fix the rake to that amount
- Fixed the invite message showing an incorrect table ID
- Fixed not being able to raise under certain circumstances
- Fixed calling or betting all your money not putting the player all-in when it is needed
- Fixed a NullPointerException when players were being eliminated
- Fixed players not being eliminated properly
- Fixed the plugin dealing a new hand right away without waiting for /table cont in some circumstances
- Fixed the pot eligible player list (displayed during /hand pot) showing incorrect players
- Fixed /hand board and /hand bet having the same alias 'b'. Added /hand community alias instead
- Fixed new tables being assigned to IDs of tables that already exist
- Fixed betting all your money not putting you all-in
- Fixed players not folding once they leave the table
- Fixed players not folding once they get kicked from the table
- Fixed no message being showed when a player leaves the table
- Fixed tables being able to be deleted when pots exist
- Fixed the game not going to showdown when there is an all-in involved and only 1 player is left
- Fixed not being able to muck your hand at showdown when all-in
- Fixed the owner being eliminated messing up the whole game
- Fixed the very broken side pot calculation, you can now sit back and have as many people go all in as you want without any errors in the calculations (hopefully...)
- As a result of all above changes, more bugs were fixed that are not listed here (or created...)