Skip to content

Commit 73cffed

Browse files
committed
Making entity check times less laggy Please update asap
1 parent 4d8d316 commit 73cffed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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>

src/main/java/me/krymz0n/simpleexploitfixer/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/main/resources/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ PreventAllLinks: false
5858
PreventTooManyEntitiesInChunk: true
5959
MaxEntitiesInChunk: 100
6060
LogEntityRemovals: false
61-
EntityCheckTimeTicks: 20
61+
EntityCheckTimeTicks: 20 #THIS IS IN SECONDS!
6262

6363
# Redstone Lag
6464
LimitRedstonePlaced: true

0 commit comments

Comments
 (0)