Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin who works with skins #236

Open
Kyumar opened this issue Nov 12, 2021 · 0 comments
Open

Plugin who works with skins #236

Kyumar opened this issue Nov 12, 2021 · 0 comments
Labels
question Issuer has a question about this project

Comments

@Kyumar
Copy link

Kyumar commented Nov 12, 2021

Hi, I think I have a problem with ChangeSkin, I would like to first explain the system I use:

I developed a "wardrobe" plugin, in other words, when a player applies a dress, he stacks a file that would be skin + dress and puts it in a MineSkin account, consequently I send a plugin message to bungee with its encoded value and signature of the skin and then I update the skin, from a pl bungee that listens to the message, through the ChangeSkin API, then the data is saved in a db and from here there is no need to make requests to MineSkin since I have the data that I need on a db. The problem arises when 2 players apply a dress for the first time at the same time. The skin + dress is applied to player number 2 (with the skin of player number 1), when he removes the dress automatically he applies it to player number 1. could it be a ChangeSkin problem?

@Kyumar Kyumar added the question Issuer has a question about this project label Nov 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Issuer has a question about this project
Projects
None yet
Development

No branches or pull requests

1 participant