settingtypes.txt 990 B

123456789101112131415161718
  1. #Number of times the big bells will toll at local midnight (0 to disable)
  2. #Caution: default Minetest settings cause this to happen once per 20 minutes
  3. bell_tolls_at_midnight (Bell tolls at midnight) int 0
  4. #Number of times the big bells will toll at local dawn (0 to disable)
  5. #Caution: default Minetest settings cause this to happen once per 20 minutes
  6. bell_tolls_at_dawn (Bell tolls at dawn) int 0
  7. #Number of times the big bells will toll at local noon (0 to disable)
  8. #Caution: default Minetest settings cause this to happen once per 20 minutes
  9. bell_tolls_at_noon (Bell tolls at noon) int 0
  10. #Number of times the big bells will toll at local dusk (0 to disable)
  11. #Caution: default Minetest settings cause this to happen once per 20 minutes
  12. bell_tolls_at_dusk (Bell tolls at dusk) int 0
  13. #Bell tolls the number of hours (per the real-world server timezone) on the hour
  14. bell_tolls_at_server_hours (Bell tolls at server hours) bool true
  15. bell_enable_model (Use model-based bell nodes) bool true