From f1f762c4fa77e24a16ad4843cfd62ef636749155 Mon Sep 17 00:00:00 2001 From: faketruth Date: Sun, 4 Mar 2012 14:09:35 +0000 Subject: The world can now truly be made higher by incrementing cChunk::c_ChunkHeight to 256. !!HOWEVER THIS WILL DESTROY YOUR SAVED WORLD!! git-svn-id: http://mc-server.googlecode.com/svn/trunk@357 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- settings.ini | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'settings.ini') diff --git a/settings.ini b/settings.ini index 7fd9b5809..b21997f32 100644 --- a/settings.ini +++ b/settings.ini @@ -4,11 +4,14 @@ MaxPlayers=10000 Description=MCServer - Slightly more custom! [Worlds] -DefaultWorld=world ;World=world_sexy +DefaultWorld=world [Plugins] -;Squirrel=SquirrelChatLog +NewPlugin=Core +;NewPlugin=Protect +;NewPlugin=MagicCarpet +;NewPlugin=ChatLog [HelpPlugin] ShowPluginNames=1 @@ -16,6 +19,9 @@ ShowPluginNames=1 [Physics] Water=0 +[Redstone] +SimulateRedstone=0 + [Monsters] AnimalsOn=0 AnimalSpawnInterval=10 @@ -24,4 +30,4 @@ Types=Spider,Chicken,Cow,Pig,Sheep,Squid,Enderman,Zombiepigman,Cavespider,Creepe [Authentication] Server=session.minecraft.net Address=/game/checkserver.jsp?user=%USERNAME%&serverId=%SERVERID% -Authenticate=0 +Authenticate=0 \ No newline at end of file -- cgit v1.2.3