From 4de4985e4b6cc73630ab68aa0346f78c1b51574e Mon Sep 17 00:00:00 2001
From: mathiascode <mail@mathias.is>
Date: Sat, 12 Dec 2020 21:29:30 +0200
Subject: [PATCH] Modify tpr behavior to always teleport to the center of the
 world

Closes #1
---
 plugins/Essentials/tpr.yml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 plugins/Essentials/tpr.yml

diff --git a/plugins/Essentials/tpr.yml b/plugins/Essentials/tpr.yml
new file mode 100644
index 0000000..e3b15f0
--- /dev/null
+++ b/plugins/Essentials/tpr.yml
@@ -0,0 +1,18 @@
+# Configuration for the random teleport command.
+# Some settings may be defaulted, and can be changed via the /settpr command in-game.
+min-range: 0.0
+excluded-biomes:
+- cold_ocean
+- deep_cold_ocean
+- deep_frozen_ocean
+- deep_lukewarm_ocean
+- deep_ocean
+- deep_warm_ocean
+- frozen_ocean
+- frozen_river
+- lukewarm_ocean
+- ocean
+- river
+- warm_ocean
+find-attempts: 0
+cache-threshold: 0