12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- # Gamemode
- creative_mode = false
- enable_damage = true
- # Player Versus Player
- enable_pvp = true
- # You should configure port number via you're docker-compose.yml
- bind_address = 0.0.0.0
- port = 30000
- # Max Users
- max_users = 4
- # Server Credentials (Only when we use server_annouce)
- # (I think server_annouce needs to open 8080 to send stats)
- server_annouce = false
- server_name = "A Luanti Server"
- server_description = "A Luanti Server\nCome Play!"
- server_motd = "A Luanti Server\nWelcome to our world"
- # Server Optimizations (Useful for low-end environments, comment out or change)
- # https://forum.luanti.net/viewtopic.php?f=10&t=1825
- max_block_send_distance = 6
- max_simultaneous_block_sends_per_client = 7
- max_simultaneous_block_sends_server_total = 7000
- active_block_range = 2
- server_map_save_interval = 14.3
- # Hide name tags beyond a distance
- player_transfer_distance = 1
- unlimited_player_transfer_distance = false
- # Spawn
- # (Enter your world, use F3 to get coordinates, and round up to nearest whole)
- # static_spawnpoint =
- # Intial Stuff
- give_initial_stuff = false
- # This is game and mod specific/depended
- initial_stuff = default:torch 2,farming:bread 2
- # Privileges (privs)
- default_privs = interact, shout
- # Owner
- name = Admin
- # Disable log rollover (This way you keep you're logs)
- debug_log_size_max = -1
- # Messages for server events
- kick_msg_shutdown = "I was asked to shutdown, but I'll be back again"
- kick_msg_crash = "Oh no! I crashed... don't worry, I'll be back soon"
- ask_reconnect_on_crash = true
- # Security Option
- disallow_empty_passwords = true
- # Trusted mods (they get access to special stuff)
- secure.trusted_mods = skinsdb
- # More server optimizations from a mod
- mesecon.luacontroller_lightweight_interrupts = true
- # bridger trusses
- bridger_enable_trusses = true
- ## Mod Settings ##
- # [moreblocks/stairsplus] Show every stair varient in creative
- moreblocks.stairsplus_in_creative_inventory = false
|