Right-click event not working with some items for other plugins (It used to work)
See original GitHub issueDescribe the bug
We are using spawn eggs, buckets, etc with special events on right-clicks (on air), and since 1.17 has come out, those right-clicks stopped working for bedrock players (unless they use the spawn eggs, buckets, etc on the floor).
We use ItemsAdder plugin for the items events.
To Reproduce
- Configure a spawn egg, bucket or similar with an event on right-click.
- Check if the event does work from a Bedrock Player.
(Example for ItemsAdder)
example:
display_name: "&b&lexample"
resource:
material: BUCKET
generate: false
model_path: "item/example"
events:
interact:
right:
shoot_particle_first:
name: FIREWORKS_SPARK
distance: 30
shoot_particle_second:
name: CLOUD
distance: 30
Expected behaviour
Right-click event working on air.
Screenshots / Videos
No response
Server Version and Plugins
git-Paper-68 (MC: 1.17)
ProtocolLib LoneLibs ItemsAdder Geyser-Spigot floodgate
Geyser Dump
https://dump.geysermc.org/Zos18lSy838CgXAWHViCEGMdeqYtuTZi
Geyser Version
1.4.0-SNAPSHOT (git-master-7ae27c7)
Minecraft: Bedrock Edition Version
1.17.2
Additional Context
No response
Issue Analytics
- State:
- Created 2 years ago
- Comments:12 (6 by maintainers)
Top Results From Across the Web
Solved - right click event not working | SpigotMC - SpigotMC
Hello! I'm trying to code a plugin where a player right clicks a piece of paper in mainhand and teleport the player that...
Read more >Right Click with item event? - Bukkit Forums
Hello, I was wondering if anyone knows how to make it so that if you right click somewhere with a special item something...
Read more >Why right click is not triggered with .click()? - Stack Overflow
Bind mousedown to handle left, middle and right clicks: $('#link').mousedown(function(e) { alert("ciao"); });. You can use e.which to ...
Read more >Right Click acting abnormal · Issue #113175 · microsoft/vscode
Regarding what happens, when the right click menu disappears it seems like an option is being selected, almost like there is some sort...
Read more >Troubleshoot errors, freezes | Reader | Windows
Adobe Technical Support can use this information to better assist ... Start Adobe Reader without any plug-ins running. a. Double click on ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes, we still having this issue, if we use a spawn egg (I think it happens with buckets too) as an item to modify with ItemsAdder (for example), if we put a right-click event on it, it won’t work for bedrock players unless they aim the floor. It does work fine as it should on Java players. We are using the last build available of Geyser (bungee) and the last floodgate (bungee).
Seems this issue has been referred to on occasion - is someone able to provide updated replication steps for how to reproduce this bug (with or without ItemsAdder). There have been a numerous set of changes made to Geyser since this was last followed up on so any updated information would be great.