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 Mar 1, 2019how can i fix this?
_HEAD_.CRAZYLOGIN.COMMAND.DATABASE.RELOADED is missing!
_HEAD_.CRAZYLOGIN.COMMAND.CONFIG.RELOADED is missing!
_HEAD_.CRAZYEXCEPTION.COMMAND.PERMISSION is missing!
_HEAD_.CRAZYEXCEPTION.COMMAND.PERMISSION is missing!
https://uppic.cc/v/Kms1
-
View User Profile
-
Send Message
Posted Jan 21, 2018Hi there! I would like to report the following warning in console.
Thanks!
-
View User Profile
-
Send Message
Posted Dec 23, 2017Is it possible to have this work on Bungee for certain players? I want to add a ban/mute plugin at the bungee level, but I don't want people to connect as mods and being able to run those commands without first authenticating, and each server has its own sqlite crazylogin database so running under 1 crazylogin database would be an issue, so is it possible to have it for certain players on bungee?
-
View User Profile
-
Send Message
Posted Oct 12, 2017Hi! I would like to report a server crash due to the crazylogin plugin (I believe): log
Thanks!
-
View User Profile
-
Send Message
Posted Oct 12, 2017In reply to resoluciones:
-
View User Profile
-
Send Message
Posted Aug 1, 2017Plugin is working good!
Would you pls. check this error: https://hasteb.in/gavolubinu.avrasm
Thanks!
-
View User Profile
-
Send Message
Posted Feb 12, 2017-
View User Profile
-
Send Message
Posted Feb 11, 2017why i can't find the register event?
-
View User Profile
-
Send Message
Posted Feb 10, 2017@EventHandler public void onPlayerCrazyLoginLogin(CrazyLoginLoginEvent e) { Player p = e.getPlayer(); if (RulesControllerMethods.isPlayerInAcceptList(p.getName())) { return; } p.openInventory(RulesControllerInventory.getRulesInv()); }
there is a error when i use the listener to listen the CrazyLoginLoginEvent
can not find de.st_ddt.crazyplugin.events.CrazyEvent
-
View User Profile
-
Send Message
Posted Jul 4, 2016@ThisUsernameIsMine
If it works for Bukkit it will also work for Spigot and other derivates. PS: I use Spigot for testing so at least that one should work.
-
View User Profile
-
Send Message
Posted Jul 4, 2016@TheOneMadHawk "However I'm a little biassed whether I should stick to Bukkit or Sponge or both"
If you choose for bukkit, it may also work for (Paper)Spigot?
-
View User Profile
-
Send Message
Posted Jul 3, 2016@omgitsbob12
Sorry not yet.
I haven't done a lot for MC lately. But I just had a bunch of new ideas for plugins.
So its (very) likely that I do that as well. However I'm a little biassed whether I should stick to Bukkit or Sponge or both.
It would be cool if you (my plugin users) could give me a little hint whether you still use my plugin and whether you consider using it on Sponge as well.
-
View User Profile
-
Send Message
Posted Jul 3, 2016Any news on the Sponge port?
-
View User Profile
-
Send Message
Posted Jun 29, 2016@mormaii2
1) Should be fixed in the latest version: CrazyLogin-7.23.4
2) Should be fixed in the latest version: CrazyCore-10.7.8.1
3) Same as 2
4) I currently don't have much time, but I'll have a look at it.
-
View User Profile
-
Send Message
Posted Jun 26, 2016There's WAY too many bugs on this plugin.
1-I'm getting missing language entry when I log in to my server.
[CrazyLogin] en_en language files not available!
The files on CrazyLogin for english are: en_GB
The files on CrazyCore for english are: en_en
I manually renamed en_en.lang to en_GB.lang on CrazyCore.jar and I fixed it.
2-Also the download on the CrazyCore 10.7.8 on the bukkit page downloads the 10.7.7 version instead.
3-You download that one and it still is 10.7.7
4-When you log in it doesn't remove the blindness
-
View User Profile
-
Send Message
Posted Jun 18, 2016Which kind of support?
-
View User Profile
-
Send Message
Posted Jun 18, 2016Can you add LoginSecurity Support please
-
View User Profile
-
Send Message
Posted May 11, 2016@syxcrop19
I try to look at that issue when I have time for it.
Sorry I'm quite busy currently.
Have you tried using an older version of xAuth? (Backup first)
-
View User Profile
-
Send Message
Posted May 11, 2016@Tominator08
i got a that problem too, sorry if i do something wrong maybe someone can help ?
-
View User Profile
-
Send Message
Posted May 1, 2016@XxDawnsusxX
Sorry. I haven't had time to fix this.
I hope I can get to it this weekend.