Evenprime
d502f66472
Potential fix for all those "player can no longer do X" problems
2011-11-18 02:34:33 +01:00
Evenprime
8401d26d6d
Fix players in minecarts and reach in creativemode
2011-11-18 00:45:19 +01:00
Evenprime
2c621e14c1
Added two saveguards designed a special situation related to system
...
time changes in the wrong moment. Minor modification to sprinting for
debugging purposes.
2011-11-16 15:13:07 +01:00
Evenprime
5a02e78888
Removed debug output and some unnecessary code
2011-11-15 14:59:27 +01:00
Evenprime
f04be42eb2
Removed "onliquid" check
2011-11-06 11:27:06 +01:00
Evenprime
fa1f7cfc06
Godmode check changes to tick counting (more permissive now)
...
Permission sorting in output of "nocheat permlist" improved (again)
2011-11-02 19:26:26 +01:00
Evenprime
04ec82eef6
Fix cancelling of bukkit task, moving around some things, use
...
"SimpleLocation" instead of Block in blockplaced checks.
2011-10-30 20:35:59 +01:00
Evenprime
99a197607b
Removed blockplace.noswing check, because it causes problems
...
Added blockplace.direction check
2011-10-30 20:15:03 +01:00
Evenprime
b6d6ea58f4
Implemented NoSwing checks for blockbreak, blockplace and fight
2011-10-30 18:56:29 +01:00
Evenprime
70d5bc48f2
Dead people are ignored by the godmode check
2011-10-26 16:39:00 +02:00
Evenprime
de16694698
Remove "timedEventManager" task when disabled, avoid using
...
"server.getOnlinePlayers()" because it's a performance hog.
Updated plugin.yml
2011-10-25 18:58:35 +02:00
Evenprime
67b5505d04
Prevent amplification of violation level for moving check(s) in case
...
of only logging violations instead of cancelling them.
2011-10-23 21:20:17 +02:00
Evenprime
15e5367175
Make removal of unused playerdata more predictable and independent of
...
JOIN/LEAVE events.
2011-10-23 16:05:18 +02:00
Evenprime
a6ae2d1e90
Don't allow people to hit themself with close-combat weapons/punches
...
Some changes to default config (again).
2011-10-22 17:03:45 +02:00
Evenprime
8a70c1348a
1337 compatibility checked
2011-10-21 21:27:03 +02:00
Evenprime
247e5d082b
Prevent sprinting if food level is below 6. More descriptive error
...
message for runfly check
2011-10-20 15:20:17 +02:00
Evenprime
d917242683
spamcheck message/command whitelist
2011-10-18 15:58:14 +02:00
Evenprime
9bbdfc59da
Make fight.direction check violation level depend on how far off
...
players were with their hits vs. their line of sight.
2011-10-15 15:48:58 +02:00
Evenprime
bbec08d34d
Get rid of the own implementation of ConsoleCommandSender in favour of
...
using the servers ConsoleCommandSender.
2011-10-14 16:04:16 +02:00
Evenprime
bcf0b89915
Basic fight.direction check to identify "kill-aura"/"forcefield" hacks
2011-10-13 14:55:48 +02:00
Evenprime
e16059c84e
version update
2011-10-11 18:37:19 +02:00
Evenprime
ae86381ade
New command "nocheat performance" to display performance stats
...
Minor code cleanup
2011-10-11 18:21:39 +02:00
Evenprime
747e5bcdce
Another round of code cleaning, simplification
...
Fixed nocheat reload command to give feedback and clear critical data
Remove stored data when a player disconnects
2011-10-10 19:27:45 +02:00
Evenprime
e93f501271
Removed player interact infinite durability check, as the exploit is
...
now fixed by bukkit itself.
2011-10-10 02:20:20 +02:00
Evenprime
a8342b0681
Complete rewrite of internal configuration and action execution system
...
for performance
removed noclip check, itemdrop check andgui editor
2011-10-10 02:00:47 +02:00
Evenprime
3d28e5738f
- Refined "nofall" check, to only "punish" for the perceived
...
difference in fall distances
- slightly modified falldamage calculation in general, to always count
the "last step" as part of the fall (fixes a loophole that could be
used for bypassing the nofall check)
- replaced default nofall damage multiplier with 120 (was 200)
2011-10-03 18:23:33 +02:00
Evenprime
e67a1f2c0c
Fixed spamcheck + also count commands
2011-10-02 17:07:29 +02:00
Evenprime
75050efbbd
Option to automatically identify "creative" mode or not for flying
...
Option to also check "instant-breaking" blocks for
blockbreak.direction
2011-10-02 08:14:03 +02:00
Evenprime
3895ff029f
Add command "/nocheat permlist" to display the effective permissions
...
of a certain player.
2011-09-26 20:07:59 +02:00
Evenprime
6f56ae77a8
Update to 7.0a
2011-09-25 11:11:47 +02:00
Evenprime
4569546b3a
- Updated permissions descriptions to simpler format
...
- more info from "onliquid" check
- fixed bug in "chat.spam" check
2011-09-22 19:44:08 +02:00
Evenprime
d435f7ab3c
Enabled blockbreak.distance check for creative mode again, because the
...
server doesn't handle it.
2011-09-21 20:00:56 +02:00
Evenprime
e63d90e4cd
Modified nofall check. Let the game decide if and when to do the
...
damage, we just set the "fallDistance".
2011-09-20 18:41:15 +02:00
Evenprime
3724525f89
Final changes and adaptations for the new nofall check
2011-09-19 20:20:18 +02:00
Evenprime
1ac3c524e5
NoFallCheck implementation
2011-09-19 19:28:56 +02:00
Evenprime
41a09ea5ae
+ Refactoring of movement check to be more clear about what it does
...
+ Workarounds for bug in Minecraft related to jumping while sprinting
+ potential workarounds for plugins that cancel
teleportation-related events on "monitor" level
+ fix a bug that would allow a player to fly at the same level of
height infinitely
+ Deactivate blockbreak.reach check for players in creative mode
2011-09-17 15:28:19 +02:00
Evenprime
248a4867a6
+ rudimentary support for sprinting players
2011-09-15 13:28:58 +02:00
Evenprime
d280bc4f7d
+ option to turn world-check-list on startup on or off
2011-09-15 13:03:53 +02:00
Evenprime
80b3718993
Move chat.spam check from "high" to "lowest" listener level, to
...
support HeroChat and similar.
2011-09-14 15:06:37 +02:00
Evenprime
8442194f3c
Fix missing option descriptions + fix formatting of plugin.yml
2011-09-12 00:22:56 +02:00
Evenprime
0264eb97d5
Display which checks are active in which world on startup
2011-09-11 20:17:51 +02:00
Evenprime
1480ebb3db
New check "chat.spam" with configuration and permissions
2011-09-11 19:07:38 +02:00
Evenprime
fbd078209c
Prevent dupe exploit in combination with .drop protection
2011-09-07 17:37:47 +02:00
Evenprime
5b56fc7302
- Some code cleanup
...
- measure serverside lag in a seperate thread, once per second
- (Server) lag resistant "more packets" check
- minor adjustments to default config settings
- fixed a bug that would deactivate the durability check if the
morepackets check got deactivated
2011-09-03 19:05:59 +02:00
Evenprime
c0a124ac61
Create folders for action-files, if they don't exist yet
2011-09-03 01:33:45 +02:00
Evenprime
0283ded357
- Respect -p parameter of craftbukkit (plugin directory)
...
- "logfile" config option is now relative to the Nocheat/ folder,
instead of relative to the craftBukkit folder.
- new check blockplace.reach: limit distance at which blocks may be
placed
- new check blockplace.liquid: don't allow block placing onto liquids
- new permission nodes and config options for the new checks
2011-09-02 19:33:32 +02:00
Evenprime
848d2b3623
Added infinite durability hack check
...
Deactivated parts of the NoClip check, until I can work on it
2011-09-01 14:08:48 +02:00
Evenprime
92620c4fd4
NoCheat 2.0 initial Commit
2011-08-31 15:26:07 +02:00
Evenprime
6d0da77e7d
Use SuperPerms if "Permissions" plugin isn't found
2011-08-23 22:42:36 +02:00
Evenprime
911d62a411
Workaround for placing blocks below yourself
2011-08-22 13:39:03 +02:00