CrazyLogin
Version 7.24
Its recommended to run your server in online mode!
Minecraft is a excellent game. If you want to play it, you should buy it, like every other game you play.
Description
Adds per player passwords to your server. This will increase your server's protection against griefers and account thiefs.
Keep these two things in mind:
- The protection is only as good as your passwords.
- The server is still less secure then a server in online mode.
- My plugin is not limited to offline mode servers,
therefore you can increase security for both server types (offline and online mode servers).
- My plugin is not limited to offline mode servers,
Features
- This plugin supports two modes. Maybe-Password and Password-Only
- Maybe-Password:
The user can create a password, if he wants to
(a password is required for ops/players with permission) - Password-Only:
The user has to create a password and login.
- Maybe-Password:
- Users who aren't logged in, cannot chat, build, fight, drop items, move, teleport.
- (Optional) Ability to hide/change Join/Quit-Messages, hide players who aren't logged in.
- Multiple password Encryption algorithms
- AuthMe, xAuth support
- Integrated Config, Flat, MySQL and SQLite-Database support.
- Integrated Logging support.
- Integrated CrazyPipes support.
- Session support
- Supports single sessions
- saveLogins (teleport to spawn until login).
- If you do not logout and autoLogout is disabled, you can rejoin from the same IP.
- Permission + option to disable ingame registration.
- forceSaveLogin option to hide the players current location until login
- this fixes the issues with AntiCheat being kicked for flying due to anti move protection.
- maxRegistrationsPerIP and maxOnlinesPerIP options
- Command usage is stricktly limited, when not logged in (whitelist).
- Possibility to block guest commands, chat and join.
- Warn players with permission, if some fails to login or execute a command if he isn't allowed to.
- (Optional) Kick players who don't register, don't login, fail to login, execute a command.
- (Optional) TempBan players who don't login or fail to login.
- Adminlogin and Tokenlogin commands available
- Command to logout automatically when leaving the server
- Command to expire passwords (force players to change their passwords)
- Filter- & Sortable Accountlist
- Playerinfo (Name, IP, Connection and more)
- Ability to delete inactive accounts.
- PluginAPI available
- Client AutoLogin Plugin available (can be blocked)
Requirements
- CrazyCore (Version 10.7.7 or later)
Related Plugins
- CrazyLoginAutoLogin (Client-Plugin)
- CrazyCaptcha (Captcha)
- CrazyLoginFilter (IP/Connection Access Filter)
- CrazyLoginRank (Join Ranking)
Configuration & Options
(with description of all available options)
Commands with their Permissions
Issues ?
CommandHelper
Have a look at this CommandHelper Extension
Factions
Factions uses a very special way to execute commands, which bypasses default command protection.
Use this plugin to fix that until Faction fixed that:
CrazyLogin_FactionProtection
Convert database
You can convert your database with /crazylogin mode database <Type>".
Especially on huge flat databases this may take very long.
You can use this tool to convert your flat database to a mysql import script.
CrazyLogin_Flat_2_MySQL
(Notice: This file has NOT been reviewed by any Bukkit staff!)
Just copy this jar to your accounts.db then execute this jar.
This will create an accounts.db.sql file.
Others ?
Create a ticket or post a message!
Metrics

(Generated by MCStats.org)
Languages
- en_GB (English)
- de_DE (German - Deutsch)
- bg_BG (Bulgarian - български, thanks to LocoFreak)
- el_GR (Greek - ελληνικά, thanks to razorrazor)
- es_AR (Spanish (Argentina) - argentino, thanks to LynnJordison)
- es_ES (Spanish - Español, thanks to Sirikon, vicente947)
- fi_FI (Finnish - Suomi, thanks to suomenlippis)
- fr_FR (French - Français, thanks to FireBurst699)
- it_IT (Italian - italiano, thanks to giuditta1974)
- kr_KR (Korean - 한국어, thanks to TABtech)
- lt_LT (Lithuanian - Lietuvos, thanks to donatass162)
- nl_NL (Dutch - Nederlands, thanks to blipman17, jekeke123)
- pl_PL (Polish - polski, thanks to MegaManNT)
- pt_BR (Portuguese (Brazil) - brasileiro, thanks to bchilelli)
- ro_RO (Romanian - Romana, thanks to Cozzmy13)
- ru_RU (Russian - русский, thanks to kilolife, SannyOK)
- zh_CN (Chinese - 简体中文, thanks to cdcp998, mindcat, Liouftgoo)
- zh_TW (Traditional Chinese - 繁體中文, thanks to Chanmo)
(Please post additional translations here, so i can share them to everybody!)
-
View User Profile
-
Send Message
Posted Aug 11, 2013Hi, i have two big problem :
1) Impossible to move again, i'm not op and "alwaysNeedPassword: false"
2) When i use MYSQL, no account saved in database, and when i try /login just after /register i'm disconnected to my serveur whit the message "account deleted"... WTF ?
Whit savetype "FLAT", no account problem, just impossible to move when i'm guest...
-
View User Profile
-
Send Message
Posted Aug 11, 2013@mormaii2
This is very complicated and unsave.
NOT RECOMMENDED.
0) Download the latest version of CrazyCore
http://dev.bukkit.org/bukkit-plugins/crazycore/files/92-crazy-core-v10-7-4/
(Not approved yet)
1) create a backup
2) execute an incredible long command as console
/cl p l sort:lastaction reverse:true > cc p a name:$0$ > entries 2-1000 > cl p delete $&0$
(ignore all error message that show up)
a list of account deletions will be shown.
(Sql is to complicated for me right now)
-
View User Profile
-
Send Message
Posted Aug 10, 2013@TheOneMadHawk
How would that query work? I thought of doing something like that but I didn't know a way to search for multiple accounts of the same player using IPs.
-
View User Profile
-
Send Message
Posted Aug 10, 2013@mormaii2
Yes, thats correct.
But there is nothing i can do about that.
The only possibility i can image has a big impact on data. you could use a sql query to remove the oldest dublicate account for all players.
-
View User Profile
-
Send Message
Posted Aug 10, 2013@TheOneMadHawk
The problem would be that the registration max would only be applied to future account registers after my change, right?
-
View User Profile
-
Send Message
Posted Aug 9, 2013@mormaii2
You cannot remove already existing associates/multiaccounts.
But you can use these options to fix that:
maxOnlinesPerIP: 1
maxRegistrationsPerIP: 1
/crazylogin mode maxRegistrationsPerIP 1
/crazylogin mode maxOnlinesPerIP 1
-
View User Profile
-
Send Message
Posted Aug 9, 2013Hello, I have a problem. The problem is that I enabled to have up to 3 accounts per IP. Is there a way to restrict this to 1 IP now without having to erase the database? I don't want multi-accounters any more.
-
View User Profile
-
Send Message
Posted Aug 9, 2013@broluigi
Please give me a better description of your issue.
I guess the server somewhy freezes. Am i right?
When did you download the dev build?
I guess i uploaded another dev build in the meanwhile. (without the debug code you need)
-
View User Profile
-
Send Message
Posted Aug 8, 2013when i use the latest version Try this dev build: https://dl.dropboxusercontent.com/u/16999313/Bukkit/CrazyLogin.jar//on my 1.5.2 server i see this.
-
View User Profile
-
Send Message
Posted Aug 6, 2013@dutchy1001
I uploaded it here too, waiting for approval...
-
View User Profile
-
Send Message
Posted Aug 6, 2013@TheOneMadHawk
I had the same error as broluigi.
Your version in the dropbox fixed it for me
Many thx
-
View User Profile
-
Send Message
Posted Aug 5, 2013@mormaii2
The permission is crazylogin.warnloginfailure.
How did you remove permission?
The language entrypath is CRAZYLOGIN.LOGIN.FAILEDWARN
Did you use the custom_en_en.lang file starting with
CRAZYLOGIN=CrazyLogin
-
View User Profile
-
Send Message
Posted Aug 5, 2013I'm still getting the login failed warning after removing the permissions and messages fom the lang file.
-
View User Profile
-
Send Message
Posted Aug 3, 2013@broluigi
MYSQL issues?
Try this dev build:
https://dl.dropboxusercontent.com/u/16999313/Bukkit/CrazyLogin.jar
A short message whether it works or not would be great, because i cannot reproduce the error myself.
If it does not solve the issue change password expired column type from bit(1) to int(1)
-
View User Profile
-
Send Message
Posted Aug 3, 2013this showed up when i put it in my server after people logged in
-
View User Profile
-
Send Message
Posted Aug 1, 2013@Drzell
I already started fixing this issue, but it looks like it is database dependend.
Which kind of database are you using?
Please include a version number
-
View User Profile
-
Send Message
Posted Aug 1, 2013Im having a problem with the new update, when someone /register password password, this happens: http://pastebin.com/xUU3PpKr
-
View User Profile
-
Send Message
Posted Jul 31, 2013@broluigi
Thanks for the bug report i'll fix that asap.
EDIT i was unable to reproduce that error.
I'll send you a debug build.
How often does this error occur?
https://dl.dropboxusercontent.com/u/16999313/Bukkit/CrazyLogin.jar
-
View User Profile
-
Send Message
Posted Jul 31, 2013@eric1357a
There is an option filter names:
Either disable it (NOT RECOMMENDED)
or add the "-"
filterNames: '[a-zA-Z0-9_-]'
-
View User Profile
-
Send Message
Posted Jul 30, 2013Hi, I am now facing a problem is that when a player's name with "-" it will shows as INVALID CHAR IN USERNAME! so how can I bypass this or solve this?