mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2024-11-05 06:50:04 +00:00
Add default config.ini.
Custom servers will always need one anyway. Might as well give them a properly documented example to start with.
This commit is contained in:
parent
a0065c2050
commit
0654500df3
21
config.ini
Normal file
21
config.ini
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
[login]
|
||||||
|
# must be kept in sync with loginInfo.php
|
||||||
|
port=8001
|
||||||
|
# enables two randomly generated character in the
|
||||||
|
# character selection menu for convenience
|
||||||
|
randomcharacters=false
|
||||||
|
|
||||||
|
[shard]
|
||||||
|
port=8002
|
||||||
|
# you'll want to change this one
|
||||||
|
ip=192.168.0.17
|
||||||
|
# distance at which other players and NPCs
|
||||||
|
view=20000
|
||||||
|
# little message players see when they enter the game
|
||||||
|
motd=Welcome to OpenFusion!
|
||||||
|
|
||||||
|
# spawn coordinates (Z is height)
|
||||||
|
# the supplied defaults are at City Hall
|
||||||
|
spawnx=179213
|
||||||
|
spawny=268451
|
||||||
|
spawnz=-4210
|
Loading…
Reference in New Issue
Block a user