AOneBlock icon indicating copy to clipboard operation
AOneBlock copied to clipboard

Can't pickup any dropped item on paper 1.21.10

Open tearfulDalvik opened this issue 2 months ago • 4 comments

Expected behavior

Player can pick up dropped items with the default config

Observed/Actual behavior

dropped items fly away with a very fast initial velocity, so players find it impossible to pick them up

Steps/models to reproduce

Install bentobox and aoneblock on paper 1.21.10, using their default config.

BentoBox version

Image

Plugin list

[14:02:22 INFO]: ℹ Server Plugins (2): [14:02:22 INFO]: Bukkit Plugins: [14:02:22 INFO]: - BentoBox, BentoBox-AOneBlock

Other

No response

tearfulDalvik avatar Oct 26 '25 06:10 tearfulDalvik

Can you explain more what it happening, or make a video? I don't understand the problem, sorry!

tastybento avatar Oct 27 '25 04:10 tastybento

Yes please check this video: https://www.dropbox.com/scl/fi/9gs0ru5zo49c1gyzkqoyn/2025-10-26-13-58-57.mp4?rlkey=bc7icedmfko8kvm6dg9dtskp3&st=63kao2l1&dl=0

tearfulDalvik avatar Oct 27 '25 06:10 tearfulDalvik

It looks like broken blocks are using vanilla mechanisms. So broken block is in the middle of the magic block.

AOneBlock has option drop-on-top: https://github.com/BentoBoxWorld/AOneBlock/blob/a65aab01bf9ab198eb16a8bb1641642b24323866/src/main/resources/config.yml#L366C3-L366C14

By default it was enabled, and it should drops items on top of the block.

Can you confirm that this option is enabled in your aoneblock config file?

BONNe avatar Oct 27 '25 06:10 BONNe

So broken block is in the middle of the magic block.

Yes, it's enabled. I'm using all default configurations, since this is a simple test env

tearfulDalvik avatar Oct 27 '25 07:10 tearfulDalvik