From 415fcdb7dccb6cc3014fba6bd85a5231f61d482a Mon Sep 17 00:00:00 2001 From: Panquesito7 <51391473+Panquesito7@users.noreply.github.com> Date: Wed, 7 Aug 2019 19:40:40 -0500 Subject: [PATCH] Create settingtypes.txt Players can now use "minetest.conf" or go to the Settings tab and configure it. --- settingtypes.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 settingtypes.txt diff --git a/settingtypes.txt b/settingtypes.txt new file mode 100644 index 0000000..7a40d9d --- /dev/null +++ b/settingtypes.txt @@ -0,0 +1,8 @@ +# Timeout delay (default is 60) +tp.timeout_delay (Timeout delay after a request is sent) int 60 + +# Enables immediate teleport to players for those who have tp_admin privilege (enabled by default) +tp.enable_immediate_teleport (Immediate teleport for those with tp_admin privilege) bool true + +# Enables Teleport To Place command (disabled by default) +tp.enable_tpp_command (Enable Teleport To Place command) bool false