Search Player For Colored Item?

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

SmallDev

Member
Apr 6, 2020
39
0
6
So I'm making a no steal skript, and I am searching for certain items players shouldn't be able to get, one of these items has a colored name, but Idk how to search for it, pls help thx!!! Here's the code :emoji_grinning:
Code:
every 1 second in "world":
    loop all players:
        if loop-player has a fishing rod named "Rod Shop" colored "light blue": #Here
            send "hi" to loop-player
[doublepost=1586876200,1586821896][/doublepost]Help is still needed thx :emoji_grinning:
 
Erm, I just replied to your other post, Same fix just remove the "clear loop-item" and put the send there, but are you sure you want to spam the heck out of someone who has that fishing rod in their inventory?
 
Status
Not open for further replies.