Need Help

  • 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 comminuty!

    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.

GixGux

Member
Nov 19, 2020
4
0
1
24
Can someone show me example to how to make skript which will test specific armor on players body (For example golden_chestplate & golden_boots & golden_helmet & golden_leggings) and if this returns true skript should call event which will hide players nametag. After removing armor also it should enable player's nametag too.

Thanks for help
 
Explain yourself.

If "%player's chestplate%" is "golden chestplate":


You can hide a player from EVERYONE:
hide player from all players
reveal player to all players

Do note that this removes the player from being visible at all.
No armor showed, no tab list name showed, no anything. The player can still type commands and chat with other people tho
 
Explain yourself.

If "%player's chestplate%" is "golden chestplate":


You can hide a player from EVERYONE:
hide player from all players
reveal player to all players

Do note that this removes the player from being visible at all.
No armor showed, no tab list name showed, no anything. The player can still type commands and chat with other people tho
I just want that if player has gold armor his nametag will disappear (player will be shown)
is it possible?
 
Found this post.
https://forums.skunity.com/threads/player-name-above-head.3958/

Requires mundosk, protocollib 4.1+ and maybe placeholderapi.

Set nametag of player to

Further documentation can be found on skripthub

I Will reply if u need more help
[doublepost=1606026991,1606026506][/doublepost]Here are the docs
 

Attachments

  • Screenshot_20201122-073316_Chrome.jpg
    635.6 KB · Views: 109
  • Screenshot_20201122-073331_Chrome.jpg
    538 KB · Views: 94
Try adding the player to a group to remove the nametag. I think you can do this by executing regular Minecraft (built in commands for servers).
 
Status
Not open for further replies.