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

Click events not working #2429

Closed
Padlick01 opened this issue Sep 4, 2019 · 4 comments
Closed

Click events not working #2429

Padlick01 opened this issue Sep 4, 2019 · 4 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: high Issues with potentially high impact that could be harmful to users.

Comments

@Padlick01
Copy link

Padlick01 commented Sep 4, 2019

Description

Click events are not working

Steps to Reproduce

use an click event (doesnt matter which one, click, left click, right click... doesnt matter.) with an item and put an message into it. I don't get any message back.
ex:
on click with nether star:
message "test"

Expected Behavior

The event should be thrown and the message should be printed.

Errors / Screenshots

no error

Server Information

  • Server version/platform: git-Paper-175 (MC: 1.14.4)
  • Skript version: 2.4-beta6

Additional Context

In beta5 the click events are fully working. In beta6 they doesn't.

EDIT 1: I don't know, if this only occurs when using items in the event. Havn't tested that because rolled back to beta5 already.

@iWanheda
Copy link

iWanheda commented Sep 4, 2019

I confirm this, was going to post the same thing, after the latest update it hasn't been working. My ex:

on left click:
	if event-item is a diamond hoe:

@TheBentoBox TheBentoBox added bug An issue that needs to be fixed. Alternatively, a PR fixing an issue. priority: high Issues with potentially high impact that could be harmful to users. labels Sep 5, 2019
@bensku
Copy link
Member

bensku commented Sep 5, 2019

Cannot reproduce on Paper 1.14.4.

@Padlick01
Copy link
Author

I cannot test it atm, but would be nice to know which version of paper you have. Maybe it was only a paper bug, but that can't be the problem because I only have that issue on beta6 oO

@bensku
Copy link
Member

bensku commented Sep 5, 2019

Happens only on items with meta. This is a regression caused by fix of #2354.

bensku added a commit that referenced this issue Sep 5, 2019
@bensku bensku added the completed The issue has been fully resolved and the change will be in the next Skript update. label Sep 5, 2019
@bensku bensku closed this as completed Sep 5, 2019
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: high Issues with potentially high impact that could be harmful to users.
Projects
None yet
Development

No branches or pull requests

4 participants