GithubHelp home page GithubHelp logo

locklogin's Introduction

Hi ๐Ÿ‘‹ My name is KarmaDev

Java developer

I've been coding since I was 16 on 2018. During that period of time, I've learned - Java - Lua - C# - PHP And of course, web development. (HTML, CSS and JavaScript)

  • ๐ŸŒย  I'm based in Spain
  • โœ‰๏ธย  You can contact me at [email protected]
  • ๐Ÿš€ย  I'm currently working on LockLogin2
  • ๐Ÿง ย  I'm learning full-stack development
  • โšกย  Have you ever seen batman and me at the same time?

Skills

JavaJavaScriptPHPC#TypeScriptHTML5CSS3NodeJSMySQL

Socials

Badges

My GitHub Stats

KarmaDeb's GitHub stats

Top Languages

Top Repositories








Support Me

locklogin's People

Contributors

karmadeb avatar nickuc avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

nekdu64

locklogin's Issues

Duplicate login Message.

Spamming chat with repeated message /login capcha

Does this around 6 times, Pushing up the MOTD preventing players from seeing help options available to them.
image

MySql doesn't work

I use MySql for Azuriom.

I use latest plugin version from spigotmc.org.

Server version: YatopiaMC 1.16.5 build 42
JRE OpenJDK 11
System CentOs 8

It worked fine for 2 days, but then it stopped working. I reinstalled the plugin and now no mysql.yml is generated.

Error during server startup:

at java.lang.reflect.Constructor.newInstance(Constructor.java:490) ~[?:?]
at com.mysql.jdbc.Util.handleNewInstance(Util.java:403) ~[patched_1.16.5.jar:git-Yatopia-ver/1.16.5-42]
at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:385) ~[patched_1.16.5.jar:git-Yatopia-ver/1.16.5-42]
at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:323) ~[patched_1.16.5.jar:git-Yatopia-ver/1.16.5-42]
at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:138) ~[?:?]
at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:364) ~[?:?]
at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:206) ~[?:?]
at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:476) ~[?:?]
at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:561) ~[?:?]
at com.zaxxer.hikari.pool.HikariPool.(HikariPool.java:115) ~[?:?]
at com.zaxxer.hikari.HikariDataSource.(HikariDataSource.java:81) ~[?:?]
at ml.karmaconfigs.locklogin.sql.bukkit.Bucket.setup(Bucket.java:274) ~[?:?]
at ml.karmaconfigs.locklogin.sql.bukkit.Bucket.setOptions(Bucket.java:251) ~[?:?]
at ml.karmaconfigs.locklogin.sql.bukkit.Main.onEnable(Main.java:58) ~[?:?]
at ml.karmaconfigs.lockloginmodules.bukkit.AdvancedModuleLoader.inject(AdvancedModuleLoader.java:81) ~[?:?]
at ml.karmaconfigs.lockloginsystem.bukkit.Main.onEnable(Main.java:140) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.5.jar:git-Yatopia-ver/1.16.5-42]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.16.5.jar:git-Yatopia-ver/1.16.5-42]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.16.5.jar:git-Yatopia-ver/1.16.5-42]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:501) ~[patched_1.16.5.jar:git-Yatopia-ver/1.16.5-42]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:415) ~[patched_1.16.5.jar:git-Yatopia-ver/1.16.5-42]
at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:235) ~[patched_1.16.5.jar:git-Yatopia-ver/1.16.5-42]
at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:953) ~[patched_1.16.5.jar:git-Yatopia-ver/1.16.5-42]
at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:179) ~[patched_1.16.5.jar:git-Yatopia-ver/1.16.5-42]
at java.lang.Thread.run(Thread.java:834) [?:?]

I can't attach the error log when logging in to the server, but it was related to the inability to get the uuid, nickname and password of the player, as the plugin began to log in under the user localhost@root, which is not present, since MySQL is on another PC.

I think it stopped reading the MySQL connection config for some reason.

cannot disable captcha

Hi,

Can you help disabling captcha completely and have single factor auth and no captcha?
Server is Spigot/Paper no bugeecord.

I have in config:
....
Captcha:
Mode: 'COMPLEX'
TimeOut: 0
Length: 6
...
2FA: false
...

Tried available documentation but did not find up-to-date and relevant info on: https://github.com/KarmaConfigs/page

Thanks,

Update happens regardless config value

Hi,
I noticed that despite the config value shown below the plugin got updated.

In my config:

Updater:
Channel: 'RELEASE'
Check: false
CheckTime: 86400

In server log:
[ LockLogin ] INFO >> LockLogin will search for updates and will be updated automatically when no players are in server

I would expect Updater->Check: false disable auto updating

Thanks,

Clearing inventory

the plugin wiped everything i had in my inventory and in my enderchest, it would be nice to make it an option in the settings i guess...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.