Releases: mineTomek/name-changer
Releases · mineTomek/name-changer
Release list
v1.2.0
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 inspectcommand 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
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