mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-11-02 00:29:59 +01:00
Updated default configuration
This commit is contained in:
parent
bf9450aceb
commit
e03c577717
@ -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)
|
||||
|
@ -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 ***/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user