FUBS Random Teleport

FUBS Random Teleport

9.5k Downloads

Players can place blocks inside themselves

calumari opened this issue ยท 3 comments

commented

Hey, this may be an issue with Paper but I'm running it by you first. Players can place blocks inside themselves shortly after /rtp'ing.

The issue is fairly difficult to reproduce so here's a video: https://streamable.com/pufntq . I haven't been able to reproduce it in generated chunks yet.

Running Paper 321
Plugins: RandomTeleport 2.0-SNAPSHOT (build 63)

commented

I tried reproducing the issue by teleporting players async to random coords on a flat world with no joy.

Howevever, I did noticed that the chunk returned by RandomSearcher is unloaded after teleporting targets.

commented

I highly doubt this is caused by this plugin, all it does is use paper's api for loading the chunks async and teleport once loaded. If this is happening then there is an issue in the server not registering the new player position correctly which would've to be fixed in the server itself.

But what do you jean by

I did noticed that the chunk returned by RandomSearcher is unloaded after teleporting targets.

The plugin is not unloading anything and the found chunk is directly used for teleporting without any delay. If it would unload it async in the same tick as it was loaded then that would be a huge server issue. I highly recommend reporting it to them with some basic code to reproduce this unloading behaviour.

commented

Give me a bit and I'll write up a small plugin to reproduce this issue.