From 228d296c42a50fdaa7b89f6c9268e1254dc6679d Mon Sep 17 00:00:00 2001 From: CommandD1 <101664873+CommandD1@users.noreply.github.com> Date: Sun, 22 Mar 2026 15:16:26 +0100 Subject: [PATCH] Fix plot price calculation formula Correct the formula for plot price calculation, by adding a minus to reflect the decreasing block claim price when the distant to the spawn increases. --- .../topics/survival-server/plots/misc/misc/plot-other.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Writerside/topics/survival-server/plots/misc/misc/plot-other.md b/Writerside/topics/survival-server/plots/misc/misc/plot-other.md index 80d3de2b..21101e21 100644 --- a/Writerside/topics/survival-server/plots/misc/misc/plot-other.md +++ b/Writerside/topics/survival-server/plots/misc/misc/plot-other.md @@ -44,7 +44,7 @@ Diese Funktion lässt sich jedoch ein- oder ausschalten. $$ -p(d) = \max( 4, \frac {d} {600} + \frac {37} {3} ) +p(d) = \max( 4, - \frac {d} {600} + \frac {37} {3} ) $$ Hierbei gilt: @@ -56,4 +56,4 @@ Hierbei gilt: - \ No newline at end of file +