From 39ff5b09859ebecbabf9b953c763cc61cd85d905 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Tue, 21 Aug 2012 15:25:17 +0000 Subject: Fixed nightbuild script after files move. Also moved licenses and Install-related files to Install folder. The 7z archives are now built inside the Install folder, instead of the root git-svn-id: http://mc-server.googlecode.com/svn/trunk@771 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- Install/settings.example.ini | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 Install/settings.example.ini (limited to 'Install/settings.example.ini') 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 -- cgit v1.2.3