[X] I'm using the very latest version of ItemsAdder and its dependencies.
[X] I already searched on this Github page to check if the same issue was already reported.
[X] I already searched on the plugin wiki to know if a solution is already known.
[X] I already asked on the #💬ia-community-help channel on Discord to know if anyone already has a solution for the issue.
Discord tag (optional)
Tink (he/they/she)#3461
What happened?
Event in question
events:
block_break:
replace_near_blocks:
radius:
x: 3
y: 3
z: 3
from: STONE
to: SAND
while using this, it essentially doesn't do a "radius" around the broken block, instead it just does a search that only goes in the positive directions in all three axis
So, instead of checking the positions around the broken block, the positions checked treat the broken block like its at the bottom corner of the area.
Let me know if you need any more detail, as this bug has existed for as long as Ive tried using it
Terms
Discord tag (optional)
Tink (he/they/she)#3461
What happened?
Event in question
events: block_break: replace_near_blocks: radius: x: 3 y: 3 z: 3 from: STONE to: SAND
while using this, it essentially doesn't do a "radius" around the broken block, instead it just does a search that only goes in the positive directions in all three axis
So, instead of checking the positions around the broken block, the positions checked treat the broken block like its at the bottom corner of the area.
Let me know if you need any more detail, as this bug has existed for as long as Ive tried using it
https://user-images.githubusercontent.com/18208248/165907196-af5f4baa-49a6-499e-ba5b-191de8c54b95.mp4
Steps to reproduce the issue
Use replace_near_blocks with a larger "radius" Break a block look at what blocks where changed and what blocks are uneffected
Server version
Paper-312 1.18.2
ItemsAdder Version
3.1.2
ProtocolLib Version
4.8.0
LoneLibs Version
1.0.18
LightAPI Version (optional)
No response
LibsDisguises Version (optional)
10.0.28
Error (optional)
No response
ItemsAdder config.yml
Problematic items yml configuration file (optional)
Other files, you can drag and drop them here to upload. (optional)
No response
Screenshots/Videos (you can drag and drop files or paste links)
https://user-images.githubusercontent.com/18208248/165909986-66419381-dc98-4e16-aa64-ae7705b1e0b6.mp4