Alex (TuxCoding)

Results 357 comments of Alex (TuxCoding)

If you have a number as username for your database, format it like this 'Number'.

You have to let the plugin create the table. >I reinstall the plugin and In the driver parameters for database I put com.mysql.jdbc.Driver but Sponge doesn't include that driver. You...

>I don't understand ... You should only provide the database. The plugin will create a table on it's own if it doesn't exist. On first use that table shouldn't exist...

Is the Minecraft server running on the same host? If so, please use an internal IP address. Otherwise you have to configure your MySQL instance to allow external requests. Remember...

You could also just deactivate instant skin changes, but here you go: https://github.com/games647/ChangeSkin/blob/a0538740cdd140d0b3f49d8437253c077b6282b6/sponge/src/main/java/com/github/games647/changeskin/sponge/task/SkinApplier.java#L101-L107

If the MySQL server is on the same network, you shouldn't notice any lags. Furthermore all SQL queries are processed async. For player logins it registers an intent to delay...

Could I ask why and if you are on a shared hoster?

Then couldn't you run an MySQL instance on the BungeeCord server?

>Also the VPS only enough for one bungeecord instance. Because of disk space, cpu, memory?

If you run MySQL/MariaDB on the same host, it will use the loopback interface. It won't make any networking traffic.