Skip to content

Commit

Permalink
Update name in server.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
NeunEinser committed Jul 12, 2022
1 parent e88c438 commit 86b9512
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions server.properties
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
# Make sure all mentioned values are set correctly in your server.properties file.
# This file applies for version {NEUN_SCRIPT:version_long_name}

# This file does only include properties relavant for Bingo. You may use it
# This file does only include properties relavant for Fetchr. You may use it
# directly as the game will add defaults for missing properties.

# The following settings differ from default settings and need to be changed.
# Please make sure to set all these settings correctly
level-seed=91
enable-command-block=true
level-name=Bingo-{NEUN_SCRIPT:version}
resource-pack=https://github.com/NeunEinser/bingo/releases/download/{NEUN_SCRIPT:version}/Bingo-{NEUN_SCRIPT:version}-resourcepack.zip
level-name=Fetchr-{NEUN_SCRIPT:version}
resource-pack=https://github.com/NeunEinser/bingo/releases/download/{NEUN_SCRIPT:version}/Fetchr-{NEUN_SCRIPT:version}-resourcepack.zip
resource-pack-sha1={NEUN_SCRIPT:resource_pack_sha1}
# If you want direct PVP you can leave this at true, I recommend playing without
# PVP though.
pvp=false

# The following settings have default values, but should not be altered
# The following settings have default values, but should not be altered.
# Please make sure all of these are unaltered in your server.properties
function-permission-level=2
generate-structures=true
spawn-npcs=true
Expand Down

0 comments on commit 86b9512

Please sign in to comment.