2012-10-06 16:12:54 -04:00
|
|
|
; 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.
|
|
|
|
|
2011-12-23 18:58:54 -05:00
|
|
|
[Server]
|
|
|
|
Port=25565
|
2012-09-29 09:41:47 -04:00
|
|
|
MaxPlayers=100
|
2012-09-29 10:58:57 -04:00
|
|
|
Description=MCServer - in C++
|
2013-01-13 06:10:26 -05:00
|
|
|
DefaultViewDistance=9
|
2011-12-23 18:58:54 -05:00
|
|
|
|
|
|
|
[Worlds]
|
2012-03-04 09:09:35 -05:00
|
|
|
DefaultWorld=world
|
2011-12-26 16:54:08 -05:00
|
|
|
|
|
|
|
[Plugins]
|
2012-10-16 04:20:45 -04:00
|
|
|
; Plugin=Debuggers
|
2012-10-13 19:34:47 -04:00
|
|
|
; Plugin=DiamondMover
|
|
|
|
Plugin=Core
|
|
|
|
Plugin=ChunkWorx
|
2013-01-13 06:10:26 -05:00
|
|
|
Plugin=Debuggers
|
|
|
|
Plugin=HookNotify
|
|
|
|
Plugin=ChatLog
|
|
|
|
Plugin=DiamondMover
|
2011-12-26 16:54:08 -05:00
|
|
|
|
|
|
|
[HelpPlugin]
|
|
|
|
ShowPluginNames=1
|
|
|
|
|
|
|
|
[Monsters]
|
|
|
|
AnimalsOn=0
|
|
|
|
AnimalSpawnInterval=10
|
2011-12-28 16:00:35 -05:00
|
|
|
Types=Spider,Chicken,Cow,Pig,Sheep,Squid,Enderman,Zombiepigman,Cavespider,Creeper,Ghast,Silverfish,Skeleton,Slime,Spider,Zombie
|
2011-12-25 08:44:22 -05:00
|
|
|
|
|
|
|
[Authentication]
|
|
|
|
Server=session.minecraft.net
|
|
|
|
Address=/game/checkserver.jsp?user=%USERNAME%&serverId=%SERVERID%
|
2012-08-20 08:20:20 -04:00
|
|
|
Authenticate=0
|
|
|
|
|