Skip to content

Releases: TheCSMods/mc-better-stats

v3.2

12 Oct 08:32
c961f76
Compare
Choose a tag to compare
  • 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

02 Oct 07:18
0602283
Compare
Choose a tag to compare

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

01 Oct 09:46
9ffab5c
Compare
Choose a tag to compare

Release v3.0.

v3.0.0-beta.2+fabric-1.20.1

28 Sep 14:41
1dd5264
Compare
Choose a tag to compare
  • 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

21 Sep 17:55
b31cfed
Compare
Choose a tag to compare

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 was Minecraft 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

19 Sep 09:45
7ae52c7
Compare
Choose a tag to compare
Pre-release
  • 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

14 Sep 10:50
1503289
Compare
Choose a tag to compare
Pre-release
  • 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

11 Sep 18:35
56069c0
Compare
Choose a tag to compare
Pre-release

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

v2.10.3

30 Jun 09:32
2ea8df6
Compare
Choose a tag to compare
  • Created Spanish (Argentina) (es_ar.json) translations thanks to R4z0rX (See #66).

Thanks again, to everyone who helps translate this mod to other languages.

v2.10.2

23 Jun 07:21
1155cc7
Compare
Choose a tag to compare
  • Fixed a minor Mixin issue in TCDCommons regarding MixinDrawContext.
  • Updated Japanese translations thanks to Sw3et-Dre4mer (See #64)
  • Updated Russian translations thanks to Rozbiynk (See #65)