Removed redstone from settings.ini, added a note about wiki and webadmin
git-svn-id: http://mc-server.googlecode.com/svn/trunk@938 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
parent
28332c6567
commit
9af881609b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user