Cannot upload skins
friishon opened this issue ยท 25 comments
when i try to upload a skin with the commands /skinupload http://imgur.com/a/oB9zT i have this error
"An internal error ocurred while attempting to perform this command"
and i can't wirte command skinname because i have and error on my console
skin select don't work
thanks about the plugin
yes i'm using bungeecord and when i write /skin-upload http://imgur.com/a/08O51
nothing happends
when i write /skin-name or skinname i have the same error
Skin name isn't implemented/supported as you can see in the error.
The url isn't a raw image file. Please use the direct link.
https://i.imgur.com/Oc3hacu.png
/skin-upload https://i.imgur.com/Oc3hacu.png
don't work
:(
I don't see a message in BungeeCord that says that an account was authenticated. Do you specified an account in the bungee config of ChangeSkin?
One is enough. The rate-limit from mojang limits for one upload per minute per account.
Yes, but every time it will be reverted to your old skin. So basically:
- Download skin
- Change skin to the url specified one
- Download the new skin
- Change it back
this is my config
storage:
Single file SQLite database
#driver: org.sqlite.JDBC
# File location
#database: '{pluginDir}/ChangeSkin.db'
MySQL
driver: com.mysql.jdbc.Driver
host: 192.168.1.xx
port: 3306
database: ChangeSkin
username: user
password: password
Example:
upload-accounts:
- EMAIL:PASSWORD
- EMAIL:PASSWORD
upload-accounts:
[email protected]:password (minecraft password??)
that config??