summaryrefslogtreecommitdiffstats
path: root/settings.ini
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--settings.ini12
1 files changed, 9 insertions, 3 deletions
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