In order for me to avoid having to copy/paste the changelogs on every single platform, please refer to the changelogs on GitHub for more info about this release.
In the meantime, happy holidays to everyone!
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 outputclear
andedit
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 nowquery
. Useful for map-makers.query
will now output an integer representing the player-badge stat value for a given player.
- Renamed the
/badge
command to/badges
fortcdcommons
- Made changes (aka improvements) to the
/badges
command fortcdcommons
- 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.1 changelog
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.
Also I am still working on porting to 1.20.2. Given the amount of changes that were made to the game internally in 1.20.2, it may take a long time, again.
v3.0 changelog
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