-
-
Notifications
You must be signed in to change notification settings - Fork 404
Closed
Labels
bugAn issue that needs to be fixed. Alternatively, a PR fixing an issue.An 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.The issue has been fully resolved and the change will be in the next Skript update.priority: mediumIssues that are detrimental to user experience (prohibitive bugs or lack of useful implementation).Issues that are detrimental to user experience (prohibitive bugs or lack of useful implementation).
Description
Description
Short description is, the thrown potion entity data is not being recognized.
Steps to Reproduce
simple code:
command /test:
trigger:
make player shoot thrown potion of leaping
spawn thrown potion of leaping at player
Expected Behavior
For it to work, the potion should spawn and the potion should be able to be shot
Errors / Screenshots
> sk reload test
[23:58:05 INFO]: [Skript] Reloading test.sk...
[23:58:05 ERROR]: Can't understand this condition/effect: spawn a thrown potion of leaping at player (test.sk, line 7: spawn a thrown potion of leaping at player')
[23:58:05 ERROR]: Can't understand this condition/effect: make player shoot a thrown potion of leaping (test.sk, line 8: make player shoot a thrown potion of leaping')
[23:58:05 INFO]: [Skript] Encountered 2 errors while reloading test.sk!
>
Server Information
- Server version/platform: 1.15.2 - Paper
- Skript version: 2.2-alpha2
Additional Context
PR coming shortly!
Metadata
Metadata
Assignees
Labels
bugAn issue that needs to be fixed. Alternatively, a PR fixing an issue.An 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.The issue has been fully resolved and the change will be in the next Skript update.priority: mediumIssues that are detrimental to user experience (prohibitive bugs or lack of useful implementation).Issues that are detrimental to user experience (prohibitive bugs or lack of useful implementation).