Solved Formatting coloured potions in a gui.

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

SubSplash

Member
Oct 11, 2023
22
1
3
Hello! I need help formatting coloured potions in a gui, for example:

Code:
command /potionshop:
  trigger:
    open chest with 1 row named "potion shop" to player
    format slot 1 of player with potion named "yellow potion" to be unstealable

I want the potion in slot 1 to be yellow.
 
Number 1: don’t use skquery
Number 2: there’s no such thing as a “yellow potion” in Minecraft
Number 3: if you wanted to have it be a potion of night vision for example, it wouldn’t work because skript does support nbt
Number 4: therefore I cannot help you
 
Number 1: don’t use skquery
Number 2: there’s no such thing as a “yellow potion” in Minecraft
Number 3: if you wanted to have it be a potion of night vision for example, it wouldn’t work because skript does support nbt
Number 4: therefore I cannot help you
What should I use instead of skquery then? Also thanks for the other information.