summaryrefslogtreecommitdiffstats
path: root/MCServer
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-10-06 22:12:54 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-10-06 22:12:54 +0200
commit9af881609bfea9f0896b60360d74811b3201057c (patch)
treef948372760be55570c050746ffb015960ea50c72 /MCServer
parentCompletely removed the old (buggy) redstone simulator. (diff)
downloadcuberite-9af881609bfea9f0896b60360d74811b3201057c.tar
cuberite-9af881609bfea9f0896b60360d74811b3201057c.tar.gz
cuberite-9af881609bfea9f0896b60360d74811b3201057c.tar.bz2
cuberite-9af881609bfea9f0896b60360d74811b3201057c.tar.lz
cuberite-9af881609bfea9f0896b60360d74811b3201057c.tar.xz
cuberite-9af881609bfea9f0896b60360d74811b3201057c.tar.zst
cuberite-9af881609bfea9f0896b60360d74811b3201057c.zip
Diffstat (limited to 'MCServer')
-rw-r--r--MCServer/settings.ini16
1 files changed, 7 insertions, 9 deletions
diff --git a/MCServer/settings.ini b/MCServer/settings.ini
index ed50f9713..debdc3918 100644
--- a/MCServer/settings.ini
+++ b/MCServer/settings.ini
@@ -1,19 +1,20 @@
+; This is the main server configuration
+; For help, please visit the Wiki page: http://www.mc-server.org/wiki/doku.php?id=configure:settings.ini
+; Most of these settings can also be set using the webadmin interface, if it is enabled.
+
[Server]
Port=25565
MaxPlayers=100
Description=MCServer - in C++
[Worlds]
-;World=world_sexy
DefaultWorld=world
[Plugins]
-;NewPlugin=Protect
-;NewPlugin=MagicCarpet
-;NewPlugin=ChatLog
-;NewPlugin=BlockInfo
-;NewPlugin=ChunkWorx
+; NewPlugin=sTick
+; NewPlugin=DiamondMover
NewPlugin=Core
+NewPlugin=ChunkWorx
[HelpPlugin]
ShowPluginNames=1
@@ -21,9 +22,6 @@ ShowPluginNames=1
[Physics]
Water=0
-[Redstone]
-SimulateRedstone=0
-
[Monsters]
AnimalsOn=0
AnimalSpawnInterval=10