Skip to content
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

Item Crack Particle not working #3012

Closed
Runakai1 opened this issue May 27, 2020 · 0 comments
Closed

Item Crack Particle not working #3012

Runakai1 opened this issue May 27, 2020 · 0 comments
Labels
bug An issue that needs to be fixed. Alternatively, a PR fixing an issue. completed The issue has been fully resolved and the change will be in the next Skript update. priority: lowest "Nice to have" updates that are not required (tiny low impact bug fixes or QoL enhancements).

Comments

@Runakai1
Copy link

Runakai1 commented May 27, 2020

Information:
Skript: 2.5-alpha3
Paper: 1.15.2

using play stone breaking at target block
works fine. However using
play tool breaking at {_spawnloc} to the player
doesn't. (the spawnloc variable is working fine, as other particles spawn)
play 10 bow item breaking at target block
throws no ingame error.

Console error:
https://pastebin.com/3UsvftAh

Code:

command eating:
	trigger:
		set {_v} to vector from yaw 45 and pitch 45
		set standard length of {_v} to 0.5
		set {_spawnloc} to player's head location ~ {_v}
		send "%{_spawnloc}%"
		play 10 bow item breaking at target block
		play mob spawner flames at {_spawnloc} to the player```
@Whimsyturtle Whimsyturtle added bug An issue that needs to be fixed. Alternatively, a PR fixing an issue. priority: lowest "Nice to have" updates that are not required (tiny low impact bug fixes or QoL enhancements). labels May 28, 2020
@ShaneBeee ShaneBeee added the completed The issue has been fully resolved and the change will be in the next Skript update. label Aug 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An issue that needs to be fixed. Alternatively, a PR fixing an issue. completed The issue has been fully resolved and the change will be in the next Skript update. priority: lowest "Nice to have" updates that are not required (tiny low impact bug fixes or QoL enhancements).
Projects
None yet
Development

No branches or pull requests

3 participants