Create settingtypes.txt

Players can now use "minetest.conf" or go to the Settings tab and configure it.
This commit is contained in:
Panquesito7 2019-08-07 19:40:40 -05:00 committed by GitHub
parent 23e3c917e6
commit 415fcdb7dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
settingtypes.txt Normal file

@ -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