From d8cd1e6676ce7fee02d0925ec9742a85a78a0a8c Mon Sep 17 00:00:00 2001 From: Gabriel Tofvesson Date: Fri, 24 Sep 2021 02:13:22 +0200 Subject: [PATCH] Add teleport cooldown config option --- src/main/resources/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 0a66eae..cd3ad25 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -1 +1,2 @@ chunkLoadDestination: true +playerTeleportCooldownTicks: 100 \ No newline at end of file