Updated default configuration

This commit is contained in:
Evenprime 2012-02-05 18:24:12 +01:00
parent bf9450aceb
commit e03c577717
2 changed files with 3 additions and 3 deletions

View File

@ -18,11 +18,11 @@ import cc.co.evenprime.bukkit.nocheat.config.ConfigurationCacheStore;
*/
public class WorkaroundsListener implements Listener, EventManager {
private final NoCheat plugin;
//private final NoCheat plugin;
public WorkaroundsListener(NoCheat plugin) {
this.plugin = plugin;
//this.plugin = plugin;
}
@EventHandler(priority = EventPriority.HIGHEST)

View File

@ -46,7 +46,7 @@ public class DefaultConfiguration extends NoCheatConfiguration {
set(ConfPaths.MOVING_RUNFLY_FLYING_ACTIONS, "log:moveshort:3:5:f cancel vl>100 log:moveshort:0:5:if cancel vl>400 log:movelong:0:5:cif cancel");
set(ConfPaths.MOVING_MOREPACKETS_CHECK, true);
set(ConfPaths.MOVING_MOREPACKETS_ACTIONS, "log:morepackets:3:2:f cancel vl>30 log:morepackets:0:2:if cancel vl>60 log:morepackets:0:2:cif cancel");
set(ConfPaths.MOVING_MOREPACKETS_ACTIONS, "log:morepackets:3:2:if cancel vl>20 log:morepackets:0:2:if cancel");
/*** BLOCKBREAK ***/