Update config.ini

Add acceptallcustomnames option
Correct comment
This commit is contained in:
CakeLancelot 2020-09-02 07:12:24 -05:00 committed by GitHub
parent ef84ec8fca
commit be4c5a8072
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,8 @@ port=8001
# enables two randomly generated characters in the # enables two randomly generated characters in the
# character selection menu for convenience # character selection menu for convenience
randomcharacters=true randomcharacters=true
# will all custom names be approved instantly?
acceptallcustomnames=true
# Shard Server configuration # Shard Server configuration
[shard] [shard]
@ -30,7 +32,7 @@ warpdata=data/warps.json
gm=true gm=true
# spawn coordinates (Z is height) # spawn coordinates (Z is height)
# the supplied defaults are at City Hall # the supplied defaults are at Sector V (future)
spawnx=632032 spawnx=632032
spawny=187177 spawny=187177
spawnz=-5500 spawnz=-5500