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

Fastlogin dosn't seem to work with mysql ( MC paper 1.20.1 and 1.12-SNAPSHOT ) #1092

Closed VladFilen closed 1 year ago

VladFilen commented 1 year ago

What happened?

I'm using both FastLoginBukkit.jar and FastLoginBungee.jar Every time I do the /fastlogin command it returns an eternal error I'm using MariaDB My server in the offline mode

What did you expect?

No response

Steps to reproduce

No response

Plugin list

ActionbarCoords, AuthMe, BetterItemFrames, BetterKeepInventory, Brewery, ColoredSigns, CoreProtect, DeathCoords, DiscordSRV, EmeraldBank ,Essentials, EssentialsSpawn, FarmAssistReboot, FastLogin, floodgate, Geyser-Spigot, GrimAC, HotbarRefill, ImageFrame, *isSlimeChunk ,LuckPerms, LWC, MoreMobHeads, NoCropTrample, PlaceholderAPI, ProtocolLib, Shopkeepers, SkinsRestorer, Towny, TownyChat ,UberEnchant, Vault, ViaBackwards, ViaVersion, WorldEdit, WorldGuard

Configuration file

https://hastebin.com/share/atiliwokas.yaml

Server log

https://hastebin.com/share/wayicetano.php

Plugin version

1.12-SNAPSHOT-d76690d

Platform

Spigot

Relevance

games647 commented 1 year ago

Please use mysql driver in Spigot. The mariadb driver is currently not shipped with the Bukkit version of the plugin.

VladFilen commented 1 year ago

Thank you, it's fixed