================
Player API forge
================

Version 1.3 for Minecraft 1.6.2

based on Player API vanilla 1.1 for Minecraft 1.6.2

by Divisor



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

Player API forge is an Minecraft Forge core mod which gives

* client mods access to the client classes "EntityPlayerSP" aka "beu" and "EntityPlayerMP" aka "ju"
* server mods access to the server class and "EntityPlayerMP" aka "ju"

while minimizing conflicts between mods.



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

Client
------

Copy the file "PlayerAPI.jar" inside this Player API installation package to the "mods" folder of your Minecraft installation. In case this folder does not exist, install Minecraft Forge (http://www.minecraftforge.net) on your client and start the corresponding "Forge" Minecraft version at least once.

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


Server
------

Copy the file "PlayerAPI.jar" inside this Player API installation package to the "mods" folder of your Minecraft server installation. In case this folder does not exist, install Minecraft Forge (http://www.minecraftforge.net) on your server and start it at least once.

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