From 7a01f0ab3ee223ce3a953e66cf6aa5507750a3ab Mon Sep 17 00:00:00 2001 From: Bierque Jason Date: Tue, 29 Dec 2020 08:22:56 +0100 Subject: [PATCH 1/3] Add use Java 11 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cefea42..6355e43 100644 --- a/README.md +++ b/README.md @@ -223,6 +223,7 @@ Hides ores from x-rayers. For detailed configuration of this feature check out Stonar96's recommended settings.

Java startup flags

+Minecraft 1.17 will use Java 11 (LTS), good resolution 2021 to finally update your version of Java! JVM can be configured to reduce lag spikes caused by big garbage collector tasks. You can find startup flags optimized for minecraft servers here. @@ -240,4 +241,4 @@ and remove items than that items if they would be left alone doesn't help either

It's really hard to justify using one. Stacking naturally spawned entities causes more lag than not stacking them at all due to server constantly trying to spawn more mobs. Only "acceptable" use case is spawner mobs on servers with large amount of spawners. -

\ No newline at end of file +

From c79d7d023cf68ad2eb9ab245b05de2c0071c275b Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Tue, 29 Dec 2020 12:56:22 +0100 Subject: [PATCH 2/3] Made java version explanation more clear --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6355e43..e501661 100644 --- a/README.md +++ b/README.md @@ -223,7 +223,8 @@ Hides ores from x-rayers. For detailed configuration of this feature check out Stonar96's recommended settings.

Java startup flags

-Minecraft 1.17 will use Java 11 (LTS), good resolution 2021 to finally update your version of Java! +Paper and its forks in upcoming version 1.17 will require Java 11 (LTS) or higher, good resolution 2021 to finally update your version of Java! +(or at least inform your host so they can handle the migration). JVM can be configured to reduce lag spikes caused by big garbage collector tasks. You can find startup flags optimized for minecraft servers here. From efd140f55adef1a049a6ccdc6818e792a2b7a41e Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Tue, 29 Dec 2020 13:18:27 +0100 Subject: [PATCH 3/3] added source on requirement of java 11 --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e501661..9e9e2be 100644 --- a/README.md +++ b/README.md @@ -223,8 +223,7 @@ Hides ores from x-rayers. For detailed configuration of this feature check out Stonar96's recommended settings.

Java startup flags

-Paper and its forks in upcoming version 1.17 will require Java 11 (LTS) or higher, good resolution 2021 to finally update your version of Java! -(or at least inform your host so they can handle the migration). +Paper and its forks in upcoming version 1.17 will require Java 11 (LTS) or higher. Good resolution 2021 to finally update your version of Java!(or at least inform your host so they can handle the migration). JVM can be configured to reduce lag spikes caused by big garbage collector tasks. You can find startup flags optimized for minecraft servers here.