mirror of
https://github.com/minetest-mods/teleport-request.git
synced 2025-01-06 13:07:33 +01:00
Create settingtypes.txt
Players can now use "minetest.conf" or go to the Settings tab and configure it.
This commit is contained in:
parent
23e3c917e6
commit
415fcdb7dc
8
settingtypes.txt
Normal file
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
|
Loading…
Reference in New Issue
Block a user