How can disable trigger (like On rightclick) when player doesn't have permission?

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

effiraid

Member
Jul 16, 2017
24
0
0
How can disable trigger (like On rightclick) when player doesn't have permission? Please help me :emoji_slight_smile:
 
code_language.skript:
on rightclick:
    if player has permission "whatever":
        #do stuff
 
I'm sorry may i ask more question about error?
I typed your code but console shows me some error.
https://pastebin.com/cadAWj83


[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 1 tab (HEROES_Abyss.sk, line 6: if {combo1.%player%} is not set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 2 tabs (HEROES_Abyss.sk, line 7: set {combo1.%player%} to "우클릭"')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 2 tabs (HEROES_Abyss.sk, line 8: set action bar of player to "&f%{combo1.%player%}% &6&l+ &f&l? &6&l+ &f&l?"')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 2 tabs (HEROES_Abyss.sk, line 9: play "UI_BUTTON_CLICK" to player at volume 1')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 2 tabs (HEROES_Abyss.sk, line 10: wait 30 tick')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 2 tabs (HEROES_Abyss.sk, line 11: if {combo1.%player%} is set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 3 tabs (HEROES_Abyss.sk, line 12: delete {combo1.%player%}')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 2 tabs (HEROES_Abyss.sk, line 13: stop')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 1 tab (HEROES_Abyss.sk, line 14: else:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 2 tabs (HEROES_Abyss.sk, line 15: if {combo2.%player%} is not set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 3 tabs (HEROES_Abyss.sk, line 16: if {combo1.%player%} is set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 4 tabs (HEROES_Abyss.sk, line 17: set {combo2.%player%} to "우클릭"')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 4 tabs (HEROES_Abyss.sk, line 18: set action bar of player to "&f%{combo1.%player%}% &6&l+ &f%{combo2.%player%}% &6&l+ &f&l?"')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 4 tabs (HEROES_Abyss.sk, line 19: play "UI_BUTTON_CLICK" to player at volume 1')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 3 tabs (HEROES_Abyss.sk, line 20: wait 30 tick')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 3 tabs (HEROES_Abyss.sk, line 21: if {combo2.%player%} is set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 4 tabs (HEROES_Abyss.sk, line 22: delete {combo2.%player%}')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 3 tabs (HEROES_Abyss.sk, line 23: stop')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 2 tabs (HEROES_Abyss.sk, line 24: else:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 3 tabs (HEROES_Abyss.sk, line 25: if {combo3.%player%} is not set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 4 tabs (HEROES_Abyss.sk, line 26: if {combo1.%player%} is set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 5 tabs (HEROES_Abyss.sk, line 27: if {combo2.%player%} is set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 6 tabs (HEROES_Abyss.sk, line 28: set {combo3.%player%} to "우클릭"')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 6 tabs (HEROES_Abyss.sk, line 29: set action bar of player to "&f%{combo1.%player%}% &6&l+ &f%{combo2.%player%}% &6&l+ &f%{combo3.%player%}%"')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 6 tabs (HEROES_Abyss.sk, line 30: play "UI_BUTTON_CLICK" to player at volume 1')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 6 tabs (HEROES_Abyss.sk, line 31: if {combo1.%player%} is "우클릭":')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 7 tabs (HEROES_Abyss.sk, line 32: if {combo2.%player%} is "우클릭":')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 8 tabs (HEROES_Abyss.sk, line 33: if {combo3.%player%} is "우클릭":')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 9 tabs (HEROES_Abyss.sk, line 34: if {combo1.%player%} is set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 10 tabs (HEROES_Abyss.sk, line 35: if {combo2.%player%} is set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 11 tabs (HEROES_Abyss.sk, line 36: if {combo3.%player%} is set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 12 tabs (HEROES_Abyss.sk, line 37: make player execute command "/skill Jump"')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 12 tabs (HEROES_Abyss.sk, line 39: set action bar of player to "&f%{combo1.%player%}% &6&l+ &f%{combo2.%player%}% &6&l+ &f%{combo3.%player%}% &6= &a&lSKILL1"')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 12 tabs (HEROES_Abyss.sk, line 40: play "BLOCK_ENDERCHEST_OPEN" to player at volume 1')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 9 tabs (HEROES_Abyss.sk, line 41: delete {combo1.%player%}')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 9 tabs (HEROES_Abyss.sk, line 42: delete {combo2.%player%}')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 9 tabs (HEROES_Abyss.sk, line 43: delete {combo3.%player%}')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 7 tabs (HEROES_Abyss.sk, line 44: else:')
[20:20:16 INFO]: [Skript] Reloading all scripts...
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 8 tabs (HEROES_Abyss.sk, line 45: if {combo2.%player%} is "좌클릭":')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 9 tabs (HEROES_Abyss.sk, line 46: if {combo3.%player%} is "우클릭":')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 10 tabs (HEROES_Abyss.sk, line 47: if {combo1.%player%} is set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 11 tabs (HEROES_Abyss.sk, line 48: if {combo2.%player%} is set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 12 tabs (HEROES_Abyss.sk, line 49: if {combo3.%player%} is set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 13 tabs (HEROES_Abyss.sk, line 50: make player execute command "/skill Poison"')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 13 tabs (HEROES_Abyss.sk, line 52: set action bar of player to "&f%{combo1.%player%}% &6&l+ &f%{combo2.%player%}% &6&l+ &f%{combo3.%player%}% &6= &a&lSKILL3"')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 13 tabs (HEROES_Abyss.sk, line 53: play "BLOCK_ENDERCHEST_OPEN" to player at volume 1')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 10 tabs (HEROES_Abyss.sk, line 54: delete {combo1.%player%}')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 10 tabs (HEROES_Abyss.sk, line 55: delete {combo2.%player%}')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 10 tabs (HEROES_Abyss.sk, line 56: delete {combo3.%player%}')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 4 tabs (HEROES_Abyss.sk, line 57: wait 30 tick')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 4 tabs (HEROES_Abyss.sk, line 58: if {combo3.%player%} is set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 5 tabs (HEROES_Abyss.sk, line 59: delete {combo1.%player%}')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 5 tabs (HEROES_Abyss.sk, line 60: delete {combo2.%player%}')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 5 tabs (HEROES_Abyss.sk, line 61: delete {combo3.%player%}')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 4 tabs (HEROES_Abyss.sk, line 62: stop')
[20:20:16 WARN]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (HEROES_Abyss.sk, line 5: if player has permission "combo.rightclick":')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 1 tab (HEROES_Abyss.sk, line 68: if {combo2.%player%} is not set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 2 tabs (HEROES_Abyss.sk, line 69: if {combo1.%player%} is set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 3 tabs (HEROES_Abyss.sk, line 70: set {combo2.%player%} to "좌클릭"')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 3 tabs (HEROES_Abyss.sk, line 71: set action bar of player to "&f%{combo1.%player%}% &6&l+ &f%{combo2.%player%}% &6&l+ &f&l?"')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 3 tabs (HEROES_Abyss.sk, line 72: play "UI_BUTTON_CLICK" to player at volume 1')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 2 tabs (HEROES_Abyss.sk, line 73: wait 30 tick')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 2 tabs (HEROES_Abyss.sk, line 74: if {combo2.%player%} is set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 3 tabs (HEROES_Abyss.sk, line 75: delete {combo2.%player%}')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 2 tabs (HEROES_Abyss.sk, line 76: stop')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 1 tab (HEROES_Abyss.sk, line 77: else:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 2 tabs (HEROES_Abyss.sk, line 78: if {combo3.%player%} is not set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 3 tabs (HEROES_Abyss.sk, line 79: if {combo1.%player%} is set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 4 tabs (HEROES_Abyss.sk, line 80: if {combo2.%player%} is set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 5 tabs (HEROES_Abyss.sk, line 81: set {combo3.%player%} to "좌클릭"')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 5 tabs (HEROES_Abyss.sk, line 82: set action bar of player to "&f%{combo1.%player%}% &6&l+ &f%{combo2.%player%}% &6&l+ &f%{combo3.%player%}%"')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 5 tabs (HEROES_Abyss.sk, line 83: play "UI_BUTTON_CLICK" to player at volume 1')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 5 tabs (HEROES_Abyss.sk, line 84: if {combo1.%player%} is "우클릭":')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 6 tabs (HEROES_Abyss.sk, line 85: if {combo2.%player%} is "우클릭":')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 7 tabs (HEROES_Abyss.sk, line 86: if {combo3.%player%} is "좌클릭":')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 8 tabs (HEROES_Abyss.sk, line 87: if {combo1.%player%} is set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 9 tabs (HEROES_Abyss.sk, line 88: if {combo2.%player%} is set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 10 tabs (HEROES_Abyss.sk, line 89: if {combo3.%player%} is set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 11 tabs (HEROES_Abyss.sk, line 90: make player execute command "/skill Bleed"')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 11 tabs (HEROES_Abyss.sk, line 92: set action bar of player to "&f%{combo1.%player%}% &6&l+ &f%{combo2.%player%}% &6&l+ &f%{combo3.%player%}% &6= &a&lSKILL2"')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 11 tabs (HEROES_Abyss.sk, line 93: play "BLOCK_ENDERCHEST_OPEN" to player at volume 1')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 8 tabs (HEROES_Abyss.sk, line 94: delete {combo1.%player%}')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 8 tabs (HEROES_Abyss.sk, line 95: delete {combo2.%player%}')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 8 tabs (HEROES_Abyss.sk, line 96: delete {combo3.%player%}')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 6 tabs (HEROES_Abyss.sk, line 97: else:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 7 tabs (HEROES_Abyss.sk, line 98: if {combo2.%player%} is "좌클릭":')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 8 tabs (HEROES_Abyss.sk, line 99: if {combo3.%player%} is "좌클릭":')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 9 tabs (HEROES_Abyss.sk, line 100: if {combo1.%player%} is set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 10 tabs (HEROES_Abyss.sk, line 101: if {combo2.%player%} is set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 11 tabs (HEROES_Abyss.sk, line 102: if {combo3.%player%} is set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 12 tabs (HEROES_Abyss.sk, line 103: make player execute command "/skill Decay"')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 12 tabs (HEROES_Abyss.sk, line 105: set action bar of player to "&f%{combo1.%player%}% &6&l+ &f%{combo2.%player%}% &6&l+ &f%{combo3.%player%}% &6= &c&lULTIMATE!"')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 12 tabs (HEROES_Abyss.sk, line 106: play "BLOCK_ENDERCHEST_OPEN" to player at volume 1')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 9 tabs (HEROES_Abyss.sk, line 107: delete {combo1.%player%}')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 9 tabs (HEROES_Abyss.sk, line 108: delete {combo2.%player%}')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 9 tabs (HEROES_Abyss.sk, line 109: delete {combo3.%player%}')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 3 tabs (HEROES_Abyss.sk, line 110: wait 30 tick')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 3 tabs (HEROES_Abyss.sk, line 111: if {combo3.%player%} is set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 4 tabs (HEROES_Abyss.sk, line 112: delete {combo3.%player%}')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 3 tabs (HEROES_Abyss.sk, line 113: stop')
[20:20:16 INFO]: Loaded 4 scripts with a total of 3 triggers and 2 commands in 0.06 seconds
[20:20:16 INFO]: [Skript] Encountered 99 errors while reloading all scripts!
 
Err idk. Maybe re-indent those lines making sure to use all spaces or all tabs
 
I'm sorry may i ask more question about error?
I typed your code but console shows me some error.
https://pastebin.com/cadAWj83


[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 1 tab (HEROES_Abyss.sk, line 6: if {combo1.%player%} is not set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 2 tabs (HEROES_Abyss.sk, line 7: set {combo1.%player%} to "우클릭"')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 2 tabs (HEROES_Abyss.sk, line 8: set action bar of player to "&f%{combo1.%player%}% &6&l+ &f&l? &6&l+ &f&l?"')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 2 tabs (HEROES_Abyss.sk, line 9: play "UI_BUTTON_CLICK" to player at volume 1')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 2 tabs (HEROES_Abyss.sk, line 10: wait 30 tick')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 2 tabs (HEROES_Abyss.sk, line 11: if {combo1.%player%} is set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 3 tabs (HEROES_Abyss.sk, line 12: delete {combo1.%player%}')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 2 tabs (HEROES_Abyss.sk, line 13: stop')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 1 tab (HEROES_Abyss.sk, line 14: else:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 2 tabs (HEROES_Abyss.sk, line 15: if {combo2.%player%} is not set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 3 tabs (HEROES_Abyss.sk, line 16: if {combo1.%player%} is set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 4 tabs (HEROES_Abyss.sk, line 17: set {combo2.%player%} to "우클릭"')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 4 tabs (HEROES_Abyss.sk, line 18: set action bar of player to "&f%{combo1.%player%}% &6&l+ &f%{combo2.%player%}% &6&l+ &f&l?"')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 4 tabs (HEROES_Abyss.sk, line 19: play "UI_BUTTON_CLICK" to player at volume 1')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 3 tabs (HEROES_Abyss.sk, line 20: wait 30 tick')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 3 tabs (HEROES_Abyss.sk, line 21: if {combo2.%player%} is set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 4 tabs (HEROES_Abyss.sk, line 22: delete {combo2.%player%}')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 3 tabs (HEROES_Abyss.sk, line 23: stop')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 2 tabs (HEROES_Abyss.sk, line 24: else:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 3 tabs (HEROES_Abyss.sk, line 25: if {combo3.%player%} is not set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 4 tabs (HEROES_Abyss.sk, line 26: if {combo1.%player%} is set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 5 tabs (HEROES_Abyss.sk, line 27: if {combo2.%player%} is set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 6 tabs (HEROES_Abyss.sk, line 28: set {combo3.%player%} to "우클릭"')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 6 tabs (HEROES_Abyss.sk, line 29: set action bar of player to "&f%{combo1.%player%}% &6&l+ &f%{combo2.%player%}% &6&l+ &f%{combo3.%player%}%"')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 6 tabs (HEROES_Abyss.sk, line 30: play "UI_BUTTON_CLICK" to player at volume 1')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 6 tabs (HEROES_Abyss.sk, line 31: if {combo1.%player%} is "우클릭":')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 7 tabs (HEROES_Abyss.sk, line 32: if {combo2.%player%} is "우클릭":')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 8 tabs (HEROES_Abyss.sk, line 33: if {combo3.%player%} is "우클릭":')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 9 tabs (HEROES_Abyss.sk, line 34: if {combo1.%player%} is set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 10 tabs (HEROES_Abyss.sk, line 35: if {combo2.%player%} is set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 11 tabs (HEROES_Abyss.sk, line 36: if {combo3.%player%} is set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 12 tabs (HEROES_Abyss.sk, line 37: make player execute command "/skill Jump"')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 12 tabs (HEROES_Abyss.sk, line 39: set action bar of player to "&f%{combo1.%player%}% &6&l+ &f%{combo2.%player%}% &6&l+ &f%{combo3.%player%}% &6= &a&lSKILL1"')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 12 tabs (HEROES_Abyss.sk, line 40: play "BLOCK_ENDERCHEST_OPEN" to player at volume 1')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 9 tabs (HEROES_Abyss.sk, line 41: delete {combo1.%player%}')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 9 tabs (HEROES_Abyss.sk, line 42: delete {combo2.%player%}')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 9 tabs (HEROES_Abyss.sk, line 43: delete {combo3.%player%}')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 7 tabs (HEROES_Abyss.sk, line 44: else:')
[20:20:16 INFO]: [Skript] Reloading all scripts...
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 8 tabs (HEROES_Abyss.sk, line 45: if {combo2.%player%} is "좌클릭":')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 9 tabs (HEROES_Abyss.sk, line 46: if {combo3.%player%} is "우클릭":')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 10 tabs (HEROES_Abyss.sk, line 47: if {combo1.%player%} is set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 11 tabs (HEROES_Abyss.sk, line 48: if {combo2.%player%} is set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 12 tabs (HEROES_Abyss.sk, line 49: if {combo3.%player%} is set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 13 tabs (HEROES_Abyss.sk, line 50: make player execute command "/skill Poison"')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 13 tabs (HEROES_Abyss.sk, line 52: set action bar of player to "&f%{combo1.%player%}% &6&l+ &f%{combo2.%player%}% &6&l+ &f%{combo3.%player%}% &6= &a&lSKILL3"')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 13 tabs (HEROES_Abyss.sk, line 53: play "BLOCK_ENDERCHEST_OPEN" to player at volume 1')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 10 tabs (HEROES_Abyss.sk, line 54: delete {combo1.%player%}')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 10 tabs (HEROES_Abyss.sk, line 55: delete {combo2.%player%}')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 10 tabs (HEROES_Abyss.sk, line 56: delete {combo3.%player%}')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 4 tabs (HEROES_Abyss.sk, line 57: wait 30 tick')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 4 tabs (HEROES_Abyss.sk, line 58: if {combo3.%player%} is set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 5 tabs (HEROES_Abyss.sk, line 59: delete {combo1.%player%}')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 5 tabs (HEROES_Abyss.sk, line 60: delete {combo2.%player%}')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 5 tabs (HEROES_Abyss.sk, line 61: delete {combo3.%player%}')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 4 tabs (HEROES_Abyss.sk, line 62: stop')
[20:20:16 WARN]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (HEROES_Abyss.sk, line 5: if player has permission "combo.rightclick":')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 1 tab (HEROES_Abyss.sk, line 68: if {combo2.%player%} is not set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 2 tabs (HEROES_Abyss.sk, line 69: if {combo1.%player%} is set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 3 tabs (HEROES_Abyss.sk, line 70: set {combo2.%player%} to "좌클릭"')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 3 tabs (HEROES_Abyss.sk, line 71: set action bar of player to "&f%{combo1.%player%}% &6&l+ &f%{combo2.%player%}% &6&l+ &f&l?"')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 3 tabs (HEROES_Abyss.sk, line 72: play "UI_BUTTON_CLICK" to player at volume 1')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 2 tabs (HEROES_Abyss.sk, line 73: wait 30 tick')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 2 tabs (HEROES_Abyss.sk, line 74: if {combo2.%player%} is set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 3 tabs (HEROES_Abyss.sk, line 75: delete {combo2.%player%}')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 2 tabs (HEROES_Abyss.sk, line 76: stop')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 1 tab (HEROES_Abyss.sk, line 77: else:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 2 tabs (HEROES_Abyss.sk, line 78: if {combo3.%player%} is not set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 3 tabs (HEROES_Abyss.sk, line 79: if {combo1.%player%} is set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 4 tabs (HEROES_Abyss.sk, line 80: if {combo2.%player%} is set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 5 tabs (HEROES_Abyss.sk, line 81: set {combo3.%player%} to "좌클릭"')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 5 tabs (HEROES_Abyss.sk, line 82: set action bar of player to "&f%{combo1.%player%}% &6&l+ &f%{combo2.%player%}% &6&l+ &f%{combo3.%player%}%"')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 5 tabs (HEROES_Abyss.sk, line 83: play "UI_BUTTON_CLICK" to player at volume 1')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 5 tabs (HEROES_Abyss.sk, line 84: if {combo1.%player%} is "우클릭":')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 6 tabs (HEROES_Abyss.sk, line 85: if {combo2.%player%} is "우클릭":')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 7 tabs (HEROES_Abyss.sk, line 86: if {combo3.%player%} is "좌클릭":')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 8 tabs (HEROES_Abyss.sk, line 87: if {combo1.%player%} is set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 9 tabs (HEROES_Abyss.sk, line 88: if {combo2.%player%} is set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 10 tabs (HEROES_Abyss.sk, line 89: if {combo3.%player%} is set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 11 tabs (HEROES_Abyss.sk, line 90: make player execute command "/skill Bleed"')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 11 tabs (HEROES_Abyss.sk, line 92: set action bar of player to "&f%{combo1.%player%}% &6&l+ &f%{combo2.%player%}% &6&l+ &f%{combo3.%player%}% &6= &a&lSKILL2"')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 11 tabs (HEROES_Abyss.sk, line 93: play "BLOCK_ENDERCHEST_OPEN" to player at volume 1')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 8 tabs (HEROES_Abyss.sk, line 94: delete {combo1.%player%}')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 8 tabs (HEROES_Abyss.sk, line 95: delete {combo2.%player%}')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 8 tabs (HEROES_Abyss.sk, line 96: delete {combo3.%player%}')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 6 tabs (HEROES_Abyss.sk, line 97: else:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 7 tabs (HEROES_Abyss.sk, line 98: if {combo2.%player%} is "좌클릭":')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 8 tabs (HEROES_Abyss.sk, line 99: if {combo3.%player%} is "좌클릭":')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 9 tabs (HEROES_Abyss.sk, line 100: if {combo1.%player%} is set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 10 tabs (HEROES_Abyss.sk, line 101: if {combo2.%player%} is set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 11 tabs (HEROES_Abyss.sk, line 102: if {combo3.%player%} is set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 12 tabs (HEROES_Abyss.sk, line 103: make player execute command "/skill Decay"')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 12 tabs (HEROES_Abyss.sk, line 105: set action bar of player to "&f%{combo1.%player%}% &6&l+ &f%{combo2.%player%}% &6&l+ &f%{combo3.%player%}% &6= &c&lULTIMATE!"')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 12 tabs (HEROES_Abyss.sk, line 106: play "BLOCK_ENDERCHEST_OPEN" to player at volume 1')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 9 tabs (HEROES_Abyss.sk, line 107: delete {combo1.%player%}')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 9 tabs (HEROES_Abyss.sk, line 108: delete {combo2.%player%}')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 9 tabs (HEROES_Abyss.sk, line 109: delete {combo3.%player%}')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 3 tabs (HEROES_Abyss.sk, line 110: wait 30 tick')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 3 tabs (HEROES_Abyss.sk, line 111: if {combo3.%player%} is set:')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 4 tabs (HEROES_Abyss.sk, line 112: delete {combo3.%player%}')
[20:20:16 ERROR]: indentation error: expected 2 spaces, but found 3 tabs (HEROES_Abyss.sk, line 113: stop')
[20:20:16 INFO]: Loaded 4 scripts with a total of 3 triggers and 2 commands in 0.06 seconds
[20:20:16 INFO]: [Skript] Encountered 99 errors while reloading all scripts!
Just tab it
 
Status
Not open for further replies.