Skip to content

Commit

Permalink
Minor addtion to bstats.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbluer committed Aug 26, 2022
1 parent 6c45864 commit 1062195
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/changelog_v3.3.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ These build logs represent the work that has been going on within prison.
# 3.3.0-alpha.12L 2022-08-25


* **Minor addtion to bstats.**


* **Player Mine GUI had the wrong calculation for volume which also threw off blocks remaining and percent remaining.**
The calculation for volume was using the surface area and not the total number of blocks.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,7 @@ private void setupPluginReports() {
reportEconomy.add( "SaneEconomy" );
reportEconomy.add( "Tokens" );
reportEconomy.add( "Ultimate_Economy" );
reportEconomy.add( "XConomy" );


reportPlaceholders.add( "PlaceholderAPI" );
Expand Down

0 comments on commit 1062195

Please sign in to comment.