Automaticly rename an item on receive

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

Chris_GSPvP

Member
Feb 12, 2017
6
0
0
Is there a way how I can rename a specific item when I receive it? I want to give it another color, however there are multiple ways how you can get diamonds (with the default name), but either by picking it up, or just receiving it at any way it should be renamed.

Any help is welcome!
 
code_language.skript:
on pickup:
 set name of event-item to "%player%'s item"
Try this
 
Yes, but it is not only with picking up, there are several ways. Is there a method like: on receive?
 
Yes, but it is not only with picking up, there are several ways. Is there a method like: on receive?
On pickup is renaming the item if someone drops it and the other guy takes it... May you can loop all items in players inventory every 10 sec and rename it :emoji_slight_smile:
 
Status
Not open for further replies.