Skip to content
This repository has been archived by the owner on Jul 11, 2018. It is now read-only.

Releases: Muirfield/pmimporter

2.0dev1

08 Oct 22:46
Compare
Choose a tag to compare
2.0dev1 Pre-release
Pre-release

Documentation can be found here: GitHub

  • removed commands: entities, dumpchunk
  • syntax of sub-commands changed
  • PocketMine-MP plugin has been discontinued
  • Major speed improvements
  • Imports chunks into existing maps.
  • Added PHP7 compatibility
  • Initial LevelDB support

1.5upd2

02 Oct 17:24
Compare
Choose a tag to compare

- 1.5upd2: Update - Added new blocks since 0.10

1.5upd1

07 Jun 20:08
Compare
Choose a tag to compare

Bugfix in Plugin code...

README

pmimporter v1.5 release

16 Apr 20:34
Compare
Choose a tag to compare
  • BugFixes in MCPE0.2.0 format.
  • BugFixes with region offsests on negative values
  • Tweaked builds and subcommand names

pmimporter v1.4 release

03 Apr 08:56
Compare
Choose a tag to compare

A collection of tools used for importing world maps for use with
PocketMine-MP and Minecraft PE. It can be used from the Command-line
and also as a plugin for PocketMine-MP.

It supports the following input formats:

  • McRegion (Minecraft PC Edition, PocketMine v1.4)
  • Anvil (Minecraft PC Edition)
  • PMF (PocketMine v1.3)
  • mcpe020 (Minecraft PE 0.2.0-0.8.1)

Changes

  • Added pmentity to dump entity data
  • Added region settings to MCPE0.2.0 and PMF1.3 formats.
  • Fixed offset functionality.
  • Filter out Dropped Item entities.

Click here for more information.

For your convenience a "converter.jar" file is included in this release to help convert LevelDB maps to Anvil format. This tool comes from LevelDB2Avnil