Bungeecord / MySQL
Zed9K opened this issue · 13 comments
Hello,
i had SkinChange on my server for along time, but i was on Spigot, now i moved to a VPS, and i have a Bungeecord server, so i got some problems, like... the plugin commands doesn't work at all..
i want to make sure if i'm doing my Config right
my config file is same for all servers even Bungeecord
and thats my config file
config.zip
i told you more than 3 times... i don't get anything in the console
and im not ready to keep restarting my whole server and lose players :(
Please just post your bungee log. The proxy.log file. I want to see the debug code.
ill add it tonight, and ill turn on the server, and ill let you know what happen to it okay ?
okay done
i got the ChangeSkin Plugin on my Bungeecord and Lobby
and setup everything well
and got the same problem
those are the logs
( Bungeecord Logs => https://hastebin.com/jaxomibedo.xml )
( Lobby Logs =>https://hastebin.com/wiqorebubo.md )
java.lang.RuntimeException: Failed to load class of driverClassName [org.sqlite.JDBC] in either of HikariConfig class loader or Thread context classloader
Just like I assumed. There is an error. You have an invalid config. Please remove the SQLite part.
Dude ... look i did it
https://hastebin.com/iyoxotulak.php
i changed my real MySQL password to (MyPassword) Just because i don't like to share passwords
but in the Config file, its the Right one
Dude ... look i did it
I edited the comment. I guess it's either the indentation or the blank line. Please try to make the it directly under the parent key storage:
storage:
driver: com.mysql.jdbc.Driver
host: localhost
port: 3306
database: database
username: user
password: pass
Thanks <3
its working
But i have a question, do i have to add the Plugin to all servers or just bungeecord ?
because its working from Bungeecord only
what is the difference ??