-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
MaSuiteCore is bugged #17
Comments
A couple of issues here:
|
Ops wrong log I was doing some experiments with snap so ya, here is the log when i used the command |
[05:32:26] [main/INFO]: Booting up Velocity 3.0.0... The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. |
Oh and I only have luckperms (on velocity), masuite and snap of course. |
Also great work with snap, It's a great idea. |
Your MySQL setup is broken, please fix that first. |
I'm using apex Minecraft hosting and its MYSQL. It also works on my paper servers on the same MYSQL. when I deleted the files on MYSQL for MaSuitecore it Still generated the files. also you only need the database on the Proxy if that's relevant. |
Oh and I'm using geyser and floodgate on my proxy. (on velocity not snap) |
I tried a new MYSQL database and it appears to have the exact same error. |
You'd have to test this on a different machine then that might not be impacted by bugs in your host's MySQL setup or talk to the support of your host regarding the MySQL connection aborts. |
I tried it on my Local Computer before I even posted on this so ya. The exact error appears and the weird part is that MaSuitecore still works and any other MYSQL plugin on Bungeecord. |
I double checked and bungee still works fine, then I checked on my local pc and i found out that it still works on bungee. then I checked on velocity and it doesn't work at all sadly so ya. I really don't have any clue why. |
This could possibly be related to #17
Can you test the latest build and see if something changed? |
Oh wow, I think I just noticed the issue here: The MaSuiteCore plugin is just badly made at the part where it loads the config. It uses a hardcoded config folder path instead of the Simply configuring the plugin in that wrongly created folder in the velocity plugins folder seems to work but is obviously not ideal. They should fix their plugin to use the actual API method. (Under Spigot this would even break if the plugins folder is changed, something that BungeeCord does not yet support though) |
1.17.1 Used Version
I'm using MaSuitecore and it's addon's. This plugin allows you to teleport from server to server and bring or send players to you or places pretty much a network tp. It seems I keep getting a problem? I can't use any command except /spawn and it dose nothing. I have the plugin installed on my paper servers too but this did work for me on bungeecord as a few tests
the plugin page can be found here on spigot ------> https://www.spigotmc.org/resources/masuitecore-1-8-1-16.60037/
this page also leads to its addons which is required, its hard to explain.
That plugin dose work on bungeecord I can confirm for the latest version 1.17.1
I would happily give my config but it has multiple. so I don't know what to give.
I do Appreciate any help that can be given.
and last of all my logs.
[23:04:51] [main/INFO]: Booting up Velocity 3.0.0...
[23:04:51] [main/INFO]: Loading localizations...
[23:04:51] [main/INFO]: Connections will use epoll channels, libdeflate (Linux x86_64) compression, OpenSSL 1.0.x (Linux x86_64) ciphers
[23:04:51] [main/INFO]: Loading plugins...
[23:04:51] [main/ERROR]: Unable to load plugin plugins/PremiumVanish.jar
com.velocitypowered.api.plugin.InvalidPluginException: The plugin file PremiumVanish.jar appears to be a Bukkit or BungeeCord plugin. Velocity does not support Bukkit or BungeeCord plugins.
at com.velocitypowered.proxy.plugin.loader.java.JavaPluginLoader.getSerializedPluginInfo(JavaPluginLoader.java:151) ~[customproxy.jar:3.0.0]
at com.velocitypowered.proxy.plugin.loader.java.JavaPluginLoader.loadPluginDescription(JavaPluginLoader.java:61) ~[customproxy.jar:3.0.0]
at com.velocitypowered.proxy.plugin.VelocityPluginManager.loadPlugins(VelocityPluginManager.java:93) ~[customproxy.jar:3.0.0]
at com.velocitypowered.proxy.VelocityServer.loadPlugins(VelocityServer.java:325) ~[customproxy.jar:3.0.0]
at com.velocitypowered.proxy.VelocityServer.start(VelocityServer.java:223) ~[customproxy.jar:3.0.0]
at com.velocitypowered.proxy.Velocity.main(Velocity.java:64) ~[customproxy.jar:3.0.0]
[23:04:51] [main/INFO]: Took 146ms to boot Floodgate
[23:04:51] [main/INFO]: Loaded plugin floodgate 2.0-SNAPSHOT by GeyserMC
[23:04:51] [main/INFO]: Loaded plugin geyser 1.4.1-SNAPSHOT (git-master-f7ef902) by GeyserMC
[23:04:51] [main/INFO]: Loaded plugin luckperms 5.3.51 by Luck
[23:04:51] [main/INFO]: Loaded plugin snap 1.0-SNAPSHOT (build 17) by Phoenix616
[23:04:51] [main/INFO]: Loaded 4 plugins
[23:04:52] [Velocity Async Event Executor - #0/INFO]: __
[23:04:52] [Velocity Async Event Executor - #0/INFO]: | |) LuckPerms v5.3.51
[23:04:52] [Velocity Async Event Executor - #0/INFO]: |_ | Running on Velocity - Velocity
[23:04:52] [Velocity Async Event Executor - #0/INFO]:
[23:04:52] [Velocity Async Event Executor - #0/INFO]: Loading configuration...
[23:04:52] [Velocity Async Event Executor - #0/INFO]: Loading storage provider... [MYSQL]
[23:04:52] [Velocity Async Event Executor - #0/INFO]: luckperms-hikari - Starting...
[23:04:52] [Velocity Async Event Executor - #0/INFO]: luckperms-hikari - Start completed.
[23:04:52] [Velocity Async Event Executor - #0/INFO]: Loading messaging service... [SQL]
[23:04:52] [Velocity Async Event Executor - #0/INFO]: Loading internal permission managers...
[23:04:52] [Velocity Async Event Executor - #0/INFO]: Performing initial data load...
[23:04:52] [Velocity Async Event Executor - #0/INFO]: Successfully enabled. (took 980ms)
[23:04:52] [Velocity Async Event Executor - #0/WARN]: The server channel initializer has been replaced by java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[23:04:52] [Velocity Async Event Executor - #0/WARN]: The backend channel initializer has been replaced by java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[23:04:53] [Velocity Async Event Executor - #0/INFO]: Auto-loaded Floodgate key
[23:04:53] [Velocity Async Event Executor - #0/INFO]: ******************************************
[23:04:53] [Velocity Async Event Executor - #0/INFO]:
[23:04:53] [Velocity Async Event Executor - #0/INFO]: Loading Geyser version 1.4.1-SNAPSHOT (git-master-f7ef902)
[23:04:53] [Velocity Async Event Executor - #0/INFO]:
[23:04:53] [Velocity Async Event Executor - #0/INFO]: ******************************************
[23:04:57] [Velocity Async Event Executor - #0/INFO]: Loaded Floodgate key!
[23:04:57] [Velocity Async Event Executor - #0/INFO]: Started Geyser on 0.0.0.0:25588
[23:04:57] [Velocity Async Event Executor - #0/INFO]: Done (4.46s)! Run /geyser help for help!
[23:04:57] [Velocity Async Event Executor - #0/INFO]: Loaded snap.conf
[23:04:57] [Velocity Async Event Executor - #0/WARN]: Error enabling plugin LuckPerms
java.lang.reflect.InvocationTargetException: null
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:?]
at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
at java.lang.reflect.Constructor.newInstance(Constructor.java:490) ~[?:?]
at net.md_5.bungee.api.plugin.PluginManager.enablePlugin(PluginManager.java:382) ~[?:?]
at net.md_5.bungee.api.plugin.PluginManager.loadPlugins(PluginManager.java:285) ~[?:?]
at de.themoep.snap.SnapBungeeAdapter.loadPlugins(SnapBungeeAdapter.java:120) ~[?:?]
at de.themoep.snap.Snap.onProxyInitialization(Snap.java:63) ~[?:?]
at de.themoep.snap.Lmbda$6.execute(Unknown Source) ~[?:?]
at com.velocitypowered.proxy.event.UntargetedEventHandler$VoidHandler.lambda$buildHandler$0(UntargetedEventHandler.java:47) ~[customproxy.jar:3.0.0]
at com.velocitypowered.proxy.event.VelocityEventManager.fire(VelocityEventManager.java:587) ~[customproxy.jar:3.0.0]
at com.velocitypowered.proxy.event.VelocityEventManager.lambda$fire$6(VelocityEventManager.java:468) ~[customproxy.jar:3.0.0]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[?:?]
at java.lang.Thread.run(Thread.java:829) [?:?]
Caused by: me.lucko.luckperms.common.loader.LoadingException: Unable to create bootstrap plugin instance
at me.lucko.luckperms.common.loader.JarInJarClassLoader.instantiatePlugin(JarInJarClassLoader.java:110) ~[?:?]
at me.lucko.luckperms.bungee.loader.BungeeLoaderPlugin.(BungeeLoaderPlugin.java:41) ~[?:?]
... 15 more
Caused by: java.lang.reflect.InvocationTargetException
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:?]
at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
at java.lang.reflect.Constructor.newInstance(Constructor.java:490) ~[?:?]
at me.lucko.luckperms.common.loader.JarInJarClassLoader.instantiatePlugin(JarInJarClassLoader.java:108) ~[?:?]
at me.lucko.luckperms.bungee.loader.BungeeLoaderPlugin.(BungeeLoaderPlugin.java:41) ~[?:?]
... 15 more
Caused by: java.lang.NoClassDefFoundError: me/lucko/luckperms/common/loader/JarInJarClassLoader
at me.lucko.luckperms.common.plugin.classpath.JarInJarClassPathAppender.(JarInJarClassPathAppender.java:38) ~[?:?]
at me.lucko.luckperms.bungee.LPBungeeBootstrap.(LPBungeeBootstrap.java:98) ~[?:?]
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:?]
at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
at java.lang.reflect.Constructor.newInstance(Constructor.java:490) ~[?:?]
at me.lucko.luckperms.common.loader.JarInJarClassLoader.instantiatePlugin(JarInJarClassLoader.java:108) ~[?:?]
at me.lucko.luckperms.bungee.loader.BungeeLoaderPlugin.(BungeeLoaderPlugin.java:41) ~[?:?]
... 15 more
Caused by: java.lang.ClassNotFoundException: me.lucko.luckperms.common.loader.JarInJarClassLoader
at com.velocitypowered.proxy.plugin.PluginClassLoader.loadClass0(PluginClassLoader.java:83) ~[customproxy.jar:3.0.0]
at com.velocitypowered.proxy.plugin.PluginClassLoader.loadClass(PluginClassLoader.java:60) ~[customproxy.jar:3.0.0]
at java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[?:?]
at me.lucko.luckperms.common.plugin.classpath.JarInJarClassPathAppender.(JarInJarClassPathAppender.java:38) ~[?:?]
at me.lucko.luckperms.bungee.LPBungeeBootstrap.(LPBungeeBootstrap.java:98) ~[?:?]
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:?]
at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
at java.lang.reflect.Constructor.newInstance(Constructor.java:490) ~[?:?]
at me.lucko.luckperms.common.loader.JarInJarClassLoader.instantiatePlugin(JarInJarClassLoader.java:108) ~[?:?]
at me.lucko.luckperms.bungee.loader.BungeeLoaderPlugin.(BungeeLoaderPlugin.java:41) ~[?:?]
... 15 more
[23:04:57] [Velocity Async Event Executor - #0/INFO]: Loaded plugin MaSuiteCore version 2.0.1-SNAPSHOT by Masagameplay
[23:04:57] [Velocity Async Event Executor - #0/INFO]: Loaded plugin MaSuitePortals version 2.0.1 by Masagameplay
[23:04:57] [Velocity Async Event Executor - #0/INFO]: Loaded plugin MaSuiteChat version 2.0.0 by Masagameplay
[23:04:57] [Velocity Async Event Executor - #0/INFO]: Loaded plugin MaSuiteTeleports version 2.0.0 by Masagameplay
[23:04:57] [Velocity Async Event Executor - #0/INFO]: Loaded plugin MaSuiteHomes version 2.0.3 by Masagameplay
[23:04:57] [Velocity Async Event Executor - #0/INFO]: creating table 'masuite_players'
[23:04:58] [Velocity Async Event Executor - #0/INFO]: executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS
masuite_players
(uuid
VARCHAR(48) ,username
VARCHAR(255) ,nickname
VARCHAR(255) ,firstLogin
BIGINT ,lastLogin
BIGINT , PRIMARY KEY (uuid
) ) ENGINE=InnoDB[23:04:58] [Velocity Async Event Executor - #0/INFO]: Enabled plugin MaSuiteCore version 2.0.1-SNAPSHOT by Masagameplay
[23:04:58] [Velocity Async Event Executor - #0/INFO]: creating table 'masuite_portals'
[23:04:58] [Velocity Async Event Executor - #0/INFO]: executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS
masuite_portals
(id
INTEGER AUTO_INCREMENT ,name
VARCHAR(255) NOT NULL ,type
VARCHAR(255) NOT NULL ,destination
VARCHAR(255) NOT NULL ,fillType
VARCHAR(255) NOT NULL ,server
VARCHAR(255) ,world
VARCHAR(255) ,minX
DOUBLE PRECISION ,minY
DOUBLE PRECISION ,minZ
DOUBLE PRECISION ,maxX
DOUBLE PRECISION ,maxY
DOUBLE PRECISION ,maxZ
DOUBLE PRECISION , UNIQUE (name
), PRIMARY KEY (id
) ) ENGINE=InnoDB[23:04:58] [Velocity Async Event Executor - #0/INFO]: Enabled plugin MaSuitePortals version 2.0.1 by Masagameplay
[23:04:58] [Velocity Async Event Executor - #0/INFO]: creating table 'masuite_mail'
[23:04:58] [Velocity Async Event Executor - #0/INFO]: executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS
masuite_mail
(id
INTEGER AUTO_INCREMENT ,sender
VARCHAR(48) ,receiver
VARCHAR(48) ,message
VARCHAR(255) ,seen
TINYINT(1) ,timestamp
BIGINT , PRIMARY KEY (id
) ) ENGINE=InnoDB[23:04:58] [Velocity Async Event Executor - #0/INFO]: Enabled plugin MaSuiteChat version 2.0.0 by Masagameplay
[23:04:58] [Velocity Async Event Executor - #0/INFO]: creating table 'masuite_spawns'
[23:04:58] [Velocity Async Event Executor - #0/INFO]: executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS
masuite_spawns
(id
INTEGER AUTO_INCREMENT ,server
VARCHAR(255) ,world
VARCHAR(255) ,x
DOUBLE PRECISION ,y
DOUBLE PRECISION ,z
DOUBLE PRECISION ,yaw
FLOAT ,pitch
FLOAT ,type
smallint , PRIMARY KEY (id
) ) ENGINE=InnoDB[23:04:58] [Velocity Async Event Executor - #0/INFO]: Enabled plugin MaSuiteTeleports version 2.0.0 by Masagameplay
[23:04:58] [Velocity Async Event Executor - #0/INFO]: creating table 'masuite_homes'
[23:04:58] [Velocity Async Event Executor - #0/INFO]: executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS
masuite_homes
(id
INTEGER AUTO_INCREMENT ,name
VARCHAR(255) ,owner
VARCHAR(48) ,server
VARCHAR(255) ,world
VARCHAR(255) ,x
DOUBLE PRECISION ,y
DOUBLE PRECISION ,z
DOUBLE PRECISION ,yaw
FLOAT ,pitch
FLOAT , PRIMARY KEY (id
) ) ENGINE=InnoDB[23:04:58] [Velocity Async Event Executor - #0/INFO]: Enabled plugin MaSuiteHomes version 2.0.3 by Masagameplay
[23:04:58] [Velocity Async Event Executor - #0/INFO]: Loaded 5 plugins!
[23:04:58] [Netty epoll Boss #0/INFO]: Listening on /51.222.244.15:25588
[23:04:58] [Netty epoll Worker #3/INFO]: Listening for GS4 query on /51.222.244.15:25577
[23:04:58] [main/INFO]: Done (7.2s)!
[23:05:14] [main/INFO]: This command does not exist.
[23:05:23] [main/INFO]: This command does not exist.
[23:05:35] [main/INFO]: This command does not exist.
[23:08:03] [Velocity Async Event Executor - #5/INFO]: 0 players are currently connected to the proxy.
[23:08:03] [Velocity Async Event Executor - #5/INFO]: To view all players on servers, use /glist all.
[23:10:21] [main/INFO]: This command does not exist.
[23:10:21] [Thread-7/INFO]: Shutting down the proxy...
[23:10:21] [Thread-7/INFO]: Closing endpoint /51.222.244.15:25577
[23:10:21] [Thread-7/INFO]: Closing endpoint /51.222.244.15:25588
[23:10:21] [Velocity Async Event Executor - #8/INFO]: Shutting down Geyser.
[23:10:21] [Velocity Async Event Executor - #8/INFO]: Geyser shutdown successfully.
[23:10:21] [Velocity Async Event Executor - #8/INFO]: Starting shutdown process...
[23:10:21] [Velocity Async Event Executor - #8/INFO]: Closing messaging service...
[23:10:21] [Velocity Async Event Executor - #8/INFO]: Closing storage...
[23:10:21] [Velocity Async Event Executor - #8/INFO]: luckperms-hikari - Shutdown initiated...
[23:10:21] [Velocity Async Event Executor - #8/INFO]: luckperms-hikari - Shutdown completed.
[23:10:21] [Velocity Async Event Executor - #8/INFO]: Goodbye!
The text was updated successfully, but these errors were encountered: