Skelett addons issues

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

ForgeGames

Member
Apr 9, 2018
2
0
0
Skript 2-2-dev27
Bensku
1.8.8

---
Full Code:
https://hastebin.com/buqalivawa.vbs

code_language.skript:
Every 1 seconds:
        if {maintenance.serveur} is true:
                add 1 to {time.s}
                if {time.s} is 60:
                       set {time.s} to 0
                     add 1 to {time.m}
              loop all players:
                     send action bar from "&7Maintenance: &aActivé ✔ &7(&3%{time.m}%:%{time.s}% &cmin&7)" to loop-player

Console:
code_language.skript:
[B][01:29:59] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: send action bar from "&7Maintenance: &aActivé ✔ &7(&3%{time.m}%:%{time.s}% &cmin&7)" to loop-player (maintenance.sk, line 119: send action bar from "&7Maintenance: &aActivé ✔ &7(&3%{time.m}%:%{time.s}% &cmin&7)" to loop-player')[/B]

code_language.skript:
ERROR HERE

My Skelett addons deletes itself
I changed Skript and Skelett nothing happened.


My Addons:
SkQuery 1.8, skRayFall_v1.9.6, Skript 1.8, TuSKe 1.8, WildSkript and Skellett


Troubleshooting:

Have you tried searching the docs? No
Have you tried searching the forums? Yes
 
I would suggest writing this in the Skellett Addon discussion so the dev can help you there, as it is not a problem with your skript itself
 
Status
Not open for further replies.