edoren / SkinChanger

This mod allows you to change your Minecraft server skin on the fly even if it is in offline mode.
https://www.curseforge.com/minecraft/mc-mods/skinchanger
Other
10 stars 3 forks source link

command just doesn't work #38

Open V0idKing opened 4 months ago

V0idKing commented 4 months ago

command simply doesn't work, it appears as if the command doesn't exist telling you to type /help Captura de tela 2024-03-07 210509

edoren commented 6 days ago

Hello, please fill this information to have more context of the bug:

Describe the bug A clear and concise description of what the bug is.

Mod Loader

Version Info (Please complete the following information)

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Logs Add logs to help explain your problem. You can find them inside the logs folder of your Minecraft instance.

Screenshots If applicable, add screenshots to help explain your problem.

FrijoTico commented 6 days ago

Describe the bug i have the same problem basically says the command doesnt exist even though the mod is installed properly

Mod Loader Version Info (Please complete the following information)

Mod Loader: Forge 43.3.8 SkinChanger Version: 0.5.0 Minecraft Version: 1.19.2

To Reproduce inserting any of this mod commands

Logs Add logs to help explain your problem. You can find them inside the logs folder of your Minecraft instance.

Screenshots image

edoren commented 5 days ago

Hello!

To be able to modify others skin using the /skin player [NAME] set [URL] command you should be op on the server.

Also as note the URL is invalid, it should point to a PNG file not the page of the skin

FrijoTico commented 5 days ago

I’m op and also the urls are Valid , the the thing is that the command appears to not even exist on the game because when I begin typing it , the command always stays red and when entering says unknown or incomplete command

edoren commented 5 days ago

Try with this version and check if that fixes it for you: https://github.com/edoren/SkinChanger/releases/download/v0.5.2/skin_changer-0.5.2.jar

FrijoTico commented 5 days ago

still nothing also i checked the log and there is this error [net.minecraftforge.eventbus.EventSubclassTransformer/EVENTBUS]: Could not find parent com/google/gson/reflect/TypeToken for class me/edoren/skin_changer/server/SkinProviderController$1

edoren commented 4 days ago

If that error is still happening you should still have an old version, that code was removed for the one I provided https://github.com/edoren/SkinChanger/commit/77847f8d10b91b1eeee9d4e22a00f56ec5a8ea4a

edoren commented 4 days ago

It's possible that Arclight might introduce some Mixing incompatibilities, but I saw on the previous logs you provided that it was working before for other users, which leads me to believe it might be a permissions issue for the command or that is being hidden by some other mod.

Please provide some logs again, in this case the latest.log file that is inside the logs folder of the server.

edoren commented 4 days ago

Nvm, I found the issue, please try with this build: https://github.com/edoren/SkinChanger/releases/download/v0.5.3/skin_changer-1.19-0.5.3.jar