Solved Character limit: Tablisknu

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.
Dec 19, 2019
31
2
8
Hello,

I have a problem with the character limit in Tablisknu it only shows a maximum of 16 characters.

Is there a way to make this longer ?

Thanks

Using:
- Skript V8
- Tablisknu V1.0

Code:
on join:
    if {suffix.set.%uuid of player%} is set:
        set player's tablist name to "%{rank.show.%player%}%%player%&r %{suffix.set.%uuid of player%}%"
        set {_nametag} to "%{rank.show.%player%}%%player%&r %{suffix.set.%uuid of player%}%"
    else:
        set player's tablist name to "%{rank.show.%player%}%%player%"
        set {_nametag} to "%{rank.show.%player%}%%player%"
    set player's default nametag to coloured "%{_nametag}%"

*https://drive.google.com/open?id=1uXQu4We_inPRA0dLQj81qHuznHXAj5ik
*https://drive.google.com/open?id=1vO3R8ICtJvTkvJijpn1YRo0JiroHmkIf
 
Last edited:
The max length for the displayname above the players head is 16 characters. If using prefix and suffix in the tab, you're allowed to use 48 characters in total.

I don't know how you would use a prefix or suffix in Tablisknu, so I can't help you.
 
Last edited:
  • Like
Reactions: Sander Vereecke
The max length for the displayname above the players head is 16 characters. If using prefix and suffix in the tab, you're allowed to use 48 characters in total.

I don't know how you would use a prefix or suffix in Tablisknu, so I can't help you.
I will combine it with Skellett for that

Thanks for helping me
 
  • Like
Reactions: WeeHee
Status
Not open for further replies.