Solved Format a slot with colored potion

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

Dabriel

Member
Aug 13, 2018
45
5
0
27
Can I format a slot with a colored potion? like a pink potion with no effects?
Just the colors, instead of pure water.
is it possible?
 
Yes
Here is a short example (using Tuske for the GUI)
code_language.skript:
command /test:
    trigger:
        open virtual chest inventory named "POTIONS" to player
        format gui slot 1 of player with potion named "OO A POTION"
        color slot 1 of current inventory of player yellow
 
  • Like
Reactions: DavidZar
Yes
Here is a short example (using Tuske for the GUI)
code_language.skript:
command /test:
    trigger:
        open virtual chest inventory named "POTIONS" to player
        format gui slot 1 of player with potion named "OO A POTION"
        color slot 1 of current inventory of player yellow
Thank you so much! :emoji_grinning:
 
Status
Not open for further replies.