Mineuniverse
Log in Register
Plugins

MySQL-Register Reloaded

MySQL-Register Reloaded
by _ForgeUser8831534
Download Claim this project
8,150 downloads
0 likes
Updated Jun 30, 2026
0 hypes
Admin Tools Website Administration

http://oi65.tinypic.com/xd8s4p.jpg

MySQL-Register Reloaded
MySQL-Register Reloaded is a remake of an outdated plugin named 'MySQL-Register', this plugin allows you to let your players register. You can do a lot with this information, as example you can create a login scrips with PHP for your website based on the information in the database. It's specialy made for premium servers, if you have suggestions for this project just tell it.

Please read this: Version 1.4B contains a custom writed Metrics that sends your server information to my website. It's not working yet, so I removed it in 1.4C. Thank you for reading.

Github Link: https://github.com/Shadow48402/MySQL-Register

# Commands #

/register <email> <password> <password>

# Permissions #

MysqlRegister.register

# Default config.yml #

Hash: MD5

# Default database.yml #

Host: localhost
Port: '3306'
Database: Database
Username: User
Password: Password
Options:
  table-name: users
  user-column: Username
  uuid-column: UUID
  email-column: Email
  password-column: Password

# Default message.yml #

WRONG_ARGUMENTS: '&c/register [Email] [Password] [Password Confirmation]'
ALREADY_REGISTERED: '&cYou are already registered!'
PASSWORDS_NOT_EQUAL: '&cThe two passwords supplied do not match!'
REGISTER_NOW: '&aRegister now an account for more features!'
REGISTER_SUCCESS: '&aRegistration successful!'
INVALID_EMAIL: '&cPlease enter a valid email!'
NO_PERMISSION: '&cYou are not allowed to do that!'

PHP Examples
I made some PHP examples to show you guys what you can create with this plugin, you also can use it to create one of your projects (user page) or something else like that. You can find the PHP examples here. Here a snippet of what you can find:

/*
*	Config Parts
*/
$_config['host']		=	'127.0.0.1';
$_config['username']		=	'Root';
$_config['password']		=	'Password';
$_config['database']		=	'Database';

try {
	$pdo = new PDO ('mysql:host=' . $_config['host'] . ';dbname=' . $_config['database'], $_config['username'], $_config['password']);
}
catch (PDOException $ex) {
	die ('Could not connect with the database!');
}
MySQL-Register V1.5
MC 1.8.1
Release 2016-01-17 Get
MySQL-Register V1.4B
MC 1.8
Release 2015-04-29 Get
MySQL-Register V1.4C
MC 1.8
Release 2015-04-29 Get
MySQL-Register V1.3
MC 1.8
Release 2015-04-24 Get
MySQL-Register V1.4
MC 1.8
Release 2015-04-24 Get
MySQL-Register V1.2
MC 1.8
Release 2015-04-23 Get
MySQL-Register V.1.0
MC 1.8.1, 1.8
Release 2015-04-22 Get
MySQL-Register V1.1
MC 1.8.1, 1.8
Release 2015-04-22 Get

More from _ForgeUser8831534

AdminArmor
8,633
TeamPvP
7,469
Superboots
5,240
JL-Messages
3,951
LomeusWarn
1,610
RedBull
11,437

You Might Also Like

AdBolt Advertising Network
Make money from your Minecraft server by running ads!
9,992
Mineload
Mineload
9,978
BeastTP
BeastTP v1.0 - Teleportation Made Easy! -[Permissions][1317]
9,966
RegionManager
generate regions with just one command!
9,950
TimeKeeper
Keep the Server-Playtime per Day
9,948
SimpleAdmin
simple way to ban/kick unwanted players from your server
9,945