Skip to content

Releases: TheCSMods/mc-tcdcommons

v3.5

30 Oct 14:27
f10e5de
Compare
Choose a tag to compare

The following changes were made to allow people to to incorporate the /badges command into their data-packs and custom maps:

  • Improved the /badges command output
    • clear and edit will now output an integer representing the number of affected players.
    • The output number will be -1 if a command error or a syntax error takes place, and the command fails to execute.
  • /badges can now query. Useful for map-makers.
    • query will now output an integer representing the player-badge stat value for a given player.

v3.4

19 Oct 14:46
c27d365
Compare
Choose a tag to compare
  • Renamed the /badge command to /badges for tcdcommons
  • Made changes (aka improvements) to the /badges command for tcdcommons
  • Changed /badges permission level requirement from level 3 to level 2. For consitency with other stats-related commands
  • Earning a player badge will now be broadcast in chat, like how advancements do it. This can be disabled in the tcdcommons config
  • Removed a Beta or an Experimental Class from the API due to it causing issues. This is a reminder not to use API Class-es marked as @Beta or @Experimental.

v3.3

15 Oct 09:46
dbe5b72
Compare
Choose a tag to compare
  • Minor (experimental) additions to the API.
  • Some bug/crash fixes.

v3.2

12 Oct 08:25
a434f9c
Compare
Choose a tag to compare
  • A bunch of minor additions to the API such as more events and hooks
  • Translations to other commonly-spoken languages

v3.1

05 Oct 09:39
d0c86b9
Compare
Choose a tag to compare

Ported to 1.20.2.
Some minor changes had to be made to the GUI and networking APIs in order to adapt, but it should mostly be the same as usual.

v3.0

01 Oct 09:47
346e382
Compare
Choose a tag to compare

Release v3.0 improves on many parts of the API, and rewrites pretty much all of it.

  • Improved GUI system for TScreen-s and TElement-s
  • Improved the player-badge system and the way it handles player badges
  • Added a custom event system (that due to the way Fabric Loader behaves, requires Fabric API despite it not using Fabric API)
  • Improved the event system

Note: Incompatible with v2.0 and all mods depending on v2.0!

v2.10.2

23 Jun 07:16
4a47db9
Compare
Choose a tag to compare

Fixed a minor Mixin mistake with MixinDrawContext.

v2.10.1

20 Jun 12:17
095eef1
Compare
Choose a tag to compare

Fixed a bug where longer tooltip texts sometimes wouldn't fit their tooltip boxes.

v2.10

18 Jun 13:11
79c4cb3
Compare
Choose a tag to compare

Fabric-1.20.1 port.
Should work on 1.20 as well.

v2.9.1

15 Jun 18:53
3f98f92
Compare
Choose a tag to compare
  • A lot of major bug fixes
  • Completed the "PlayerBadge" system. Can be disabled if you don't want it.

Check the Wiki page(s) on the GitHub repository for more info. If there isn't a Wiki, then wait a bit, as that means I'm still working on it.