EranoLogin
Features :
This plugin prevents players from playing without registering to the system.
Players must be registered to the system in order to play the game.
The important information of the players on the server is hashed with the hash system included in the plugin.
BungeeCord Support !!
Commands :
/login <password>
/register <password> <password>
DB Configuration:
This plugin also depend on your database configuration.
Here some steps to follow how can you set up this plugin :
Step 1 : put jar file in plugins folder
Step 2 : restart your server
Step 3 : Configure your config.yml
Example of config.yml :
database:
host: "127.0.0.1"
port: "3306"
name: "your_db_name"
username: "user_name"
password: "user_password"
If you dont have db knowledge here how can you build it :
First thing to do download mysql server and workbench you will be set your root password here
after than u need to create a database in workbench which is named "your_db_name" in example
and copy and run the code below into your mysql workbench. This basically gives permission to plugin execute queries.
CREATE USER IF NOT EXISTS `user_name_exaple`@`%` IDENTIFIED WITH mysql_native_password BY 'password_example'; GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, REFERENCES, INDEX, ALTER, EXECUTE, CREATE VIEW,SHOW VIEW, CREATE ROUTINE, ALTER ROUTINE, EVENT, TRIGGER ON `database_name`.* TO `user_name_exaple`@`%`;
-
View User Profile
-
Send Message
Posted Jun 22, 2023please use latest versions they can work for 1.18-.1.20 servers.
-
View User Profile
-
Send Message
Posted Jun 21, 2023LobbyPlugin and LoginPlugin are same they are just diffrent names i have build.
-
View User Profile
-
Send Message
Posted Jun 19, 2023LobbyPlugin 4.0 will support local data storage system. it means you dont need to configure db stuff just download and enjoy.
-
View User Profile
-
Send Message
Posted Jun 19, 2023LobbyPlugin1.0 is not stable for multiple players. Use 2.0 it is support mutlitasking
-
View User Profile
-
Send Message
Posted Jun 18, 2023Enjoy !