You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
aaaeeeMC opened this issue
Nov 3, 2024
· 3 comments
Labels
2.10Targeting a 2.10.X version releasebugAn issue that needs to be fixed. Alternatively, a PR fixing an issue.completedThe issue has been fully resolved and the change will be in the next Skript update.
[10:11:33 INFO]: [Skript] Skript's aliases can be found here: https://github.com/SkriptLang/skript-aliases[10:11:33 INFO]: [Skript] Skript's documentation can be found here: https://docs.skriptlang.org/[10:11:33 INFO]: [Skript] Skript's tutorials can be found here: https://docs.skriptlang.org/tutorials[10:11:33 INFO]: [Skript] Server Version: 1.21-109-5a5035b (MC: 1.21)
[10:11:33 INFO]: [Skript] Skript Version: 2.10.0-beta1 (skriptlang-github)
[10:11:33 INFO]: [Skript] Installed Skript Addons:
[10:11:33 INFO]: [Skript] - SkBee v3.5.8 (https://github.com/ShaneBeee/SkBee)
[10:11:33 INFO]: [Skript] Installed dependencies: None
Bug Description
I was trying to see how quaternions work, by spawning in a block display, but it didn't work when I tried to change something. Look in the Errors or Screenshots section.
Expected Behavior
It was obviously supposed to change the specific property to what I put, but it didn't work and instead threw an unspecified error.
Steps to Reproduce
Run !spawn a block display at me ("of (block data)" doesn't work by the way)
Make sure the block display is the nearest block display to you for the next steps.
Run !set transformation translation of nearest block display to vector(-0.5,-0.5,-0.5)
You get an unspecified error.
Furthermore, try !set left transformation rotation of nearest block display to vector(1,0,0,0)
Now say "He was right. Time to fix it, I guess." 😭
Errors or Screenshots
Other
No response
Agreement
I have read the guidelines above and affirm I am following them with this report.
The text was updated successfully, but these errors were encountered:
Can replicate, the example provided in the PR #5601 doesn't seem to work when parsing display syntaxes.
However, a workaround is to define a local display variable before using it.
Efnilite
added
bug
An issue that needs to be fixed. Alternatively, a PR fixing an issue.
priority: medium
Issues that are detrimental to user experience (prohibitive bugs or lack of useful implementation).
labels
Nov 3, 2024
Can confirm (for the dev team - this is the bug I discussed with you in dev chat).
This happens with any expression which resolves to an entity. For example, when using a spawn section to spawn a display, referencing the spawned entity using the entity expression does not work for display syntaxes.
sovdeeth
added
completed
The issue has been fully resolved and the change will be in the next Skript update.
and removed
priority: medium
Issues that are detrimental to user experience (prohibitive bugs or lack of useful implementation).
PR available
Issues which have a yet-to-be merged PR resolving it
labels
Jan 15, 2025
2.10Targeting a 2.10.X version releasebugAn issue that needs to be fixed. Alternatively, a PR fixing an issue.completedThe issue has been fully resolved and the change will be in the next Skript update.
Skript/Server Version
Bug Description
I was trying to see how quaternions work, by spawning in a block display, but it didn't work when I tried to change something. Look in the Errors or Screenshots section.
Expected Behavior
It was obviously supposed to change the specific property to what I put, but it didn't work and instead threw an unspecified error.
Steps to Reproduce
!spawn a block display at me
("of (block data)" doesn't work by the way)!set transformation translation of nearest block display to vector(-0.5,-0.5,-0.5)
!set left transformation rotation of nearest block display to vector(1,0,0,0)
Errors or Screenshots
Other
No response
Agreement
The text was updated successfully, but these errors were encountered: