Yay! I have added support for zlib deflate decompression/compression to the dain/leveldb.
Fully Functional. Myabe the library have some bugs but that is not my fault xD. So here is my forked repository with the implementation.
This library is for developers
What i can do with this library? Well, you can read Minecraft Pocket Edition(MCPE) World(Level). For what that will be helpfull? That will help to create inventory editors and stuff like that
Awesome!
So, this is for ios?
Are going to create an editor?
I have been waiting for an ios editor!!
No this is not for iOS. This is just a library writhed in Java that can be helpful at the time to create a inventory editor. iOS use Objective-C maybe someone try to wrap the Mojang library in that languege. But that will not be me.
Yes, you will be able to create a world editor with this library. The inventory of the local player is saved with the key "~local_player" without quotes
Hi, have you been successful in using this to update the db? I can open the db and view the data OK, but once I write data into the db, and try to get Pocket edition to read it, it bombs out.
In github it looks like your library is built on 1.14 of leveldb, but in the notes it says Pocket Edition is built on 1.17. Could this be a cause? Is there a forum or thread to discuss this with other people looking to work on this?
Hello, this is jython234, part of the BlockServer development team. @InusualZ, is also part of it, and we are doing some testing on sending Chunks to the client. According to https://code.google.com/p/leveldb/source/list, there isn't much of a difference.
Hello InusualZ and any other contributors to this library,
I have recently stumbled upon this library in hope to read a pocket edition level. I have tried other versions of the leveldb (for example, leveldbjni) and they seem to be compatible with their own databases, but not the pocket edition's databases. I was wondering if this library has special modifications to work for pocket edition specific databases. If so, I can't seem to import the library correctly. I am using eclipse to create my project. If you could offer some help for working with this library, that would be great.
I don't know Python at all, but I have an idea, If someone could put this in mcedit in place of the of the old pocket edition editing tools, Maybe mcedit could read and write to the pocket edition format. The only problem is that this library is in Java and Mcedit is written in python (At least on the Linux version it is).
I can be found on Freenode IRC channels #pocketmine, #ModPEScripts, #LegendOfMCPE, #pmplugins or #BeaconMine.
I am a PocketMine-MP plugin developer. I hate it when people think that I love stupid admin positions. Being an admin is nothing compared to being a plugin developer.
I am also a main developer of BlockServer, a work-in-progress MCPE server software. You are welcome to download it, but it so far onlly spawns you in the upther (above the world). You can chat, though.
I do not own this server but I just love to put this banner here:
Sounds cool!!But too many item does its job well,so it is for ios,right?
Too many items is an addon. LevelDB library is mainly for Java projects to read levelDb files (MCPE levels), not as a user-side software.
Rollback Post to RevisionRollBack
I can be found on Freenode IRC channels #pocketmine, #ModPEScripts, #LegendOfMCPE, #pmplugins or #BeaconMine.
I am a PocketMine-MP plugin developer. I hate it when people think that I love stupid admin positions. Being an admin is nothing compared to being a plugin developer.
I am also a main developer of BlockServer, a work-in-progress MCPE server software. You are welcome to download it, but it so far onlly spawns you in the upther (above the world). You can chat, though.
I do not own this server but I just love to put this banner here:
Fully Functional. Myabe the library have some bugs but that is not my fault xD. So here is my forked repository with the implementation.
This library is for developers
What i can do with this library? Well, you can read Minecraft Pocket Edition(MCPE) World(Level).
For what that will be helpfull? That will help to create inventory editors and stuff like that
PD: Sorry for the short topic.
So, this is for ios?
Are going to create an editor?
I have been waiting for an ios editor!!
here
No this is not for iOS. This is just a library writhed in Java that can be helpful at the time to create a inventory editor. iOS use Objective-C maybe someone try to wrap the Mojang library in that languege. But that will not be me.
Where is inventory stored? Also would you be able to create a world editor out of this?
Hello, this is jython234, part of the BlockServer development team. @InusualZ, is also part of it, and we are doing some testing on sending Chunks to the client. According to https://code.google.com/p/leveldb/source/list, there isn't much of a difference.
^ Join our project!^
-
View User Profile
-
View Posts
-
Send Message
Retired StaffI have recently stumbled upon this library in hope to read a pocket edition level. I have tried other versions of the leveldb (for example, leveldbjni) and they seem to be compatible with their own databases, but not the pocket edition's databases. I was wondering if this library has special modifications to work for pocket edition specific databases. If so, I can't seem to import the library correctly. I am using eclipse to create my project. If you could offer some help for working with this library, that would be great.
Thanks!
Click on an image to view the section rules!









^ Join our project!^
Too many items is an addon. LevelDB library is mainly for Java projects to read levelDb files (MCPE levels), not as a user-side software.
May I see this?