Skip to content

Frequently Asked Questions

NEZNAMY edited this page Nov 27, 2021 · 125 revisions

Content

How can i make belowname not affect NPCs but keep it for players?

Disable vanilla belowname, enable unlimited nametag mode and run /tab group _OTHER_ belowname &c%health% Health.

Why does abovename/belowname not work?

These properties require Unlimited nametag mode enabled. By default, you don't see it on yourself, just other players. To see it on yourself, use /tab ntpreview. See Unlimited nametag mode wiki page for more info.

Why is player sorting not working?

The most common causes for this include sorting being disabled, weights not configured correctly in luckperms and enabling sorting by permissions but not configuring it correctly / giving OP to everyone. See Sorting guide for more info.

How to add players to %staffonline% placeholder ?

Give them tab.staff permission.

How do i make %online% not count vanished players ?

Use %canseeonline% instead. This placeholder will display the amount of players viewer can see in tablist. That means vanished admins will still see the real count because they can see themselves obviously, but (other) players won't.
Same with %staffonline% -> %canseestaffonline%.
More info about these placeholders available on Placeholders page.

How do i disable ping in tablist ?

yellow-number-in-tablist: ''

So, i enabled unlimited nametag mode understanding it's experimental, but it doesn't seem to work. Why ?

This thing shows nametags completely differently than vanilla. As a result, hacked clients that allow you to see your own nametag will not work for this. To see the result, you need another person to look at you. You can also use /tab ntpreview to temporarily display the text for yourself (the command is a toggle).

How to make player heads visible in tablist ?

online-mode=true in server.properties. There's no way a cracked player can see heads. If you want your server in offline mode but use online connection for premium usernames, check out plugins like FastLogin or JPremium that change connections of premium players to online connections.

How can I add more columns in tablist ?

Players are put into columns by the client, it is not managed by the server. The only way is to get more players. They automatically split into more columns at 21, 41 and 61 players (due to limit of 20 entries per column).
There could be a way in a future to do that aswell as add fake players slots in the tablist but it isn't a priority yet.
You can check the progress about this feature here.

Can i show some text in the variable next to the connection bar in tablist ? / Can i change the number's color ?

No, there are only 2 options: yellow number and hearts. Nothing else, color cannot be changed. However, premium version offers automatic suffix aligning for the same effect but with no limits.

How to use space in prefix/suffix command?

Use "", for example /tab group owner tabprefix "&2&lOwner&r "

Clone this wiki locally