1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

What type of storage does pmmp uses?

Discussion in 'Help' started by xtremelora, Mar 5, 2017.

  1. xtremelora

    xtremelora Creeper

    Messages:
    3
    GitHub:
    xtremelora
    Hello guys, right now Im in the process of converting my mcpe map to pmmp map, but I don't know what kind of storage (database) pmmp uses...
    Is it anvil, mcregion or any other???
    Im using the api 3
     
  2. Sandertv

    Sandertv Zombie Pigman Poggit Reviewer

    Messages:
    786
    GitHub:
    Sandertv
    PocketMine can use Anvil, MCRegion and PMAnvil. (which is a 'modified' anvil that works a lot faster) Using the right extension you can kind of make Leveldb work too, but I wouldn't recommend it yet, as it isn't super stable.
     
  3. robske_110 (Tim)

    robske_110 (Tim) Wither Skeleton Poggit Reviewer

    Messages:
    1,342
    GitHub:
    robske110
    This list is sorted by what you should use vs. what you shouldn't use
    pmanvil (slightly modified anvil, pretty fast due to not needing to reorder to XZY)
    leveldb (mcpe save format, not stable yet and you need an extension)
    anvil (slow due to reordering from XYZ to XZY)
    mcregion (only 128 build height)
     
    xtremelora, Awzaw and jasonwynn10 like this.
  4. Awzaw

    Awzaw Zombie Pigman Poggit Admin

    Messages:
    726
    GitHub:
    awzaw
    Dktapps' chunkutils is a PHP extension that cuts lag massively in Anvil worlds: https://github.com/dktapps/PocketMine-C-ChunkUtils
     
    xtremelora and corytortoise like this.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.