From eb942797b8a1321f7460cea7763bb6891affd475 Mon Sep 17 00:00:00 2001 From: faketruth Date: Mon, 26 Dec 2011 21:54:08 +0000 Subject: Players can switch worlds on the fly with the command /gotoworld [worldName]. This uses the function cPlayer::MoveToWorld() Changed isValidItem to IsValidItem in Core.lua git-svn-id: http://mc-server.googlecode.com/svn/trunk@126 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- settings.ini | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'settings.ini') diff --git a/settings.ini b/settings.ini index 1042eef17..341416480 100644 --- a/settings.ini +++ b/settings.ini @@ -5,23 +5,23 @@ Description=MCServer - Slightly more custom! [Worlds] DefaultWorld=world -World=world_sexy - -[Plugins] +World=world_sexy + +[Plugins] Plugin=Core Plugin=Fire Plugin=MagicCarpet -Squirrel=SquirrelChatLog - -[HelpPlugin] -ShowPluginNames=1 - -[Physics] -Water=1 - -[Monsters] -AnimalsOn=0 -AnimalSpawnInterval=10 +Squirrel=SquirrelChatLog + +[HelpPlugin] +ShowPluginNames=1 + +[Physics] +Water=1 + +[Monsters] +AnimalsOn=0 +AnimalSpawnInterval=10 Types=Chicken,Spider [Authentication] -- cgit v1.2.3