SpeedKick
Introduction
This simple plugin allows admins to selectively give users permission to bypass the "Moving too fast (hacking?)" kick that occurs when players seemingly move too fast. By giving the player the sk.bypass permission, they are automatically immune from this kick.
Source code
@EventHandler public void onKick(PlayerKickEvent e) { if (e.getReason().contains("You moved too") && e.getPlayer().hasPermission("sk.bypass")) { e.setCancelled(true); } }
-
View User Profile
-
Send Message
Posted Mar 4, 2013I tried this on my server! IT BANNED ME! Stop trolling me you fool!!!
-
View User Profile
-
Send Message
Posted Nov 15, 2012@MapleFighter777
Give it a go :) If it doesn't work, I'm sure you can compile it using the code above :D
-
View User Profile
-
Send Message
Posted Nov 11, 2012@lol768
Oh well because if it worked with Tekkit it would be extremely useful because of the fact that in Tekkit there are teleporters and other items that will kick the player if used for moving too fast.
-
View User Profile
-
Send Message
Posted Nov 10, 2012@MapleFighter777
No. Although it might work (Tekkit is 1.2.5, not 1.3), this is designed for CB.
-
View User Profile
-
Send Message
Posted Nov 5, 2012This is mainly for Tekkit servers right?
-
View User Profile
-
Send Message
Posted Aug 27, 2012@alibabaglenn
it's SuperPerms, so you should use a permissions plugin such as BukkitPermissions in order for it to work.
then do /permissions player setperm <USERNAME> sk.bypass
-
View User Profile
-
Send Message
Posted Aug 27, 2012I am just hosting a server for me and a few but we keep getting this while using teleporters. How exactly do I give the sk.bypass permission?
-
View User Profile
-
Send Message
Posted Aug 14, 2012@lol768
Creative fly is slow and inaccurate. Thanks for the PM I will check it out soon.
-
View User Profile
-
Send Message
Posted Aug 13, 2012@The1ToFear
@moose875
Please post your server.properties file along with a plugin list for me to examine.
EDIT: Looks like a Bukkit bug: http://forums.bukkit.org/threads/bukkit-blocks-flymods.91715/
EDIT2: Bug fix plugin: http://dev.bukkit.org/server-mods/ibelieveicanfly/
-
View User Profile
-
Send Message
Posted Aug 13, 2012@moose875
I'm having the same problem, this needs to be fixed.
-
View User Profile
-
Send Message
Posted Aug 13, 2012@moose875
You sure you set allow-flight to true? Can I ask why you don't like creative flight? With the latest dev build I can alter the flying speed.
-
View User Profile
-
Send Message
Posted Aug 8, 2012Is there any way you can make this plugin also stop the server pulling players to the ground when flying?
I have this issue on the recommended build of 1.3.1:
If I use a flying method other than the awful creative mode fly, I can fly around for a bit, but then if I stay flying or stay still in mid air, the console produces this:
14:21:02 [WARNING] moose875 moved too quickly! 0.0,34.018495504587165,0.0 (0.0, 34.018495504587165, 0.0) 14:21:04 [WARNING] moose875 moved too quickly! 0.0,10.981504495412835,0.0 (0.0, 10.981504495412835, 0.0) 14:21:08 [WARNING] moose875 moved too quickly! 0.0,23.313386748185067,0.0 (0.0, 23.313386748185067, 0.0) 14:21:10 [WARNING] moose875 moved too quickly! 0.0,32.68661325181493,0.0 (0.0, 3 2.68661325181493, 0.0)
And then I am moved to the ground...
Very dangerous to servers if large constructions are being built with worldedit/voxel sniper etc.
I hope you can fix this, thanks.
-
View User Profile
-
Send Message
Posted Aug 7, 2012@lol768
LOL. Okay, well, I just needed this today... *grabs* I find it extremely funny that you released this literally right when I needed it!
Uhh.. Yeah! Thanks! XD
-
View User Profile
-
Send Message
Posted Aug 5, 2012@Mayhem777
Yeah, I tried NoSpeedKick (http://dev.bukkit.org/server-mods/nospeedkick/) but the code is really old, using depreciated permissions methods and the old event system. Therefore I wrote SpeedKick (after a load of unanswered requests in the plugin requests thread).
It was pretty easy :)
-
View User Profile
-
Send Message
Posted Aug 4, 2012Yes there're more plugins like that... from year 2010 or 2011, obsolete ones that give 200 errors with R5
-
View User Profile
-
Send Message
Posted Aug 4, 2012I am pretty sure there is another plugin like this, I may not be correct though. Anyways this literally requires like no code at all xD
-
View User Profile
-
Send Message
Posted Aug 4, 2012Download is must accept by Bukkit
-
View User Profile
-
Send Message
Posted Aug 4, 2012@Mayhem777
Were you able to download it? It's not approved yet...
-
View User Profile
-
Send Message
Posted Aug 4, 2012@Mayhem777
I had this issue as well. No-one was willing to do it, so I did it myself.
-
View User Profile
-
Send Message
Posted Aug 4, 2012Thanks, bukkit have a bug with that, all my users even me (been op) are kicked , ive a plugin but is too old