1
0
cuberite-2a/settings.ini
faketruth b5b920deda You can now run multiple worlds by defining them in settings.ini . However there's no way to change worlds on the fly yet
Players are now stored in separate folder /players instead of in the world folder (!so move the folder!)
Fixed a memory leak/error in cPickup.cpp
Multiple worlds are stored in cRoot
cClientHandle lists are taken out of cWorld and now stored in cServer
Worlds now have names to distinguish them by
Some functions in the Core plugin now distinguish between worlds

git-svn-id: http://mc-server.googlecode.com/svn/trunk@40 0a769ca7-a7f5-676a-18bf-c427514a06d6
2011-11-01 21:57:08 +00:00

29 lines
374 B
INI

[Server]
Port=25565
ServerID=-
[Worlds]
DefaultWorld=world
World=world_sexy
[Plugins]
Plugin=Core
Plugin=Fire
Plugin=MagicCarpet
[HelpPlugin]
ShowPluginNames=1
[Physics]
Water=0
[Monsters]
AnimalsOn=1
AnimalSpawnInterval=10
Types=Chicken,Spider
[Authentication]
Server=www.minecraft.net
Address=/game/checkserver.jsp?user=%USERNAME%&serverId=%SERVERID%
Authenticate=0