- Update to 1.21.5.
- Added the
display_above_player
configuration option, which controls whether the player's custom name should display above their head in game. Currently incompatible with hiding name tags using teams. - Player prefixes, nicknames, and suffixes are now stored as NBT text components, rather than JSON strings.
Please note! With this update, changes have been made to the way player names are stored. Backwards compatibility has been provided, and names from 1.21.4 and older should load fine, however it is recommended to take backups. Please report any bugs on the issue tracker!
With this change in how player names are stored, backwards compatibility with version 0.1.0-1.20.4
is no longer supported.
Custom names in worlds that last ran that version will break. To fix this, load the world first with any version of the
mod before 0.3.0-1.21.5
, and then load the world in this version.
- Update to 1.21.2.
From 0.2.6-1.21.2-pre1:
- Add configuration option
operators_bypass_restrictions
, which can be used to disable name restrictions for operators.- When this is enabled, operators and people with the permission
customname.bypass_restrictions
can use spaces in nicknames, bypass the max length restriction, and more.
- When this is enabled, operators and people with the permission
- Add the ability to change other people's names without
/execute
by using/name other <prefix|suffix|nickname> <player>
.- Requires operator or the
customname.other
permission on top of the respectivecustomname.<nametype>
permission.
- Requires operator or the
- Add configuration option
operators_bypass_restrictions
, which can be used to disable name restrictions for operators.- When this is enabled, operators and people with the permission
customname.bypass_restrictions
can use spaces in nicknames, bypass the max length restriction, and more.
- When this is enabled, operators and people with the permission
- Add the ability to change other people's names without
/execute
by using/name other <prefix|suffix|nickname> <player>
.- Requires operator or the
customname.other
permission on top of the respectivecustomname.<nametype>
permission.
- Requires operator or the
- Update to 1.21.2-pre1.
- Add configuration option
operators_bypass_restrictions
, which can be used to disable name restrictions for operators.- When this is enabled, operators and people with the permission
customname.bypass_restrictions
can use spaces in nicknames, bypass the max length restriction, and more.
- When this is enabled, operators and people with the permission
- Add the ability to change other people's names without
/execute
by using/name other <prefix|suffix|nickname> <player>
.- Requires operator or the
customname.other
permission on top of the respectivecustomname.<nametype>
permission.
- Requires operator or the