mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-10-04 21:50:07 +00:00
Add Academy defaults to the config file
This commit is contained in:
16
config.ini
16
config.ini
@@ -30,10 +30,15 @@ timeout=60000
|
||||
simulatemobs=true
|
||||
# little message players see when they enter the game
|
||||
motd=Welcome to OpenFusion!
|
||||
# NPC json data
|
||||
npcdata=tdata/NPCs.json
|
||||
|
||||
# xdt json data
|
||||
xdtdata=tdata/xdt.json
|
||||
# if you want to run the Academy build, comment the previous line
|
||||
# and uncomment the next one
|
||||
#xdtdata=tdata/xdt_1013.json
|
||||
|
||||
# NPC json data
|
||||
npcdata=tdata/NPCs.json
|
||||
# mob json
|
||||
mobdata=tdata/mobs.json
|
||||
# path json
|
||||
@@ -65,11 +70,16 @@ eventmode=0
|
||||
eventcratechance=10
|
||||
|
||||
# spawn coordinates (Z is height)
|
||||
# the supplied defaults are at Sector V (future)
|
||||
# these are for the Future:
|
||||
spawnx=632032
|
||||
spawny=187177
|
||||
spawnz=-5500
|
||||
|
||||
# ...and these are for the Academy:
|
||||
#spawnx=19835
|
||||
#spawny=108682
|
||||
#spawnz=8450
|
||||
|
||||
# Player location monitor interface configuration
|
||||
[monitor]
|
||||
enabled=false
|
||||
|
Reference in New Issue
Block a user