Commit Graph

518 Commits

Author SHA1 Message Date
asofold
a502aab2c8 Clean up command handling slightly, add delayable commands for tell,
kick and ban with reasons displayed if the player is online.
2012-08-29 06:50:26 +02:00
asofold
af1d5a94b3 Adjust javadocs. 2012-08-29 04:21:19 +02:00
asofold
59deff5d47 Potential fix: Set default repeat to 0 for command actions. 2012-08-29 04:20:40 +02:00
asofold
a528c08128 Fix actions not executing after cancel (careful with |= :) ). 2012-08-29 04:19:45 +02:00
asofold
cba9b777f9 Add extra actions for captcha. Add kick to nopwnage actions. [BUG:
Commands don't get executed.]
2012-08-29 02:30:48 +02:00
asofold
8b8a92da60 Remove kicking from listener, leave that to actions (Fixes async
problems).
2012-08-29 01:16:50 +02:00
asofold
5cfeea44bb Hot fix (fight/angle): check worlds of locations. 2012-08-26 17:59:02 +02:00
asofold
8a8e02c758 Prevent command/chat events being uncancelled. 2012-08-26 01:29:21 +02:00
NeatMonster
2d5850a547 Improved PlayerLocation objects management. Cleaned up the exemption
API.
2012-08-25 12:20:28 +02:00
asofold
5625b61b41 Refactor to simple exemption API and use it ! 2012-08-24 22:52:33 +02:00
asofold
3a819082d1 Merge branch 'master' of https://git@github.com/NeatMonster/NoCheatPlus.git 2012-08-24 22:03:44 +02:00
NeatMonster
c94bd978a8 Mostly some Metrics related changes. 2012-08-24 22:02:38 +02:00
asofold
ed2cfb1200 adjust javadocs 2012-08-24 21:57:53 +02:00
asofold
723e7fbfa3 UNUSED RAW CODING: Exemption API 2012-08-24 21:56:30 +02:00
asofold
a9dd83bf37 removeHooks: return ids in order of given set of hooks. 2012-08-24 21:26:08 +02:00
NeatMonster
f662f98369 NetServerHandler improved. Metrics can now be fully disabled.
Permission for viewing plugins and versions (re-)added.
2012-08-24 14:52:24 +02:00
NeatMonster
a97bda6d7f No NSH this time. New FastClick check! 2012-08-22 19:34:01 +02:00
NeatMonster
50e3d02e5d Updated dependencies. New messages if an update is
available/configuration is outdated. Improved FastBreak, NoPwnage and
SurvivalFly checks. Re-added the 'Moved too quickly fix' (it needs to be
manually enabled in the configuration).
2012-08-22 02:41:28 +02:00
NeatMonster
4633fee6a5 Removed the packets workaround: too much troubles. Changed reach
distance, less false positives should be thrown now. Added a nice
message when an operator joins if an update is available.
2012-08-21 02:49:14 +02:00
NeatMonster
664fdd1374 Fixed label names. 2012-08-20 21:51:53 +02:00
NeatMonster
af72986ae8 Fixed Metrics graphs. 2012-08-20 20:09:23 +02:00
NeatMonster
dde0f74003 Added Metrics support! 2012-08-20 19:40:00 +02:00
NeatMonster
e585e918fd Removed the NetServerHandler proxy, now overriding packets instead.
Reverted the changes about plugins protection, now if enabled in the
configuration, the /plugins and /versions commands will be OP-only.
2012-08-20 14:31:11 +02:00
NeatMonster
963c363c7d Welcome back '/nocheatplus info <player>' command! 2012-08-18 22:56:35 +02:00
NeatMonster
811b1d4023 Added more settings/permissions on request. 2012-08-18 16:57:54 +02:00
NeatMonster
858f610e79 NoCheatPlus can now prevent Bukkit from blocking fly mods! 2012-08-18 15:28:30 +02:00
NeatMonster
90f16a2799 Fixed NoFall damaging players switching from Creative to Survival mode. 2012-08-15 16:55:39 +02:00
NeatMonster
0f0e22a993 Improved NoFall and SurvivalFly checks, again I know... 2012-08-15 14:18:38 +02:00
NeatMonster
6bcd26b6dc Merge branch 'master' of https://NeatMonster@github.com/NeatMonster/NoCheatPlus.git 2012-08-14 19:19:49 +02:00
NeatMonster
55ec451d64 Cleaned some stuff... 2012-08-14 19:19:39 +02:00
asofold
da527d131a Merge pull request #5 from CJxD/patch-1
Fixed some messages.
2012-08-13 21:14:13 -07:00
CJxD
80a6538dd8 Fix type error
Bit pedantic; sorry =P
2012-08-13 23:15:54 +02:00
NeatMonster
96a7f493f8 Fixed server sometimes ignoring players due to our custom
NetServerHandler.
2012-08-13 17:10:31 +02:00
asofold
f515f57231 Remove unnecessary game mode check in NoFall. 2012-08-13 16:56:37 +02:00
asofold
204e416a96 Exempt players in creative mode from NoFall handling. 2012-08-13 16:24:44 +02:00
asofold
7cd74f38d4 Damage workaround: also set noFallNewFallDistance 2012-08-13 16:23:42 +02:00
asofold
08d9ebf382 Reset nofall fall distance on damage events with fall damage. 2012-08-13 06:17:09 +02:00
asofold
7222dee529 Do not prevent checks if captcha has been filled. 2012-08-13 03:57:10 +02:00
asofold
bac6ce8501 Corrected occurrences of dataFactory in texts to data. 2012-08-13 03:41:37 +02:00
asofold
28e346f1ef Merge branch 'master' of https://git@github.com/NeatMonster/NoCheatPlus.git 2012-08-12 19:28:53 +02:00
NeatMonster
7a0fa252bd Removed the workaround for the "Bukkit blocks Zombe" issue, improved the
NoFall and SurvivalFly checks.
2012-08-12 19:26:26 +02:00
asofold
671e0a786e Cleanup imports. 2012-08-12 15:36:38 +02:00
asofold
1a5908b907 NetServerHandler: set in player join. 2012-08-12 15:35:53 +02:00
asofold
dc4f50aef4 Setting the net server handler at the earliest possible point. 2012-08-12 15:28:37 +02:00
asofold
83804c7059 Adjust packet interpretation for nofall (prevent cheats slightly). 2012-08-12 10:17:01 +02:00
asofold
aae268baaf Assume some factor for fall hight for fluids (EXPERIMENTAL). 2012-08-12 09:23:19 +02:00
asofold
2e3982e2d4 Test: adapt NoFall for fluids. 2012-08-12 09:07:42 +02:00
asofold
6a7f14077c Add comments ,set noFallY more often. 2012-08-12 08:22:35 +02:00
asofold
b8102f2f6d Attempt to fix stairs issues. 2012-08-12 08:10:04 +02:00
asofold
37970d829f ADd minimum explanation. 2012-08-12 07:47:16 +02:00