Solved cant make it work

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

ShadowFaite

Member
Jul 2, 2018
19
0
1
code_language.skript:
command /buff:
    aliases: /vagtbuff, /vagtb,
    permission: vagt.buff
    trigger:
        open chest with 3 rows named "&6Vagt Buffs!" to player
        format slot 11 of player with 414 named "&3Speed!" with lore "&6Tryk her for at få speed!" to close then run [ make player execute command "/speedbuff"]
        format slot 13 of player with redstone block named "&cRegeneration!" with lore "&6Tryk her for at få Regeneration!||&dFor at få adgang til dette skal du købe det.||&d&l* &2300 Ems &d&l*||Msg ejeren for at købe" to close then run [ make player execute command "/regeneration"]
      
command /speedbuff:
    permission: vagt.buff
    trigger:
        make console execute command "/effect %player% speed 10000"
      
command /regeneration:
    if player has permission "regenerationbuff"
    trigger:
        make console execute command "/effect %player% 10 10000"
so i made this skript and there is a error where it says its spelled incorrectly. plz help
 
Last edited:
code_language.skript:
command /buff:
    aliases: /vagtbuff, /vagtb,
    permission: vagt.buff
    trigger:
        open chest with 3 rows named "&6Vagt Buffs!" to player
        format slot 11 of player with 414 named "&3Speed!" with lore "&6Tryk her for at få speed!" to close then run [ make player execute command "/speedbuff"]
        format slot 13 of player with redstone block named "&cRegeneration!" with lore "&6Tryk her for at få Regeneration!||&dFor at få adgang til dette skal du købe det.||&d&l* &2300 Ems &d&l*||Msg ejeren for at købe" to close then run [ make player execute command "/regeneration"]
    
command /speedbuff:
    permission: vagt.buff
    trigger:
        make console execute command "effect %player% speed 10000"
    
command /regeneration:
    permission: regenerationbuff
    trigger:
        make console execute command "effect %player% 10 10000"
 
Status
Not open for further replies.