Minecraft MongoAuth mod 2026 download
logo
minecraft mod MongoAuth

MongoAuth

Game Version: CB 1.4.7-R0.1
Total Downloads: 4,643
Updated: Jan 21, 2013
Created: Jan 12, 2013
Download MongoAuthDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
McMongoAuth 1.2 release 412.22 KB Jan 21, 2013 CB 1.4.7-R0.1 3,451 download MongoAuth McMongoAuth 1.2 releaseDownload
McMongoAuth 1.1 release 411.90 KB Jan 14, 2013 CB 1.4.6-R0.3 640 download MongoAuth McMongoAuth 1.1 releaseDownload
McMongoAuth 1.0 release 409.48 KB Jan 13, 2013 CB 1.4.6-R0.3 552 download MongoAuth McMongoAuth 1.0 releaseDownload

Description

Share this:

Simple authorisation plugin that uses MongoDB to store user's credentials.

WARNING: To use this, you have to have MongoDB server\daemon installed and running. Beware

[Features so far]
– Login in and out
– registering and unregistering
– permissions(Yay!)
– Admin commands (Although I find them a bit odd)
– password changing

[Planned features]
– None that I can think of.

Usage:
/register [password] – register yourself with chosen password
/login [password] – login using your password
/logout – logout
/changepass [old_password] [new_password] – change your password
/unregister [password] – unregister yourself

Permissions:
mongoauth.user – Allows usage of plugin(register, login, etc)
mongoauth.admin – Admin commands(unregister other player, change his password)

Config:
– db-name: name of the mongodb database to use with plugin.
– collection-name: name of the mongo collection to use with plugin.
– disable-whitelist: if set to true, people with no access can join the server and register themselves. If set to false, you will have to manualy add player to the database.

DB Scrutcure:
So far, there's only one collection used, with the followring document structure:
{ "playername": [players name in minecraft. Has to be lowercase, not UPPERCASE], "password": [sha256 – encrypted password(IT HAS to be sha256], "allowed": [true\false, used if whitelist is enabled] }

Notice: If you are running offline and encountered an error, try to reproduce it in online-mode. If the problem appears only in offline-mode… Well… you are on your own, champ! Nobody is going to help you. You might consider switching to online-mode.

Holy guacamole. I'm nearing 500 downloads on this plugin. Are people really using it?

GitHub

Comments

Add a comment