Solved on break

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

Free_OvO

Member
Oct 13, 2018
2
1
3
21
skript dev37c
addon: SkQuery-Lime 3.6.0 , skRayFall+v1.9.15, Skellett 1.9.6b, SharpSK, 1.6.3, TuSKe 1.8.2(It occured when i didn't use TuSKe.)

code_language.skript:
on break:
   if player is op:
       exit
   cancel event

https://pastebin.com/8G97L3Ub

It occurs when using "if syntax" contain player and cancel event.
There is no error, but my console is dirty.
i used function, but it happened too.

Ex)
on break:
if player is not op:
cancel event -> dirty console message occur

on break:
if {ASDF} is true:
cancel event -> not occur
 
Skript dev's will not take issues for outdated versions, ie 2.2dev37c
[doublepost=1551826353,1551826041][/doublepost]
skript dev37c
addon: SkQuery-Lime 3.6.0 , skRayFall+v1.9.15, Skellett 1.9.6b, SharpSK, 1.6.3, TuSKe 1.8.2(It occured when i didn't use TuSKe.)

I loaded up my test server, 1.12.2 with 2.2Dev37c
This works for me with no console errors.

My guess is because you are running outdated addons
I recommend updating SkQueryLime to 3.6.1 and Tuske to Tuske pikachu patch 3
 
Skript dev's will not take issues for outdated versions, ie 2.2dev37c
[doublepost=1551826353,1551826041][/doublepost]

I loaded up my test server, 1.12.2 with 2.2Dev37c
This works for me with no console errors.

My guess is because you are running outdated addons
I recommend updating SkQueryLime to 3.6.1 and Tuske to Tuske pikachu patch 3

Thank you.
This has been going on for a long time.
But even though i didn't do anything to solve this problem(i didn't change addon version), after a few reboot it was solved suddenly.
It's settled anyway. That's enough.
 
  • Like
Reactions: ShaneBee
Status
Not open for further replies.