Releases: TheCSMods/mc-better-stats
v3.2
- Made the player badge stats GUI slightly bigger so the badges can be rendered in more detail
- General stats now have a tooltop showing the stat name, id, and value
- Added the
/statistics
command (alias/stats
) that allows users to modify one's statistics. Requires permission level 2 or cheats or operator. - Added a "Credits" button that credits translators who contribute to this mod. As a translator, just write down your GitHub username in the translation file to be credited by the mod in-game
v3.1
Compatibility update.
It appeared v3.0 was having issues getting along with other mods, but this update should fix some of those issues. I tested this with many other mods, and they now seemed to work. If you get any further crashes or issues, feel free to report them.
Edit (2023/10/5):
Ported to 1.20.2
.
Some minor changes were made to the APIs in order to adapt to the changes made to the game, but it should mostly be the same as usual.
v3.0
v3.0.0-beta.2+fabric-1.20.1
- A few bug fixes and minor tweaks to the API.
- The statistics HUD-screen is "semi-ready". You can add entries by (Shift+Right-Click)-ing an item stat or a mob stat. You can modify and remove entries by right-clicking them on the HUD screen (in
Statistics > View > Statistics hud
). - The only feature left to re-add now is the "live HUD statistics update", aka the one where you install the mod on the server to get more up-to-date HUD stat info. After that, the first full release of v3.0 will be ready.
- Edit, forgot to add; The Minecraft Wiki feature now points to the
minecraft.wiki
website.
v3.0.0-beta.1+fabric-1.20.1
The first beta version for v3.0+fabric-1.20.1
.
- Re-implemented
REI
integration. With REI installed, you can left/right-click item stats to show up their corresponding REI screens. - Re-implemented the "Wiki" feature, where by middle-mouse-button-clicking a stat would show a prompt to open its corresponding Wikipedia article. However, in
v2.X
, the default wiki wasMinecraft Fandom
. Since (as far as I know), the editor community has decided to migrate the Minecraft Wiki elsewhere away from Fandom, I have removed Fandom from the source code as the "default" wiki, meaning this feature technically doesn't work on its own anymore. Using the API however, you can define a Wiki site on your own. - Re-implemented the stat grouping and sorting filters. This one took the longest, and was the hardest to re-create.
API notice
Given this is a beta version, the API is mostly ready for use and should not get affected or changed in any drastic way in the final release from this point on. However, if you wish to 100% rely on the API not changing, please wait for the full release instead.
-
The full release is close, with only one feature left to re-implement, that being the statistics in-game-hud.
(also I will not be re-implementing the feature that lets you see other player's stats due to privacy and legal complications that were not taken into account in v2.X
. i'll get into it further once i make the full release).
v3.0-alpha.3+fabric-1.20.1
- Re-introduced player badges
- The entire player badge system has been reworked, now featuring extra capabilities such as being able to grant a player a given player badge multiple times (the
/badge
command does not support this yet however) - Added a new statistics tab for the player badge system, showing players what badges they have and which badges they have yet to obtain
v3.0.0-alpha.2+fabric-1.20.1
- Added the stats summary panel that sums up all shown stats
- Added the config GUI, so you can now configure the mod while in-game (and through Mod-Menu)
- Mods can now add custom menu items in the menu bar through the API
v3.0.0-alpha.1+fabric-1.20.1
Description: #72
- Doesn't require installing any mod files alongside this one.
- Lacks a lot of features that are yet to be implemented
- Intended to be there for the sake of letting people see how the development is going and providing feedback