What is Player API?
Are you a content creator for Minecraft, building mods for various creative ideas, to add rich new content to the gloriously varied Minecraft modding community? Then you might know about the Player API, which gives the modders that much needed push to get some of the mods to work in general. This gives you access to client, server, and bukkit classes and simultaneously reduces incompatibility between mods. Many very popular mods like Smart Moving and Aether Mod rely on the Player API to function which in turn makes this a lot like Minecraft Forge or Modloader in that regard.
Player API gives third party mods managed access to the main player class.
Player API Features:
- Gives you access to client, server, and bukkit classes for much more control over the mod you are creating.
- Player entity class is accessible for custom movement and more
Player API is an API which provides access to
- the client class “EntityPlayerSP” aka “cio” or
- the server class “EntityPlayerMP” aka “qw” or
- the bukkit class “EntityPlayer”
while minimizing conflicts between mods.
How to install Player API for Minecraft:
- make sure you download the right file:
- Vanilla for mods on a vanilla (non Minecraft Forge) client/server.
- Forge for mods on a Minecraft Forge client/server.
- Bukkit for bukkit plugins.
- MCPC+ for mods on a MCPC+ server.
- 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 afterMinecraft Forge server.
Player API Download Links:
Previous versions:
For 1.5.2
Universal:
http://dl.mod-minecraft.net/download.php?file=e370a280377099c7f46ef8c7a47c66a5Render (API pack):
http://dl.mod-minecraft.net/download.php?file=4981070621c2116bb72f7b979f60b878Bukkit:
http://dl.mod-minecraft.net/download.php?file=2fc8b07c6b078d8c1788b833a818695e
MCPC+:
http://dl.mod-minecraft.net/download.php?file=d59eb2b0e04f22f4c4749f9a5b613a30
For 1.6.2
Vanilla:
http://dl.mod-minecraft.net/download.php?file=1cd1dc14c81aa2cdd14a59337914fbe8Forge:
http://dl.mod-minecraft.net/download.php?file=ed3473b8e755df143caf7ad9e5e995f9Bukkit:
http://dl.mod-minecraft.net/download.php?file=13ee074d176ad9a80b1ad458229dd63b
MCPC+:
http://dl.mod-minecraft.net/download.php?file=ba70a8a3a9b8810ea7429c20a3356403
Render (API pack):
http://dl.mod-minecraft.net/download.php?file=b926362950041973752c9a56ce250903
For Minecraft 1.6.4
Core:
http://dl.mod-minecraft.net/download.php?file=ae8315b2c38721bf8f462236b9972eb2Forge:
http://dl.mod-minecraft.net/download.php?file=98fe148ecefe389d78adf6619b401379Vanilla:
http://dl.mod-minecraft.net/download.php?file=e99ae5626e1f910e5dc55ccbf5158562Render (API pack):
http://dl.mod-minecraft.net/download.php?file=b2de764c33838b9bfda456704429ac5e
For Minecraft 1.7.2
Core:http://dl.mod-minecraft.net/download.php?file=e5a6541d49371b29099eb7c078db7301
For Minecraft 1.7.10
Core: http://dl.mod-minecraft.net/download.php?file=e9659735a356338e36f4c0dbf67cf94f
For Minecraft 1.8
Core: http://dl.mod-minecraft.net/download.php?file=25220bf52604d7f8876610e09f4ccd41
Author: Divisor