-
-
Notifications
You must be signed in to change notification settings - Fork 382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Block handling below Y 0 (1.18) #4324
Comments
sorry for my english (i'am using translator, i'am from the Czech Republic) :D |
Sounds like Spigot being unprepared for 1.18. I don't think Skript can do much here |
I don't know why, but it seems to me more like a skunity than a spigot. Why would other plugins work under location 0 and the script would not? |
Not sure if this is what you mean but I can't replicate this on chat:
#broadcast "%blocks below player%"
loop blocks below player:
send "%loop-block%"
break loop-block naturally No addons in my server, skript 2.6-beta1 and paper 1.16.5 UPDATE: Tested with paper 1.17 and skript 2.6-beta3 still works as expected UPDATE: I can confirm I can't place blocks below y=0 in 1.17 not by hand nor by skript |
When I update to beta 3, 80% of my scripts stopped working. |
There were little breaking changes in 2.6 such as |
@Craftifyeu Do you get any errors (when reloading or in console)? Can you show a simple script that stopped working? |
As 1.18 may have blocks below y=0, Skript should be updated to allow this
@Craftifyeu I'm just curious: how do you have blocks at Y -1 in Minecraft 1.17? |
Datapack C&C |
and it will be added before 1.18 or must wait for 1.18 |
i rewrote my whole code, now my code's working in latest update. |
I don't know, but it's an easy fix so it'll probably be fixed before 1.18 (although I don't know when 1.18 comes out) |
Skript/Server Version
Server Version: git-Tuinity-"4c31ea1" (MC: 1.17.1)
Skript Version: 2.6-beta2
Installed Skript Addons:
Skellett v1.9.11
skript-yaml v1.3.2
CreatioLib v0.1.02-alpha
skRayFall v1.9.25
Ticker v1.0.0
SharpSK v1.6.4
SkUniversal v2.12.5
DiSky v2.1
skDragon v0.17
skript-reflect v2.2.3
skript-db v0.2.0
Reqn v1.2.1
SkQuery v4.1.4
SkriptJSON v1.0.0
Ersatz v1.0
RandomSK v2.7.1
WolvSK v1.7.2
SkStuff v1.6.4.1
Bug Description
Loop-block works above Y location 0 but when I go lower and I want the loop-block to destroy it, nothing happens, it can't detect both players and blocks below location zero
Expected Behavior
Not working under location 0 (C&C datapack)
Steps to Reproduce
bug description
Errors or Screenshots
YouTube video https://youtu.be/P6m9dk8XkX8
Other
No response
Agreement
The text was updated successfully, but these errors were encountered: