File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
java/me/krymz0n/simpleexploitfixer Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
77 <groupId >me.krymz0n</groupId >
88 <artifactId >SimpleExploitFixer</artifactId >
9- <version >1.6 </version >
9+ <version >1.7 </version >
1010 <packaging >jar</packaging >
1111
1212 <name >SimpleExploitFixer</name >
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ public void onEnable() {
102102 }
103103 }
104104 }
105- }, 0L , getConfig ().getInt ("EntityCheckTimeTicks" ));
105+ }, 0L , getConfig ().getInt ("EntityCheckTimeTicks" ) * 20L );
106106 }
107107
108108 if (getConfig ().getBoolean ("StrictArmorStandCheck" )) { // Strict check for Armor stands
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ PreventAllLinks: false
5858PreventTooManyEntitiesInChunk : true
5959MaxEntitiesInChunk : 100
6060LogEntityRemovals : false
61- EntityCheckTimeTicks : 20
61+ EntityCheckTimeTicks : 20 # THIS IS IN SECONDS!
6262
6363# Redstone Lag
6464LimitRedstonePlaced : true
You can’t perform that action at this time.
0 commit comments