Solved [UNSOLVED] Can't understand this condition. For everything?

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

Nativ_e

Member
Apr 12, 2019
3
1
0
19
Skript Version (do not put latest): Skript 2.3.6 (stable)
Skript Author: Bensku
Minecraft Version: 1.8
---
Full Code 1:
Code:
command "test":
        trigger:
                message "Command works!"
Error Message 1:
Code:
Can't understand this condition/effect: message "Command works!"
Full Code 2:
Code:
every 5 seconds:
    make console execute command "/bb send 2 *"
Error Message 2:
Code:
Can't understand this condition: every 5 seconds"
 
Skript Version (do not put latest): Skript 2.3.6 (stable)
Skript Author: Bensku
Minecraft Version: 1.8
---
Full Code 1:
Code:
command "test":
        trigger:
                message "Command works!"
Error Message 1:
Code:
Can't understand this condition/effect: message "Command works!"
Full Code 2:
Code:
every 5 seconds:
    make console execute command "/bb send 2 *"
Error Message 2:
Code:
Can't understand this condition: every 5 seconds"
Try using Skript dev-36
 
Code:
every 5 second: #You use seconds is second

command /test:
    trigger:
        message "command works"
 
As cougar already stated, use a lower version of Skript since 2.3.x does not work on 1.8.8 or lower

Code:
every 5 second: #You use seconds is second

command /test:
    trigger:
        message "command works"
This is incorrect. You can use `second` or `seconds`, he's getting the error because Skript 2.3.x is not supported on 1.8.8 or below
 
As cougar already stated, use a lower version of Skript since 2.3.x does not work on 1.8.8 or lower


This is incorrect. You can use `second` or `seconds`, he's getting the error because Skript 2.3.x is not supported on 1.8.8 or below
sorry I test the code I reply and it's works for me
 
sorry I test the code I reply and it's works for me
If you solved the problem, park this post as solved.
[doublepost=1555100755,1555100692][/doublepost]and if you are going to post the script code, use the format
code_language.skript:
[CODE=SKRIPT]
 
Status
Not open for further replies.