Player API gives third party mods managed access to the main player class
Player API is an API which provides access to
- the client class “EntityPlayerSP” aka “bem” or
- the server class “EntityPlayerMP” aka “js” or
- the bukkit class “EntityPlayer”
while minimizing conflicts between mods.
Installation:
- Make sure you download the right file:
- Client for client side mods that require Player API client
- Read the “installation” section of your download’s readme files
Incompatibilities
- Player API server is compatible with Minecraft Forge server, just install Player API server after Minecraft Forge server.
Changelogs:
Universal v1.0
- Moved API classes to separate packages, renamed client API classes and upgraded to Minecraft 1.6.1
Render v1.0
- Upgraded to Minecraft 1.6.1
For 1.6.1
Universal: Server 1 – Server 2 – Server 3
Render (API pack): http://www.dl5.9minecraft.net/index.php?act=dl&id=1372832892
For 1.5.2
Universal: Server 1 – Server 2
Render (API pack): http://www.dl5.9minecraft.net/index.php?act=dl&id=1367648509
Bukkit: http://www.dl.9minecraft.net/index.php?act=dl&id=1368617848
MCPC+: http://www.dl.9minecraft.net/index.php?act=dl&id=1371459338
For 1.5.1
Universal: Server 1 – Server 2
Render: http://www.dl.9minecraft.net/index.php?act=dl&id=1364041399
Bukkit: http://www.dl.9minecraft.net/index.php?act=dl&id=1365428994
MCPC+: http://www.dl.9minecraft.net/index.php?act=dl&id=1365429034
For 1.5
Universal: Server 1 – Server 2
Render: http://www.dl2.9minecraft.net/index.php?act=dl&id=1363243010
For 1.4.7/1.4.6
Universal: Server 1 – Server 2
Bukkit: http://www.dl.9minecraft.net/index.php?act=dl&id=1361472282
MCPC+: http://www.dl.9minecraft.net/index.php?act=dl&id=1361472252
Render: http://www.dl.9minecraft.net/index.php?act=dl&id=1356856637
For 1.4.5
Universal: http://www.dl.9minecraft.net/index.php?act=dl&id=1353858805
Bukkit: http://www.dl.9minecraft.net/index.php?act=dl&id=1357806748
Credits: Divisor