#question

1 messages · Page 1 of 1 (latest)

ebon silo
#

Why does this skript open my own inventory as a gui when i disable the toggleable vanish, i feel like this is a bug but im not sure

#
command /bcvanish:
    permission: bc.vanish
    permission message: [&l&7B&4C&7] You do not have permission to execute this command.
    trigger:
        if {vanish::%uuid of player%} is set:
            delete {vanish::%uuid of player%}
            loop all players:
                show player to loop-player
            make player visible
            send "[&l&7B&4C&7] Vanish has been disabled." to player
        else:
            set {vanish::%uuid of player%} to true
            make player invisible
            loop all players:
                hide player from loop-player
            send "[&l&7B&4C&7] Vanish has been enabled." to player
obtuse burrow
#

How is this opening a gui at all what

#

Maybe the show player to loop-player

ebon silo
#

that's what i said

#

but believe it or not it opens a gui

lone galleon
#

just change show to reveal

ebon silo
ebon silo