Skip to content

handle player id correctly#2

Open
d4g33z wants to merge 1 commit into
jdeast:masterfrom
d4g33z:pr-request
Open

handle player id correctly#2
d4g33z wants to merge 1 commit into
jdeast:masterfrom
d4g33z:pr-request

Conversation

@d4g33z

@d4g33z d4g33z commented Sep 8, 2025

Copy link
Copy Markdown

FruitJuice communicates to with via the pyncraft API, a Minecraft API by Mojang in Python. The problem is that the pyncraft.minecraft.CmdPositioner methods send a integer ID which is not being used properly by FruitJuice. Instead of getting a player object by ID, it just always returns the first player that had logged on to the server. We need to fix the FruitJuice plugin so that it retrieves the correct player by ID before performing the requested methods on the player.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant