Jump to content

Syntaxial

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Syntaxial

  1. SKMC's launcher can do this, but it required you to host the files on a public server. You could always modify it, though... ...Now I want to fork his launcher and make improvements. There goes the rest of the weekend instead of waiting for a server to be assembled
  2. Thanks alot it is getDisplayName() just in a different location it was Minecraft.getMinecraft().thePlayer.getDisplayName(); Be warned: That only works in Singleplayer as far as I remember. Also, if the display name changes, the user will no longer be an owner of that block. I don't have the API in front of me (Temporary install of Win8 to do tax, then back to Arch tonight), but I think EntityPlayer has a getEntityName() function, so it should be entityPlayer.getEntityName(), where entityPlayer is whatever you are referencing the EntityPlayer by Someone please correct me if I'm wrong?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.