Help tags 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!

Status
Not open for further replies.

Ultjay

Member
Dec 2, 2019
2
0
0
So when someone clicks on the block in the gui menu it says it has been given but they dont get it

command /taggui [<text>]:
aliases: tagguis
trigger:
if arg-1 is not set:
message ""
message "&e<&8&m----------&6&m------&8&m----------&e>"
message ""
message "&e&lTags&6&lGUI"
message ""
message "&6> &7/tag &8-&e View Our Tags"
message ""
message ""
message "&e<&8&m----------&6&m------&8&m----------&e>"


command /tag:
permission: tag.use
permission message: NoPermission
aliases: tags
trigger:
open chest with 3 rows named "&eTag &6Gui" to player
format slot 0 of player with red stained glass named "&4&lChrist&f&lmas" to run [make player execute command "/tagchristmas"]
format slot 1 of player with red stained glass named "&7&l[&4&lOG&7&l]" to run [make player execute command "/tagog"]
format slot 22 of player with hopper named "&e&lRemove &6&lTags" to run [make player execute command "/tagremove"]
if player has permission "tag.use":
format slot 0 of player with green stained glass named "&4&lChrist&f&lmas" to run [make player execute command "/tagchristmas"]
if player has permission "tag.use":
format slot 1 of player with green stained glass named "&7&l[&4&lOG&7&l]" to run [make player execute command "/tagog"]


command /tagechristmas:
permission: tag.use
permission message: NoTagPermission
trigger:
execute console command "/pex user %player% suffix | &4&lChrist&f&lmas"
send "&e&lTag&6&lGui &8- &7You are now using the | &4&lChrist&f&lmas &7Tag"

command /tagog:
permission: tag.use
permission message: NoTagPermission
trigger:
execute console command "/pex user %player% suffix | &7&l[&4&lOG&7&l]"
send "&e&lTag&6&lGui &8- &7You are now using the &7&l[&4&lOG&7&l] &7Tag"

command /tagremove:
permission: tag.use
permission message: NoTagPermission
trigger:
execute console command "/pex user %player% suffix "
send "&e&lTag&6&lGui &8- &7You are now using no &7Tag"
 
It's because you use a TRASH permissions plugin.
Use LuckPerms and do:
execute console command "lp user %player% meta setprefix 1 ""&chello"""
 
Status
Not open for further replies.