diff options
author | faketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2011-12-26 22:54:08 +0100 |
---|---|---|
committer | faketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2011-12-26 22:54:08 +0100 |
commit | eb942797b8a1321f7460cea7763bb6891affd475 (patch) | |
tree | 89d2c6c4724bda06f0d8779a6ab3e02636c968ce /settings.ini | |
parent | - improved Simulator system (diff) | |
download | cuberite-eb942797b8a1321f7460cea7763bb6891affd475.tar cuberite-eb942797b8a1321f7460cea7763bb6891affd475.tar.gz cuberite-eb942797b8a1321f7460cea7763bb6891affd475.tar.bz2 cuberite-eb942797b8a1321f7460cea7763bb6891affd475.tar.lz cuberite-eb942797b8a1321f7460cea7763bb6891affd475.tar.xz cuberite-eb942797b8a1321f7460cea7763bb6891affd475.tar.zst cuberite-eb942797b8a1321f7460cea7763bb6891affd475.zip |
Diffstat (limited to 'settings.ini')
-rw-r--r-- | settings.ini | 28 |
1 files changed, 14 insertions, 14 deletions
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]
|