Solved i need help on this skript

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

Fain

Member
May 19, 2020
19
1
3
23
Code:
command /prestigebook [<player>]:
  permission: prestige.book
  trigger:
    give 1 of written book named "&7&ki &5&lPrestigious &d&lSkyFlood &7&ki" to arg-1
  
on join:
  if {prestige.%player's uuid%} is not set:
    set {prestige.%player's uuid%} to 0
 
on chat:
  broadcast " %player's display name% &a&l[&3&lP&b&lr&3&le&b&ls&3&lt&b&li&3&lg&b&le &d&l%{prestige.%player's uuid%}%&a] &f: %message%"
  cancel the event
on right click with written book:
  if name of tool of player is "&7&ki &5&lPrestigious &d&lSkyFlood &7&ki":
    send "&a>> You have &e&lPrestiged&a! <<"
    set {_t} to {prestige.%player's uuid%} +1
    send "      &7[&8%{prestige.%player's uuid%}%&7] --> &7[&a%{_t}%&7]"
    add 1 to {prestige.%player's uuid%}
    broadcast "&8&l[&6&l%player%&8&l] &4&lhas prestiged!"
    remove held item from player



I want to add luckperms prefix on this skript can I ?

because it's not visible on Minecraft chat
 
If this forum is solved please mark the prefix as solved :emoji_slight_smile:
 
Status
Not open for further replies.