Skip to main content

Nameplate

The global instance of the NameplateAPI and its subtypes

Chat

A customization for your nameplate in the chat

See NameplateCustomization for Chat functions


Entity

A customization for your nameplate above your head

See EntityNameplateCustomization for Entity functions


List

A customization for your nameplate in the tab list

See NameplateCustomization for List functions


All

A group that manage all your nameplate customizations at once

See NameplateCustomizationGroup for All functions

Using JSON

If you wish to change the properties of the text outside of just the text, you can use json to change things like color, boldness, or any other properties you can give text in Minecraft, including via the color codes. You can also use a json text generator from anywhere online.

nameplate.All:setText('[{"color":"red","text":"Me"},{"text":"!","color":"#09ff71"}]')

Here's an example, you must wrap all the json given in apostrophes (') like in this example. A json generator will not come with the apostrophes around it, you need to add those yourself