Skip to content

Releases: mineTomek/name-changer

Release list

v1.2.0

Choose a tag to compare

@mineTomek mineTomek released this 28 May 12:19

Added

  • Added a configuration system using Balm config API (#11)
    • Added configurable warnings for conflicting player names
    • Added configurable prevention of conflicting player names
  • Added the /name inspect command for viewing original and custom player names (#12)

Improved

  • Prioritized matching custom player names during command resolution (#9)
  • Updated and expanded the README documentation (#13)

Full Changelog: v1.1.0...v1.2.0

v1.1.0

Choose a tag to compare

@mineTomek mineTomek released this 21 May 21:43
dd37ea2

Initial multiloader release with Fabric + NeoForge support.

  • Restructured the project into a Balm multiloader mod
  • Added NeoForge support
  • Updated CI artifact generation
  • Fixed runtime version consistency for 26.1
  • Updated Fabric API dependency
  • Various internal fixes and cleanup