Tool name

  • 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.

GToTheG

Member
Jan 26, 2017
35
0
8
23
code_language.skript:
on right click:
    name of player's tool is "&ahi":
        send "hi"
    else:
        send "nope"

Why does this keeps sending nope when im haveing a item called &ahi
 
because tool's name isn't "&ahi" but its display name. Also, I would prefer to use the uncolored expression and check it without colors, but it's just my preference.
 
If the name of the tool isn't set. And it's vanila name. It name syntax won't work.

In 1.11.2 Spigot added methods to test if the name of the tool is vanila name

code_language.skript:
ItemMeta#hasLocalizedName()
ItemMeta#getLocalizedName()
 
Status
Not open for further replies.