v1.6.13+1.21.1
on Oct 28, 2024What's Changed
- Fix MessageFormat mixin error by @BlazingTwist in https://github.com/NucleoidMC/player-roles/pull/96
New Contributors
- @BlazingTwist made their first contribution in https://github.com/NucleoidMC/player-roles/pull/96
Full Changelog: https://github.com/NucleoidMC/player-roles/compare/v1.6.12+1.21.1...v1.6.13+1.21.1
v1.6.12+1.21.1
on Sep 25, 2024What's Changed
- Update to 1.21.1 by @ashhhleyyy in https://github.com/NucleoidMC/player-roles/pull/92
Full Changelog: https://github.com/NucleoidMC/player-roles/compare/v1.6.11+1.21...v1.6.12+1.21.1
v1.6.11+1.21
on Jun 19, 2024What's Changed
- Update mod to Minecraft 1.21 by @haykam821 in https://github.com/NucleoidMC/player-roles/pull/89
Full Changelog: https://github.com/NucleoidMC/player-roles/compare/v1.6.10+1.20.6...v1.6.11+1.21
v1.6.10+1.20.6
on Jun 8, 2024- Updated to Minecraft 1.20.6
Full Changelog: https://github.com/NucleoidMC/player-roles/compare/v1.6.9+1.20.4...v1.6.10+1.20.6
v1.6.9+1.20.4
on Jun 8, 2024What's Changed
- Fix permission level during login by @TheEpicBlock in https://github.com/NucleoidMC/player-roles/pull/81
New Contributors
- @TheEpicBlock made their first contribution in https://github.com/NucleoidMC/player-roles/pull/81
Full Changelog: https://github.com/NucleoidMC/player-roles/compare/v1.6.8+1.20.4...v1.6.9+1.20.4
v1.6.8+1.20.4
on Dec 16, 2023What's Changed
- Updated to 1.20.4 by @jaskarth
Full Changelog: https://github.com/NucleoidMC/player-roles/compare/v1.6.7+1.20.2...v1.6.8+1.20.4
v1.6.7+1.20.2
on Oct 24, 2023What's Changed
- Update mod to Minecraft 1.20.2 by @haykam821 in https://github.com/NucleoidMC/player-roles/pull/77
- feat: add hover support to name decoration override by @williambl in https://github.com/NucleoidMC/player-roles/pull/78
Full Changelog: https://github.com/NucleoidMC/player-roles/compare/v1.6.6+1.20...v1.6.7+1.20.2
v1.6.6+1.20
on Jul 1, 2023What's Changed
- Name decorations are now applied in the tab list
- A new
contexts
list field is now included in thename_decoration
override, which can be used to control where name decorations are applied - Accepted values are
chat
andtab_list
- A new
- Fix POM dependencies by @kb-1000 in https://github.com/NucleoidMC/player-roles/pull/73
- Fix #56: improve compatibility with some mods such as EssentialAddons by avoiding Mixin conflict
- Fix #71: increase maximum command chain length to support all of Vanilla commands
New Contributors
- @kb-1000 made their first contribution in https://github.com/NucleoidMC/player-roles/pull/73
Full Changelog: https://github.com/NucleoidMC/player-roles/compare/v1.6.5+1.20...v1.6.6+1.20
v1.6.5+1.20
on Jun 7, 2023- Update to Minecraft 1.20
Full Changelog: https://github.com/NucleoidMC/player-roles/compare/v1.6.4+1.19.4...v1.6.5+1.20
v1.6.4+1.19.4
on Mar 15, 2023What's Changed
- Update to Minecraft 1.19.4
Full Changelog: https://github.com/NucleoidMC/player-roles/compare/v1.6.3+1.19.3...v1.6.4+1.19.4
player-roles-1.6.3+1.19.3
on Dec 10, 2022What's Changed
- Add a
bypass_player_limit
role override by @williambl in https://github.com/NucleoidMC/player-roles/pull/66
Full Changelog: https://github.com/NucleoidMC/player-roles/compare/v1.6.2...v1.6.3+1.19.3
player-roles-1.6.2
on Dec 3, 2022- Update to Minecraft 1.19.3-rc1
player-roles-1.6.1
on Jul 27, 2022- Update to Minecraft 1.19.1
player-roles-1.6.0
on Jun 7, 2022- Update to 1.19 (thanks @Foxite!)
- Replace
chat_format
override withchat_type
that references the Vanilla chat type registry - Replace
name_style
override withname_decoration
that can support applying prefixes & suffixes to names
These are breaking changes to these overrides that are required to update to support 1.19's new chat features. Details on how to use these overrides can be found in the README.
Full Changelog: https://github.com/NucleoidMC/player-roles/compare/v1.5.2...v1.6.0
player-roles-1.5.2
on Feb 10, 2022- Fix role autocompletion giving only higher roles (#50, thanks @EnnuiL!)
- Fix
chat_format
override not applying for other players (#51) - Fix incompatibility with Drogtor causing crashes (#52)
player-roles-1.5.1
on Jan 16, 2022- Propagate errors from override definitions that failed to parse: previously these would silently fail (incorrectly), causing confusion
- Fix
permission_keys
override type not working until/role reload
was run (#45) - Fix
/role reload
not sending up-to-date permissions to players, causing command suggestions to be incorrect until the next/role reload
or relog
player-roles-1.5.0
on Dec 10, 2021Huge thank you to all contributors for this update!
What's Changed
- Add the entity selectors override by @haykam821
- Implement a VirtualServerCommandSource for specifying a custom set of roles by @ashhhleyyy
- Update to 1.18 by @fluse1367
Full Changelog: https://github.com/NucleoidMC/player-roles/compare/v1.4.3...v1.5.0
player-roles-1.4.3
on Aug 4, 2021- Fix incorrect permission level checking for the
/role
command (#41)
player-roles-1.4.2
on Jun 19, 2021- Fix chat format override not applying due to an improperly upgraded mixin
- Fix published API jar not containing
fabric.mod.json
and consequently not being remapped as a dependency
player-roles-1.4.1
on Jun 11, 2021- Fix a critical issue where the game would throw an error when players attempted to respawn (#32)