Skip to content

Client‐sided mechanics

NEZNAMY edited this page Dec 1, 2024 · 5 revisions

Content

About

This is a collection of mechanics related to the plugin explaining how does the minecraft client process information from the server and what you can and what you cannot impact.

Nametag format in tablist

When disabling Tablist name formatting, nametag prefix/suffix will be displayed in tablist instead. If you don't want any prefixes in tablist, keep the feature enabled but don't set any prefixes. Disabling this option is only useful to allow other plugins to use the feature or to intentionally display teams in tablist.

Tablist entry overlap

When having enough online players for 3–4 columns (or using Layout) and their name formats are too long, they might overlap. This is caused by attempting to display text wider than the monitor can handle.
There isn't really any ideal solution for this. Here are a few tips that might help:

  • Decrease GUI scale in client options to make text smaller
  • Make tablist entries shorter, such as avoiding using bold text (&l) or using short aliases for ranks instead of their full names (such as A instead of Admin).

Tablist entry widths

All tablist entries are rendered with the same width regardless of their content to match width of the longest text. This is done globally, not on a per-column basis. Therefore, one wide entry with make them all render wide, even if the content is empty. This can be a problem when using Layout to force all 80 slots. Just like in the point above, you need to make the longest entry shorter to have the tablist smaller.

Clone this wiki locally