Name: NoInstantLogin Author: Nomaf Version: 1.3.1 I decided to publish this plugin. Description: Plugin prohibits players from entering the server after logging off. Players must wait some time to re-login to the server. Download on BukkitDev: http://dev.bukkit.org/server-mods/no-instant-login/ License: GNU General Public License Install: Standard. Drop jar in your plugins folder and edit config.yml. Config: Code: Main: WaitTime: 900 - time to re-login (in sec) KickMessage: "You can not enter the server within 15 minutes!" - message, which gets the player when the time has not expired. UsePermissions: true - use permissions or not, needs Vault Permissions: Code: noinstantlogin.add - Allow adding players who can do fast re-login noinstantlogin.remove - Allow removing players who can do fast re-login noinstantlogin.list - Allow watch who is on the list to do fast re-login Commands: Code: /noinstantlogin add nomaf - now, player can do fast re-login /noinstantlogin remove nomaf - now, player must wait to re-login /noinstantlogin list - you can see who can do fast re-login You can also use /nil instead of /noinstantlogin Changelog: 1.3.1 r16 (Feb 1, 2012) Plugin didn't works correctly. I did some stupid bugs -,-. Now works fine Works with Bukkit RB 1.1-R3 and Vault 1.2.6! 1.3 r14 (Jan 26, 2012) Added commands and permissions Now plugin needs Vault to work Added new node to config: Main.UsePermissions Works with Bukkit RB 1.1-R1! 1.2.1 r8 (Jan 21, 2012) Sometimes player can join before remaining time - fixed Change one non-translate word 1.2 r6 (Jan 20, 2012) Public release Changed some names 1.1 r5 (Jan 11, 2012) Added config file Fixed incorrect time 1.0 r1 (Jan 10, 2012) First release
Updated to Bukkit RB 1.1-R1 ! maller maybe now you don't have any problems. I don't see I change only download name, but no download url... EDIT by Moderator: merged posts, please use the edit button instead of double posting.
Does not seem to work on latest R3 RB and latest Vault. Plugin gives "Loaded" okay on startup, but people are free to leave and join. It does not prevent anyone from logging in. When trying to run /nil or /noinstantlogin in game, I get this error in console: http://pastie.org/3291676 Do not know if the two issues are related, but this does not appear to be working for me on R3.
please tell me you are planning on updating this plugin?? if not, then does anyone know of a plugin that does the same thing that this one does??