From 98a9c305010d70c0c46c9aa7d11a9ce7b521a755 Mon Sep 17 00:00:00 2001 From: Jesse Boyd Date: Sun, 1 May 2016 11:20:10 +1000 Subject: [PATCH] Updated Configuration (markdown) --- Configuration.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Configuration.md b/Configuration.md index b08bf7d..300f5c3 100644 --- a/Configuration.md +++ b/Configuration.md @@ -126,4 +126,11 @@ lighting: async: true # If all lighting should be fixed in a chunk that is edited fix-all: true + +# Generic tick limiter (not necessarily WorldEdit related, but still useful) +tick-limiter: + # Max physics per tick + physics: 1337 + # Max item spawns per tick + items: 1337 ``` \ No newline at end of file