promotional bannermobile promotional banner

RpEssentials (RolePlay)

Nickname players, configurable Jobs, Schedule system (for opening/closing), chat formatting, last connection tracker and much more! Read the description to learn more about it

File Details

rpessentials-4.1.7.jar

  • R
  • Apr 28, 2026
  • 453.59 KB
  • 176
  • 1.21.1
  • NeoForge

File Name

rpessentials-4.1.7.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:rp-essentials-1423048:8004691"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

[4.1.7]

Hotfix nametag visibility

Fixed

  • Nametags always transparent in multiplayer: The rpessentials$forceDepthTest injection in MixinEntityRenderer was forcing Font.DisplayMode.NORMAL on all nametag draw calls. This caused nametags to render as semi-transparent grey boxes regardless of config (including with blur disabled). The injection has been removed.

Removed

  • Nametag block occlusion: The feature that hid nametags behind opaque blocks (introduced in 4.1.1) has been removed. It was implemented by switching Font.DisplayMode from SEE_THROUGH to NORMAL, which broke the second "bright" draw pass that vanilla uses to render nametags at full opacity. The result was visually broken nametags for all users on any server running this mod with other players nearby. The vanilla nametag rendering behaviour is now fully restored.

Migration Notes

  • No config changes required.
  • Nametags will now behave exactly as in vanilla when not obfuscated. If you want the functionality back, you can always go back to 4.1.6 or install Realistic Nametag!