I don't know whats the error.

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

Crick

New Member
Aug 9, 2020
6
0
1
55
on rightclick with nether star:
wait 2 ticks
open chest with 1 row named "" to player
wait 3 ticks
format slot 4 of player with mushroom soup named "&bSoup &c(BETA)" with lore "&7A Soup based KitPvP server." and "" and "&7Versions: &a1.7-1.16" and "&7Recommended: &a1.8" and "" and "&aServer online" and "" and "&3Players: &b0/10" and "&3Queued: &b0" and "" and "&aClick to queue!"
to close then run [execute player command "/warp Soup"]

This is what i done.
 
Put it in code format.
Code:
on rightclick with nether star:
    wait 2 ticks
    open chest with 1 row named "" to player
    wait 3 ticks
    format slot 4 of player with mushroom soup named "&bSoup &c(BETA)" with lore "&7A Soup based KitPvP server." and "" and "&7Versions: &a1.7-1.16" and "&7Recommended: &a1.8" and "" and "&aServer online" and "" and "&3Players: &b0/10" and "&3Queued: &b0" and "" and "&aClick to queue!" to close then run [execute player command "/warp soup"]
this is his code.
[doublepost=1597145777,1597145690][/doublepost]
Code:
on rightclick with nether star:
    wait 2 ticks
    open chest with 1 row named "" to player
    wait 3 ticks
    format slot 4 of player with mushroom soup named "&bSoup &c(BETA)" with lore "&7A Soup based KitPvP server." and "" and "&7Versions: &a1.7-1.16" and "&7Recommended: &a1.8" and "" and "&aServer online" and "" and "&3Players: &b0/10" and "&3Queued: &b0" and "" and "&aClick to queue!" to close then run [execute player command "/warp soup"]
this is his code.
Anyways, in the first row: "on rightclick with nether star" you need to change "with" with "holding": "on rightclick holding nether star"
 
  1. Code:
    on right click with nether star:
        wait 2 ticks
        open chest inventory with 1 row named "" to player
        wait 3 ticks
        format gui slot 4 of player with mushroom soup named "&bSoup &c(BETA)" with lore "&7A Soup based KitPvP server." and "" and "&7Versions: &a1.7-1.16" and "&7Recommended: &a1.8" and "" and "&aServer online" and "" and "&3Players: &b0/10" and "&3Queued: &b0" and "" and "&aClick to queue!" to close then run execute console command "/warp soup"
I'm not as great with TuSKe but I still know a bit, let me know if this can help you!
 
  1. Code:
    on right click with nether star:
        wait 2 ticks
        open chest inventory with 1 row named "" to player
        wait 3 ticks
        format gui slot 4 of player with mushroom soup named "&bSoup &c(BETA)" with lore "&7A Soup based KitPvP server." and "" and "&7Versions: &a1.7-1.16" and "&7Recommended: &a1.8" and "" and "&aServer online" and "" and "&3Players: &b0/10" and "&3Queued: &b0" and "" and "&aClick to queue!" to close then run execute console command "/warp soup"
I'm not as great with TuSKe but I still know a bit, let me know if this can help you!
I think the problem is not the gui open code, but the event line.
 
Status
Not open for further replies.