teleport-request/settingtypes.txt
Oversword 7d21dd7123
Fix chat (#47)
* Fix indentation

* Remove additions

* Fix minetest.after calls

* Remove chat message code duplication; Allow setting of chat color

* No need to specify it's mod specific

* Apply suggestions from code review

Co-authored-by: David Leal <halfpacho@gmail.com>
2021-08-08 19:06:35 -05:00

15 lines
638 B
Plaintext

# Timeout delay (default is 60)
tp.timeout_delay (Timeout delay after a request is sent) int 60
# Message color (default color is #FFFFFF)
tp.message_color (The color of the messages sent to players) string #FFFFFF
# 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
# Spam prevention (enabled by default)
tp.enable_spam_prevention (Enable spam prevention) bool true