Is Natural not working 1.13.2
Dinoosawruss opened this issue · 11 comments
Describe the bug
In an on break event I am trying to check if it is natural and it says cannot compare block with natural. Also tried exact example on skUnity and it does not work
Steps to Reproduce
Just run latest skript and try to check if a block is natural
Expected Behavior
It runs the next like after the if statement
Your Script
on block break:
if event-block is natural:
message "a"
Screenshots / Errors
Server Information
- Server Version and Type: Paper 1.13.2
- Skript Version: 2.4
- skRayFall Version: 1.9.18
- Additional Plugins: N/A
Thanks for reporting this!
Just to confirm, which version of core protect are you using?
It doesn't look like there is a 1.9.18 version of CoreProtect for MC 1.13.2.
According to the documentation on Skript Hub, the "Is Natural/Unnatural" condition requires CoreProtect to work. So I suspect the issue is that you are missing CoreProtect.
If you do have CoreProtect can you please provide me a link to where you downloaded your version of CoreProtect and your servers startup log.
Hello, I'm Tonus, the other owner of the server.
The CoreProtect version is actually 2.16.3. I believe he thought you were asking for the skRayFall version.
Here's the server's startup log: 2019-07-30-2.log.gz
Nope I should be good! I will be investigating and fixing this issue for the next version of skRayFall over the next few days.
Ahh. There was another issue with skRayFall so we removed it.
Essentially it was causing NPCs from citizens with longer names to have the end of their names cut off. We believe it’s because skRayFall does some things to scoreboards
Edit: If this was fixed ofc we would use it again
@Dinoosawruss If you are not using skRayFall's scoreboard system or you suspect that it might be causing a conflict with another plugin, you can turn it off in the config file by setting enableFastScoreBoards
to false.
This issue has been fixed in skRayFall 1.9.18.
Thanks for reporting it!