kpwn / Craftplayer

iOS Minecraft SMP Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CraftPlayer

A Minecraft SMP library for iOS.

Name sucks. We'll probably rename it in the future. Code on the GIT repo is under the GNU GPL license.

Credits

  • ac3xx: Started on Obj-C port; Provided private repo; IRC support; Obj-C coding.
  • qwertyoruiop: original python lib "libcraftpacket" used to test Minecraft servers and Obj-C coding. [Also called kpwn on github]

To-do

Add packets. Each packet has to be implemented async, so it's a bit of a pain, both coding and CPU-wise. Some caching might lower the CPU usage. Documentation. Testing.

License

Craftplayer is subject to a modified MIT license.

Copyright (c) 2012 James "ac3xx" Long Copyright (c) 2012 Luca "qwertyoruiop" Todesco

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THIS IS FREE SOFTWARE. IT CANNOT BE USED FOR COMMERCIAL PURPOSES WITHOUT PRIOR WRITTEN CONSENSE FROM THE AUTHOR(S).

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

iOS Minecraft SMP Library

License:Other


Languages

Language:Objective-C 100.0%