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

Thrown potion EntityData not working #2891

Closed
ShaneBeee opened this issue Mar 28, 2020 · 0 comments
Closed

Thrown potion EntityData not working #2891

ShaneBeee opened this issue Mar 28, 2020 · 0 comments
Assignees
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: medium Issues that are detrimental to user experience (prohibitive bugs or lack of useful implementation).

Comments

@ShaneBeee
Copy link
Contributor

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!

@ShaneBeee ShaneBeee 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 Mar 28, 2020
@ShaneBeee ShaneBeee self-assigned this Mar 28, 2020
@ShaneBeee ShaneBeee added the completed The issue has been fully resolved and the change will be in the next Skript update. label Jul 9, 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: medium Issues that are detrimental to user experience (prohibitive bugs or lack of useful implementation).
Projects
None yet
Development

No branches or pull requests

1 participant