ItemJoin

ItemJoin

157k Downloads

Bedrock Only Items

TylorTurner opened this issue · 2 comments

commented

Server Version

1.20.4

Resource Version

v6.0.7

Dump Information

idk

Describe The Problem

Is it possible to only give items to bedrock/geyser players and ignore it for java?

Additional Context

No response

Checklist

  • I am running latest version of this resource.
  • I have read the wiki to make sure it's not an issue with configuration.
  • I ticked all of these boxes without actually reading them.
  • I have checked that my help request is unique and another request does not exist.
  • I acknowledge this is not a bug report and is instead a help request.
commented

So I have zero experience with Geyser, upon some research, they do have an API and it appears that you should be able to identify bedrock players.

I'll look into this and see if it's something I can implement, but at the moment ItemJoin has ZERO support for bedrock players. ItemJoin runs on Java, Bedrock runs on C++ therefore two very different languages. GeyserMC just happens to be a semi-functional solution to bridge Bedrock players to Java. So Java plugins will simply think Bedrock players are actually Java players and threat them as such.

This will likely take a bit to implement but I will work on it and update you here.

commented