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 18, 2012This plugin will not work if i not using crazycore ?
-
View User Profile
-
Send Message
Posted Aug 17, 2012@TheOneMadHawk
No(t yet), unfortunately.
-
View User Profile
-
Send Message
Posted Aug 17, 2012@ThisUsernameIsMine
I'm also using CrazyCore v8.3 now and have seen (heard) from a few users that they sometimes can't login and need to do it a couple of times before it succeeds :o
This is really strange, do you have any further information about that?
-
View User Profile
-
Send Message
Posted Aug 17, 2012Alright. Because of that i've disabled hideInventory ;-)
I'm also using CrazyCore v8.3 now and have seen (heard) from a few users that they sometimes can't login and need to do it a couple of times before it succeeds :o
-
View User Profile
-
Send Message
Posted Aug 16, 2012@ThisUsernameIsMine
When someone logged in using /login 1
I will not ask why someone uses "1" as password.
This error occors because of the hideInventory option.
When adding this feature i wasn't aware of the possebility that players have health outside this range, so i didn't protect it against that.
I will fix it with new CrazyCore (not v8.3) and CrazyLogin updates.
@vicente947
that's already implemented
see previous page
-
View User Profile
-
Send Message
Posted Aug 16, 2012When someone logged in using /login 1 the following severe error raised @ CrazyLogin vC8.2_6.2 at CrazyCore vC8.2 under CB 1.3.1-R1.1 #2335
http://dev.bukkit.org/paste/6008/
Hmm: Caused by: java.lang.IllegalArgumentException: Health must be between 0 and 20 o_O
-
View User Profile
-
Send Message
Posted Aug 15, 2012Please add a option to disable names with / because some users login with my accoutn with / and can use all comands becaise server think is my user without /
-
View User Profile
-
Send Message
Posted Aug 15, 2012@SyTeck
Can you add a config string for showing warning messages? It pisses me off when the server gets a lot of player on at the same time.
I guess i can do that. But i have to think about a system working for all my plugins, which may take a while.
If you have a permissions plugin, you can give your self these permissions:
crazylogin.warnloginfailure: false
crazylogin.warncommandexploits: false
crazylogin.warndatabase: false
If you don't have a permissions plugin you can open CrazyLogin.jar and edit the contained
plugin.yml and delete all child permissions containing these permissions and set the default permission to false.
If you need help with that i can do this once for you.
-
View User Profile
-
Send Message
Posted Aug 15, 2012Can you add a config string for showing warning messages? It pisses me off when the server gets a lot of player on at the same time.
-
View User Profile
-
Send Message
Posted Aug 15, 2012@xDrapor
Could you please add the {NEWLINE} tag to your message parsing
this "{NEWLINE}" or this one "\n"
I would prefer last one
and also add the ability to remove the [CrazyLogin] tag
CrazyCore has a feature to disable chatHeaders in all CrazyPlugins
showChatHeaders: false
Also, I want to integrate the login message in my motd, so I want the login message to be thrown only once to chat
this one?
CRAZYLOGIN.LOGIN.REQUEST=&CPlease Login! /login <Password>
I will expand the doNotSpamRequests feature to only show this message once
-
View User Profile
-
Send Message
Posted Aug 14, 2012Hey, could you please do me a favour? Could you please add the {NEWLINE} tag to your message parsing, and also add the ability to remove the [CrazyLogin] tag? Also, I want to integrate the login message in my motd, so I want the login message to be thrown only once to chat, could you please make these changes, whenever you can? :)
-
View User Profile
-
Send Message
Posted Aug 14, 2012@deleted_8887263
Use filterNames option
When set to true only a-z and A-Z and 0-9 and _ are allowed.
-
View User Profile
-
Send Message
Posted Aug 14, 2012have a suggestion, in xauth there was an option to allow certain characters in names this would be really useful because you simply whitelist all English letters and then players who join using weird foreign symbols cannot join. This would be useful because sometimes players join using foreign symbols which minecraft cannot display and then you cant ban them because you dont know their names -.-
btw love the plugin and the entire series of crazy plugins :P I use crazy core, login, loginfilter and online. And i love them all!
-
View User Profile
-
Send Message
Posted Aug 13, 2012@JonCrisX
Im using Bukkit dev #02327 but it also happens with the recommended build, the only way i can reproduce the error is by registering and then /logout and then login in with a bad password until the server kicks me out.
I tried everything to reproduce this error. But it does not throw any errors.
Also there is another error. Some players stay logged even if i kicked them out and the problem is that, that user cannot login again.
This sounds like a problem I fixed in 6.2.
And i know it is crazylogin because there is a message that says somethin about [Crazylogin]<IP> trying to login as <player>
This message has nothing to do with that, this is the single session feature.
If the player is already online, he cannot join again.
if forceSingleSessionSameIPBypass is enabled you can bypass this when using the same ip.
Please redownload latest CrazyCore and CrazyLogin versions and restart the server.
Maybe you have to delete / move some player files to your default world (Bukkit issue)
-
View User Profile
-
Send Message
Posted Aug 13, 2012@TheOneMadHawk
Im using Bukkit dev #02327 but it also happens with the recommended build, the only way i can reproduce the error is by registering and then /logout and then login in with a bad password until the server kicks me out. Also there is another error. Some players stay logged even if i kicked them out and the problem is that, that user cannot login again. Theres no error on the console but i see them online even if they are not. And i know it is crazylogin because there is a message that says somethin about [Crazylogin]<IP> trying to login as <player>
-
View User Profile
-
Send Message
Posted Aug 13, 2012@JonCrisX
i think it happens when someone gets kicked after 5 failed login attempts.
I tested that, and I cannot reproduce this error.
and yes thats the hole error
When an error occurs in my log there is some kind of Header like Nullpointer Exception occured
and then it starts with all this "at ....." parts.
Sorry, I cannot fix this error, because I need more information about it.
Which CB are you using?
Can you reproduce this error somehow?
-
View User Profile
-
Send Message
Posted Aug 13, 2012@TheOneMadHawk
Im using CrazyLogin v6.2 for CB 1.3.1-R1.0, CrazyCore v8.2 for CB 1.3.1-R1.0
and yes thats the hole error, i think it happens when someone gets kicked after 5 failed login attempts.
-
View User Profile
-
Send Message
Posted Aug 13, 2012@antanas258
Can u guys fix bug with / ? cuz players can add / infrond of op name register and use creative its rly bad
Have you tried using the filter names option?
change it to true, this may help you.
@JonCrisX
Which Version are you using (CrazyCore and CrazyLogin)?
Is this the whole error message?
If not please paste it all, you can create a new ticket for that.
-
View User Profile
-
Send Message
Posted Aug 13, 2012Im getting an error:
13.08 17:39:12 [Server] INFO at de.st_ddt.crazylogin.listener.CrazyLoginPlayerListener.PlayerQuit(CrazyLoginPlayerListener.java:196)
13.08 17:39:12 [Server] INFO at de.st_ddt.crazylogin.listener.CrazyLoginPlayerListener.disableSaveLogin(CrazyLoginPlayerListener.java:483)
13.08 17:39:12 [Server] INFO at org.bukkit.craftbukkit.entity.CraftPlayer.teleport(CraftPlayer.java:344)
13.08 17:39:12 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
13.08 17:39:12 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
13.08 17:39:12 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
13.08 17:39:12 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:330)
13.08 17:39:12 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:616)
-
View User Profile
-
Send Message
Posted Aug 13, 2012Can u guys fix bug with / ? cuz players can add / infrond of op name register and use creative its rly bad thank you