Commit Graph

175 Commits

Author SHA1 Message Date
Evenprime
7e0721da98 Removed no longer needed workarounds + lots of code formatting 2011-08-09 15:58:05 +02:00
Evenprime
33e9c46716 Updated for CB #1046. Use new PlayerVelocity event + adapt to new
player move events + use new method to find out if "allow-flight" was
set.
2011-08-09 08:32:37 +02:00
Evenprime
91c77a1aab Removed redundant code, made waterelevators option work again 2011-08-08 20:51:20 +02:00
Evenprime
5485f1e090 Fix bug related to beds and make flying/jumping check a bit more
precise.
2011-08-08 18:25:19 +02:00
Evenprime
c08e8f0edf Fixed loophole that would allow players to bypass NoCheat for one move
when leaving vehicles.
2011-07-26 19:43:21 +02:00
Evenprime
6bdec962b2 Fix for strange bug preventing people (sometimes) from walking down
over ledges/stairs.
Changed behaviour if players are allowed to fly but seem to fly too
fast.
2011-07-23 19:42:38 +02:00
Evenprime
b8e3aeabd4 Consider all unknown blocks as "Solid" instead of "Nonsolid" 2011-07-23 14:26:20 +02:00
Evenprime
cd99a78718 Added new Permissions support, and defined permissions in plugin.yml
Added Tips-and-Tricks on startup
2011-07-18 17:18:26 +02:00
Evenprime
c438eee164 Option to set movement speed limits 2011-07-17 17:16:08 +02:00
Evenprime
ee1ae892eb Prevent the creation of new tasks while disabling the plugin 2011-07-17 07:45:38 +02:00
Evenprime
c5ec73b1f4 Fixed compatibility with Superjump plugin (and reduced false positives
in other cases)
2011-07-16 15:10:48 +02:00
Evenprime
68591702cb Another potential fix for spawn problems 2011-07-15 21:37:48 +02:00
Evenprime
978afb76cf Added option to set time between summaries 2011-07-14 06:53:44 +02:00
Evenprime
243cea5102 Fixed respawning (again) 2011-07-13 01:15:10 +02:00
Evenprime
ad78a91aab Fixed some problematic cases with teleports
Replaced flight-check completely with newer version
Fixed descriptions.txt file not getting automatically generated as
promised
2011-07-11 15:34:32 +02:00
Evenprime
0dea0c0285 further refinement of threshold values for moving check 2011-07-10 11:41:37 +02:00
Evenprime
62592a3580 Fixed moving check to be much stricter on sprinting mods and similar 2011-07-10 11:23:55 +02:00
Evenprime
25ab6a6659 Added option to limit reach for block destruction + configuration file
will get default values for missing boolean options instead of always
false.
2011-07-09 18:32:07 +02:00
Evenprime
be9a728eda Custom commands can now execute plugin commands too + made nukeCheck
a bit more reliable and faster
2011-07-09 16:14:20 +02:00
Evenprime
67c8ca13d1 Experimental "nuke" protection 2011-07-08 20:14:54 +02:00
Evenprime
8729400be5 Fixed Respawning 2011-07-05 16:29:19 +02:00
Evenprime
9406961f05 Fixed a rare exception in moving check if a teleport destination
isn't in the same world as the player.
2011-07-04 00:27:57 +02:00
Evenprime
272f2d410c Fixed teleports (for real this time) by completely rewriting how they
are handled.
2011-07-03 13:06:17 +02:00
Evenprime
c3b6148245 Adapted to CB 950+: Fixed teleports, reduced false positives while
moving/jumping around randomly.
2011-07-01 10:51:25 +02:00
Evenprime
a4bb515ee0 Potential fix(es) for flying after respawning 2011-06-30 13:30:00 +02:00
Evenprime
61d89d78d8 Removed Bedteleport check, workaround for bogusitems pickup check
(bukkit has a nasty bug here), adapted moving and speedhack check for
new system.
2011-06-24 14:10:54 +02:00
Evenprime
669f730fd4 Fix for vehicles 2011-06-24 13:41:48 +02:00
Evenprime
b68fa0cc34 Version bump to 1.05 2011-06-19 13:18:14 +02:00
Evenprime
ed14d23f25 Got rid of respawn and worldchanged workarounds in favour of more
generic ways to handle that.
2011-06-19 12:17:20 +02:00
Evenprime
7598cecdc9 Fixed behaviour of new checkops options (was inverted before)
Made speedhack check a bit less strict in case of server lag, and
server lag measurement more useful.
Made descriptions for options easier to use
2011-06-19 11:47:52 +02:00
Evenprime
65ed8d4da6 No longer replace the nice [keywords] with their e.g. ugly %3$.1f
counterparts in the config file.
2011-06-18 18:15:05 +02:00
Evenprime
fda8ae4c06 Descriptions are now stored to a file descriptions.txt every time the
GUI or the plugin get started.
The config file gets overwritten every time the GUI or the plugin get
started, to automatically remove no longer valid options and/or add
newly available options to it.
2011-06-18 17:40:27 +02:00
Evenprime
a37daefa63 Minor change to recently added teleport enforcing to (hopefully) be
pre and post #888 compatible for now.
2011-06-18 16:54:17 +02:00
Evenprime
1ddd1ca6c9 Lengthy descriptions for every option of the config file,
nicely integrated into the GUI config tool.
2011-06-18 16:49:02 +02:00
Evenprime
1de43ec782 "Help" buttons for GUI configuration program
Started implementing additional options for:
- forcing checks of OPs (in case Permissions plugin is not
available)
- enforcing teleports initialized by NoCheat to be successful
(overriding cancels of other plugins)
2011-06-17 21:45:57 +02:00
Evenprime
2fa4beb656 Show warning about disfunctional Permissions plugin (at most) every 60
seconds instead of just once.
Shutdown ALL async tasks properly (missed one)
Added new keyword "[distance]" for moving violation messages
2011-06-15 16:02:20 +02:00
Evenprime
bfae43effc A little bit improved handling of velocity-changing plugins
Potential fix for respawn-events with changed respawn-location
2011-06-13 20:55:55 +02:00
Evenprime
84c8e98054 Potential fix for World<->Nether teleports
Potential fix for Vehicle destruction problems
2011-06-12 11:35:03 +02:00
Evenprime
2c8de34864 Removed Itemdupe check (no longer needed)
Readded water ladder support (optional by config file)
2011-06-06 20:58:57 +02:00
Evenprime
a039edcfaf Use soft dependencies to request loading of Permissions and CraftIRC
before NoCheat
2011-06-06 19:57:59 +02:00
Evenprime
30622e9235 New permission "fastswim" and config option "allowfastswim" to
accompany the new moving-check feature.
2011-06-06 18:44:42 +02:00
Evenprime
7945496e79 Only allow a reduced max movement speed in water 2011-06-06 17:57:33 +02:00
Evenprime
81b4d7160e Differentiate between LIQUID and SOLID blocks when determining if a
player is on ground or in the air.
2011-06-06 17:04:20 +02:00
Evenprime
eac9f4d10a Replaced definition of block types with a much more flexible method,
that should theoretically also support future blocks
2011-05-31 17:49:25 +02:00
Evenprime
e565e07c6a - fixed loading of configuration if a String value is missing
- don't count placing air in air in airbuild check
2011-05-25 22:12:45 +02:00
Evenprime
c61584efb6 Updated Moving-check:
- fixed potential exploit to partially bypass nofly protection in
certain cases
- removed some legacy workarounds that are probably no longer needed
- teleport players after violations closer to the ground, if the
original target location is high above ground
- fixed bug occuring while reading config file if String parameters
are missing in the file
2011-05-25 22:01:42 +02:00
Evenprime
22d73209a8 Fixed speedhack check and minor other stuff 2011-05-17 18:12:42 +02:00
Evenprime
1fe7aaa1ae missed a uncatched exception 2011-05-16 16:00:17 +02:00
Evenprime
5a72df08f7 Version 1.00 - fixed some remaining errors after the merge 2011-05-16 15:01:44 +02:00
Evenprime
6cdc3171ec Merge branch 'wizard' into HEAD 2011-05-16 14:46:54 +02:00