games647 / FastLogin

Checks if a minecraft player has a valid paid account. If so, they can skip offline authentication automatically. (premium auto login)
https://www.spigotmc.org/resources/fastlogin.14153
MIT License
494 stars 121 forks source link

An error was reported in PandaSpigot #1031

Closed postyizhan closed 1 year ago

postyizhan commented 1 year ago

What happened?

An error was reported in PandaSpigot

[13:56:04 ERROR]: Error occurred while enabling FastLogin v1.12-SNAPSHOT-7d7d91f (Is it up to date?) java.lang.NoSuchMethodError: 'void org.yaml.snakeyaml.representer.Representer.(org.yaml.snakeyaml.DumperOptions)' at fastlogin.config.YamlConfiguration$1$1.(YamlConfiguration.java:37) ~[?:?] at fastlogin.config.YamlConfiguration$1.initialValue(YamlConfiguration.java:36) ~[?:?] at fastlogin.config.YamlConfiguration$1.initialValue(YamlConfiguration.java:29) ~[?:?] at java.lang.ThreadLocal.setInitialValue(ThreadLocal.java:195) ~[?:?] at java.lang.ThreadLocal.get(ThreadLocal.java:172) ~[?:?] at fastlogin.config.YamlConfiguration.load(YamlConfiguration.java:112) ~[?:?] at fastlogin.config.YamlConfiguration.load(YamlConfiguration.java:105) ~[?:?] at com.github.games647.fastlogin.core.shared.FastLoginCore.loadFile(FastLoginCore.java:182) ~[?:?] at com.github.games647.fastlogin.core.shared.FastLoginCore.load(FastLoginCore.java:103) ~[?:?] at com.github.games647.fastlogin.bukkit.FastLoginBukkit.onEnable(FastLoginBukkit.java:92) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[patched_1.8.8.jar:git-PandaSpigot-104] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) ~[patched_1.8.8.jar:git-PandaSpigot-104] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:454) ~[patched_1.8.8.jar:git-PandaSpigot-104] at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:393) ~[patched_1.8.8.jar:git-PandaSpigot-104] at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:352) ~[patched_1.8.8.jar:git-PandaSpigot-104] at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:439) ~[patched_1.8.8.jar:git-PandaSpigot-104] at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:403) ~[patched_1.8.8.jar:git-PandaSpigot-104] at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:358) ~[patched_1.8.8.jar:git-PandaSpigot-104] at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:301) ~[patched_1.8.8.jar:git-PandaSpigot-104] at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:603) ~[patched_1.8.8.jar:git-PandaSpigot-104] at net.minecraft.server.v1_8_R3.MinecraftServer.lambda$spin$0(MinecraftServer.java:133) ~[patched_1.8.8.jar:git-PandaSpigot-104] at java.lang.Thread.run(Thread.java:833) [?:?]

Sorry, I didn't try the latest version because my mc version is 1.8.8, according to the post it needs to use 1.2

What did you expect?

No response

Steps to reproduce

No response

Plugin list

AdvancedBan, AuthMe, ChestCommands, Citizens, FastLogin, LuckPerms, NoBuildPlus, PlaceholderAPI, ProtocolLib , ServerUtils and TAB

Configuration file

No response

Server log

No response

Plugin version

v1.12-SNAPSHOT-7d7d91f

Platform

Spigot

Relevance

gPrac-gg commented 1 year ago

Also getting this issue.