Skip to content

Instantly share code, notes, and snippets.

@cornernote
Created August 6, 2015 06:58
Show Gist options
  • Save cornernote/5d2e092b2026415e87d7 to your computer and use it in GitHub Desktop.
Save cornernote/5d2e092b2026415e87d7 to your computer and use it in GitHub Desktop.
# This file contains settings of skyblock that can be changed in
# minetest.conf
#
# By default, all the settings are commented and not functional.
# Uncomment settings by removing the preceding #.
# How far apart to set players start positions
#skyblock.start_gap = 32
# The Y position the spawn nodes will appear
#skyblock.start_height = 4
# How many players will be in 1 row
# for example, skyblock.WORLD_WIDTH * skyblock.WORLD_WIDTH = total players
#skyblock.world_width = 100
# How far down (in nodes) before a player dies and is respawned
#skyblock.world_bottom = -8
# Should digging the spawn result in a new spawn pos?
#skyblock.dig_new_spawn = false
# Should player lose bags on death?
#skyblock.lose_bags_on_death = false
# Which schem file to use for starting island
#skyblock.schem = island.schem
# Schem offset X
#skyblock.schem_offset_x = -3
# Schem offset Y
#skyblock.schem_offset_y = -4
# Schem offset Z
#skyblock.schem_offset_z = -3
# Debug mode
#skyblock.debug = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment