Quantcast
Viewing all articles
Browse latest Browse all 12

Player API 1.5/1.4.7 for Minecraft

Image may be NSFW.
Clik here to view.
Minecraft Player API

Player API gives third party mods managed access to the main player class. This mod is an API which give access to the EntityPlayer class while minimizing conflicts between mods. To make a player API mod simply make a class that extends PlayerBase (much like extending BaseMod) and register it with PlayerAPI.RegisterPlayerBase(PlayerBaseExample.class); in your mod_ file constructor. An example PlayerBaseMoods is included in the download.

Player API is an API which provides access to

  • the client class “EntityPlayerSP” aka “bag” or
  • the server class “EntityPlayerMP” aka “iq” or
  • the bukkit class “EntityPlayer”

while minimizing conflicts between mods.

Incompatibilities

  • Player API server is compatible with Minecraft Forge server, just install Player API server after Minecraft Forge server.

Installation

CLIENT

  1. Download Player API Client
  2. Go to the appdata folder and navigate to .minecraft/bin
  3. Open minecraft.jar in WinZIP, WinRAR or 7zip
  4. Drag the three class files from Player API into the jar
  5. Delete the META-INF folder if you haven’t already

SERVER

  1. Download Player API for Server
  2. Open minecraft_server.jar in WinZIP, WinRAR or 7zip
  3. Drag the three class files from Player API into the jar

Download Link

For MC 1.5 : http://www.mediafire.com/?q4d2u38d8588q51

Mirror : http://dl.dropbox.com/…..%20Player%20API%20universal%201.0.zip

For MC 1.4.7:

Universal 1.2 (for Minecraft 1.4.7) : http://adf.ly/ITkux – (Mirror)

Bukkit 1.1 (for CraftBukkit 1.4.7-R1.0) : http://adf.ly/ITkzz – (Mirror)

Render 1.2 (API pack) : http://adf.ly/ITlf2 – (Mirror)

Changelogs:

  • Updated for Minecraft 1.5
  • Fixed Minecraft Forge support for item drops on death
  • Updated Player API for CraftBukkit 1.4.7-R1.0 and added Spigot support
  • Updated to Player API universal 1.2

Credits to Divisor.


Viewing all articles
Browse latest Browse all 12

Trending Articles