minetest.conf 910 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. #---------------------------------------------------------------------
  2. # Use By Game Blockcolor
  3. #---------------------------------------------------------------------
  4. -- Colors for Nodes, Decorates and Hotbar
  5. -- 8 Colors
  6. -- color1 = 292421 -- (Black)
  7. -- color2 = 0000FF -- (Blue)
  8. -- color3 = 00FF00 -- (Green)
  9. -- color4 = F5F5F5 -- (White)
  10. -- color5 = FF6103 -- (Orange)
  11. -- color6 = FF0000 -- (Red)
  12. -- color7 = FFFF00 -- (Yellow)
  13. -- color8 = FF69B4 -- (Pink)
  14. -- End
  15. default_privs = shout,home,fly,fast,interact
  16. creative_mode = true
  17. enable_damage = false
  18. only_peaceful_mobs = false
  19. enable_pvp = false
  20. enable_tnt = false
  21. disable_fire = false
  22. fire_enabled = false
  23. # extras mod settings
  24. playerhotbar = 8
  25. playerbox = 1
  26. playerboxsize = 128
  27. pingkick = 1
  28. autorollback = 0
  29. isplayer = 0
  30. recrafting = 0
  31. safepvp = 0
  32. # player visibility?
  33. player_transfer_distance = 50
  34. unlimited_player_transfer_distance = false