c6b4ee8c9f
- Changed the Durationsystem for Items. cPlayer::UseEquippedItem calls cItem::DamageItem this function damages the item if it has a duration. (needed the duration also in another place so this saves code ;)) - added some other burning blocks - the mobtypes for the settings.ini which i must have forgotten in the last commit git-svn-id: http://mc-server.googlecode.com/svn/trunk@150 0a769ca7-a7f5-676a-18bf-c427514a06d6
29 lines
576 B
INI
29 lines
576 B
INI
[Server]
|
|
Port=25565
|
|
MaxPlayers=10000
|
|
Description=MCServer - Slightly more custom!
|
|
|
|
[Worlds]
|
|
DefaultWorld=world
|
|
World=world_sexy
|
|
|
|
[Plugins]
|
|
Plugin=Core
|
|
Plugin=MagicCarpet
|
|
Squirrel=SquirrelChatLog
|
|
|
|
[HelpPlugin]
|
|
ShowPluginNames=1
|
|
|
|
[Physics]
|
|
Water=1
|
|
|
|
[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 |