=======================
Smart Moving Server Mod
=======================

Version 11.9 for Minecraft Server 1.4.5

by Divisor



Description
===========

The Smart Moving Server mod provides smart moving specific communication between different SMP clients.

Additionally using a SMP server with this mod avoids bugs that can happen when using Smart Moving clients with standard SMP servers.

In summary using a SMP server with Smart Moving provides the following features:
* crawling into small holes without taking damage
* climbing down without suffering ground arrival damage
* smart moving anmiations for the other players
* correct item placement while being small sized



Required Mods
=============

The non standalone server installation packages require

    * Player API server %playerapi.server.version% or higher

to be installed too.



Installation
============

Installation varies depending on the minecraft server you are using.
So choose your package and install it - do NOT install more than one package.

In any case, NEVER forget: ALWAYS back up your stuff!


Standalone Server
-----------------
* You are running a standard minecraft server
* Your minecraft server installation does not use any mod management system.
* You don't care about other mods, you just want to smart move while playing Minecraft.

Move the contents of the Smart Moving installation package "Smart Moving Server Standalone ho-iq-iv.zip" to their corresponding locations in your "minecraft_server.jar".

It overwrites the files "ho.class", "iq.class" and "iv.class" and should not be combined with other mods that overwrite any of these files.


Minecraft Forge Server
----------------------
* Your are running a standard minecraft server
* Your server allready has Minecraft Forge installed.

Move the Smart Moving installation package "Smart Moving Server for Minecraft Forge.zip" into the subfolder "mods" of your Minecraft server installation folder.

Alternatively move the contents of this installation package to their corresponding locations in your "minecraft_server.jar" in your Minecraft server installation folder.

Don't forget to:
* ensure you have the latest version of PlayerAPI universal installed!
* ensure you have the latest version of Minecraft Forge server installed!
* ensure all your clients have Minecraft Forge client installed!



Compatibility
=============

The server mod replaces specific previously created instances with proprietary ones:

* Server 'NetServerHandler' at "EntityPlayerMP.playerNetServerHandler"
  Server mods that use similar replacements will not work correctly with this Server mod.



Configuration
=============

The file "smart_moving_options.txt" can be used to configure the behavior this mod.
It is located in your minecraft server's working directory.
If does not exist at Minecraft server startup time it is automatically generated.

You can use its content to manipulate this mod's various features on all connected clients.



SBC Support
===========
Smart Moving provides support for Simple Block code (http://dev.bukkit.org/server-mods/sbc/)
Have a look at the website to find the exact codes to block specific Smart Moving features for server players.
