diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-08-21 17:25:17 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-08-21 17:25:17 +0200 |
commit | 39ff5b09859ebecbabf9b953c763cc61cd85d905 (patch) | |
tree | ab3f466428852492d06e3fe715a9949c28c509d4 /Install/settings.example.ini | |
parent | Can add/remove worlds from WebAdmin (diff) | |
download | cuberite-39ff5b09859ebecbabf9b953c763cc61cd85d905.tar cuberite-39ff5b09859ebecbabf9b953c763cc61cd85d905.tar.gz cuberite-39ff5b09859ebecbabf9b953c763cc61cd85d905.tar.bz2 cuberite-39ff5b09859ebecbabf9b953c763cc61cd85d905.tar.lz cuberite-39ff5b09859ebecbabf9b953c763cc61cd85d905.tar.xz cuberite-39ff5b09859ebecbabf9b953c763cc61cd85d905.tar.zst cuberite-39ff5b09859ebecbabf9b953c763cc61cd85d905.zip |
Diffstat (limited to 'Install/settings.example.ini')
-rw-r--r-- | Install/settings.example.ini | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Install/settings.example.ini b/Install/settings.example.ini new file mode 100644 index 000000000..bfb16c7e6 --- /dev/null +++ b/Install/settings.example.ini @@ -0,0 +1,31 @@ +[Server]
+Port=25565
+MaxPlayers=42
+Description=MCServer - Slightly more custom!
+
+[Worlds]
+DefaultWorld=world
+;World=world_sexy
+
+[Plugins]
+NewPlugin=Core
+NewPlugin=ChatLog
+
+[HelpPlugin]
+ShowPluginNames=1
+
+[Physics]
+Water=0
+
+[Redstone]
+SimulateRedstone=0
+
+[Monsters]
+AnimalsOn=0
+AnimalSpawnInterval=10
+Types=Spider,Chicken,Cow,Pig,Sheep,Squid,Enderman,Zombiepigman,Cavespider,Creeper,Ghast,Silverfish,Skeleton,Slime,Spider,Zombie
+
+[Authentication]
+Server=session.minecraft.net
+Address=/game/checkserver.jsp?user=%USERNAME%&serverId=%SERVERID%
+Authenticate=0
|