Jump to content

Ahmed563

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Ahmed563

  1. public void renderName(PlayerEvent.NameFormat event) { event.getEntityPlayer().addPrefix(new TextComponentString(prefix + " ")); } I use the above code to add a prefix to players. It works fine but, how would I go about remove the prefix after adding it?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.