Hello, in this update i fixed some bugs detected and reported for some users
On the next update will be added the admin commands
- Fixed a bug where says "you are already connected on this server"
- Fixed a config reader mistake where the Server.LobbyServer was using like an auth server
- Fixed a bug where sometimes you get 2 o 3 "logged message".
! remember to rate the update/plugin pleaze :*
THIS UPDATE REQUIRES YOU TO ADD THINGS TO YOUR CONFIG FILES! (IF YOU DIDNT DO SO IN THE LAST UPDATE)
This update contains the following changes:
- Fixed spigot plugin having issues with mysql and throwing an error randomly.
- Added a debug message which will help me find what is wrong with users not being able to login after a while. (When you have the issue please immediately send me the console log)
- Debug messages have been added and will only be temporarily until we can finally solve the issue with logins being blocked
MYSQL ERROR:
- Fixed weird bug where players cannot move (THIS USES PLUGIN MESSAGING, IF PLAYERS STILL CANNOT MOVE MAKE SURE YOU CHECK YOUR FIREWALL)
- THEORETICALLY fixed lobby null pointer issues, please private message me if it persists with A FULL console log.
- Fixed Users capable of logging in with spaces in their name.
- Fixed: IF you are still getting this error read the section below
- BETTER MYSQL CONNECTIONS AND TABLE MANAGEMENT
- NEW DYNAMICSPIGOTAUTH ->REINSTALL THE PLUGIN ON YOUR SPIGOT SERVERS!
READ THE SPOILER TO SPEED UP YOUR MYSQL- BETTER START UP PROCEDURES
- EXCEPTION HANDLING
- CODE CLEAN UP
- NEW FEATURE: ADD AS MANY ALIASES TO COMMANDS AS YOU WANT FOR REGISTER AND LOGIN ADD THIS TO YOUR CONFIG TO ADD FEATURE
- Cracked users can now save their accounts without loosing their items due to premium players. You will require to add this to your config in order to enable.
SaveAccount Commands:
/saveaccount -> Permission auth.saveaccount
/unsaveaccount -> Permission auth.saveaccount- READ UPDATES LIST!
- Fixed failed session login error after X logins, requiring bungeecord restart to fix
- FIXED USERS BEING ABLE TO LOGIN WITH $ SYMBOL
- Only 1 MySQL Connection instead of 3-4 (This should increase performance)
- Added minimum password length (Repaired strange length issue)
- Added changepw alias /changepassword
- Saved Cracked account system -> add a cracked player name /authadmin setcracked <player> these accounts will be permanently set as cracked, that way premium players cannot steal their names
- Null pointer patches (LobbyServer, Spigot Spawn)
- MySQL code improvements (Connection pool re-programmed / better ASYNC )
You can either recreate the database or change the password row length by running this command on your MySQL database
ALTER TABLE <table_name> MODIFY <col_name> VARCHAR(500);
<table_name> -> PlayerData
<col_name> -> Password
Notice save Cracked account system, can be used on a bungeecord buycraft, which means cracked users can pay like $1 to have their account permanently saved (Requested feature)
ALL FEATURES THAT HAVE BEEN REQUESTED HAVE BEEN REMOVED, WE ARE WORKING ON REPROGRAMMING THE PLUGIN, IF YOU REALLY NEED A FEATURE THAT WAS ON THIS LIST PLEASE PRIVATE MESSAGE US WITH THE FEATURE(PLEASE READ NOTICE ON PLUGIN HOME PAGE)
Todo:
- Captcha (Working on utils)
- Whitelist system (Requested)
- Lobby balancing fixes
Please report bugs, many might go unnoticed, Thank you
Posting a bad review about this version having bugs(without reporting the issue first) will immediately suspend any support from any DBA developer (Permanently).
THIS UPDATE WAS PUSHED QUICKLY
Report bug: Click me
THIS UPDATE REQUIRES YOU TO ADD THINGS TO YOUR CONFIG FILES! (IF YOU DIDNT DO SO IN THE LAST UPDATE)
This update contains the following changes:
MYSQL ERROR:
- Fixed weird bug where players cannot move (THIS USES PLUGIN MESSAGING, IF PLAYERS STILL CANNOT MOVE MAKE SURE YOU CHECK YOUR FIREWALL)
- THEORETICALLY fixed lobby null pointer issues, please private message me if it persists with A FULL console log.
- Fixed Users capable of logging in with spaces in their name.
- Fixed: IF you are still getting this error read the section below
- BETTER MYSQL CONNECTIONS AND TABLE MANAGEMENT
- NEW DYNAMICSPIGOTAUTH ->REINSTALL THE PLUGIN ON YOUR SPIGOT SERVERS!
READ THE SPOILER TO SPEED UP YOUR MYSQL- BETTER START UP PROCEDURES
- EXCEPTION HANDLING
- CODE CLEAN UP
- NEW FEATURE: ADD AS MANY ALIASES TO COMMANDS AS YOU WANT FOR REGISTER AND LOGIN ADD THIS TO YOUR CONFIG TO ADD FEATURE
- Cracked users can now save their accounts without loosing their items due to premium players. You will require to add this to your config in order to enable.
SaveAccount Commands:
/saveaccount -> Permission auth.saveaccount
/unsaveaccount -> Permission auth.saveaccount- READ UPDATES LIST!
- Fixed failed session login error after X logins, requiring bungeecord restart to fix
- FIXED USERS BEING ABLE TO LOGIN WITH $ SYMBOL
- Only 1 MySQL Connection instead of 3-4 (This should increase performance)
- Added minimum password length (Repaired strange length issue)
- Added changepw alias /changepassword
- Saved Cracked account system -> add a cracked player name /authadmin setcracked <player> these accounts will be permanently set as cracked, that way premium players cannot steal their names
- Null pointer patches (LobbyServer, Spigot Spawn)
- MySQL code improvements (Connection pool re-programmed / better ASYNC )
You can either recreate the database or change the password row length by running this command on your MySQL database
ALTER TABLE <table_name> MODIFY <col_name> VARCHAR(500);
<table_name> -> PlayerData
<col_name> -> Password
Notice save Cracked account system, can be used on a bungeecord buycraft, which means cracked users can pay like $1 to have their account permanently saved (Requested feature)
ALL FEATURES THAT HAVE BEEN REQUESTED HAVE BEEN REMOVED, WE ARE WORKING ON REPROGRAMMING THE PLUGIN, IF YOU REALLY NEED A FEATURE THAT WAS ON THIS LIST PLEASE PRIVATE MESSAGE US WITH THE FEATURE(PLEASE READ NOTICE ON PLUGIN HOME PAGE)
Todo:
- Captcha (Working on utils)
- Whitelist system (Requested)
- Lobby balancing fixes
Please report bugs, many might go unnoticed, Thank you
Posting a bad review about this version having bugs(without reporting the issue first) will immediately suspend any support from any DBA developer (Permanently).
THIS UPDATE WAS PUSHED QUICKLY
Report bug: Click me
THIS UPDATE REQUIRES YOU TO ADD THINGS TO YOUR CONFIG FILES! (IF YOU DIDNT DO SO IN THE LAST UPDATE)
This update contains the following changes:
- Fixed weird bug where players cannot move (THIS USES PLUGIN MESSAGING, IF PLAYERS STILL CANNOT MOVE MAKE SURE YOU CHECK YOUR FIREWALL)
- Fixed Users capable of logging in with spaces in their name.
- Fixed: IF you are still getting this error read the section...