Closed serumanooo closed 1 year ago
also take a look at this part: Caused by: java.lang.NullPointerException at rip.diamond.practice.party.Party.getByPlayer(Party.java:38) ~[?:?] at rip.diamond.practice.party.PartyListener.onQuit(PartyListener.java:37) ~[?:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_312] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_312] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_312] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_312] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:297) ~[WindSpigot-2.1.2.jar:] ... 29 more
a friend was taking a look at the logs and he said this part might be important
also take a look at this part: Caused by: java.lang.NullPointerException at rip.diamond.practice.party.Party.getByPlayer(Party.java:38) ~[?:?] at rip.diamond.practice.party.PartyListener.onQuit(PartyListener.java:37) ~[?:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_312] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_312] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_312] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_312] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:297) ~[WindSpigot-2.1.2.jar:] ... 29 more
a friend was taking a look at the logs and he said this part might be important
It is not important. But you can use this first if you don't want this happen again
ive found a weird issue at my server, a nametag of a player was going from green to orange, like this: https://youtu.be/OmP1VBtzpmw
and we found how to do this glitch, it happens when the player try to log in too fast here is my logs 2023-07-17-4.log go from line 700 to line 845+
i think it can be eden related because of this: [14:44:12] [Server thread/ERROR]: Could not pass event PlayerQuitEvent to Eden v1.1.25-BETA-79af067
also this can be the cause of the error at line 845+ its a very annoying error because it crashes my server
let me know if it is eden's fault and if it can be fixed (im using windspigot)
Look at line 855. A plugin which is obfuscated by the author of the plugin (Looks like a auth plugin called login? Idk) is the main problem. You have to contact the plugin developer so I can know what exactly happened on the line of the code.
The error looks like something which related to inventory.
About the nametag, do you have any extra tablist/nametag plugin? Looks like something is modifying the nametag.
ive found a weird issue at my server, a nametag of a player was going from green to orange, like this: https://youtu.be/OmP1VBtzpmw and we found how to do this glitch, it happens when the player try to log in too fast here is my logs 2023-07-17-4.log go from line 700 to line 845+ i think it can be eden related because of this: [14:44:12] [Server thread/ERROR]: Could not pass event PlayerQuitEvent to Eden v1.1.25-BETA-79af067 also this can be the cause of the error at line 845+ its a very annoying error because it crashes my server let me know if it is eden's fault and if it can be fixed (im using windspigot)
Look at line 855. A plugin which is obfuscated by the author of the plugin (Looks like a auth plugin called login? Idk) is the main problem. You have to contact the plugin developer so I can know what exactly happened on the line of the code.
The error looks like something which related to inventory.
About the nametag, do you have any extra tablist/nametag plugin? Looks like something is modifying the nametag.
ok ill talk with them and what do you mean by related to inventory? yes im using leaftags, but this should have no incompatibility considering im using leaftags placeholder at eden
and it just happens when the server tries to block a player from joining too fast
im also using leafscore for the tablist but this does not change the players prefix, leaftags does also leaftags nickname and display-name are both disabled so it does not change the player prefix
also take a look at this part: Caused by: java.lang.NullPointerException at rip.diamond.practice.party.Party.getByPlayer(Party.java:38) ~[?:?] at rip.diamond.practice.party.PartyListener.onQuit(PartyListener.java:37) ~[?:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_312] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_312] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_312] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_312] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:297) ~[WindSpigot-2.1.2.jar:] ... 29 more a friend was taking a look at the logs and he said this part might be important
It is not important. But you can use this first if you don't want this happen again
ok ill try it
Look at line 855. A plugin which is obfuscated by the author of the plugin (Looks like a auth plugin called login? Idk) is the main problem. You have to contact the plugin developer so I can know what exactly happened on the line of the code. The error looks like something which related to inventory. About the nametag, do you have any extra tablist/nametag plugin? Looks like something is modifying the nametag.
@GoodestEnglish i spoke with the nlogin creator and they said they are going to fix this problem, and now i know what do you mean by this being related to the inventory they told me to disable that option:
tysm for the help, this error is so annoying and i didnt know what was the cause of it and about the player nickname changing colors at tablist, ill just add a antibot plugin so the player cant join too fast (i dont actually know if this is going to work)
Look at line 855. A plugin which is obfuscated by the author of the plugin (Looks like a auth plugin called login? Idk) is the main problem. You have to contact the plugin developer so I can know what exactly happened on the line of the code. The error looks like something which related to inventory. About the nametag, do you have any extra tablist/nametag plugin? Looks like something is modifying the nametag.
@GoodestEnglish i spoke with the nlogin creator and they said they are going to fix this problem, and now i know what do you mean by this being related to the inventory they told me to disable that option:
tysm for the help, this error is so annoying and i didnt know what was the cause of it and about the player nickname changing colors at tablist, ill just add a antibot plugin so the player cant join too fast (i dont actually know if this is going to work)
From the error you've sent. I can only say it is related to inventory. The main cause is from the nlogin plugin and because of the plugin is obfuscated, I have no idea.
Look at line 855. A plugin which is obfuscated by the author of the plugin (Looks like a auth plugin called login? Idk) is the main problem. You have to contact the plugin developer so I can know what exactly happened on the line of the code. The error looks like something which related to inventory. About the nametag, do you have any extra tablist/nametag plugin? Looks like something is modifying the nametag.
@GoodestEnglish i spoke with the nlogin creator and they said they are going to fix this problem, and now i know what do you mean by this being related to the inventory they told me to disable that option: tysm for the help, this error is so annoying and i didnt know what was the cause of it and about the player nickname changing colors at tablist, ill just add a antibot plugin so the player cant join too fast (i dont actually know if this is going to work)
From the error you've sent. I can only say it is related to inventory. The main cause is from the nlogin plugin and because of the plugin is obfuscated, I have no idea.
they said they are going to fix this, so i dont think i need to worry about it
ive found a weird issue at my server, a nametag of a player was going from green to orange, like this: https://youtu.be/OmP1VBtzpmw
and we found how to do this glitch, it happens when the player try to log in too fast here is my logs 2023-07-17-4.log go from line 700 to line 845+
i think it can be eden related because of this: [14:44:12] [Server thread/ERROR]: Could not pass event PlayerQuitEvent to Eden v1.1.25-BETA-79af067
also this can be the cause of the error at line 845+ its a very annoying error because it crashes my server
let me know if it is eden's fault and if it can be fixed (im using windspigot)