Skip to content

Initial pre-release

Pre-release
Pre-release
Compare
Choose a tag to compare
@PEMapModder PEMapModder released this 21 Jan 15:44
· 86 commits to master since this release

This is the first beta release. Completed features can be found at the README file.

Unimplemented features

Some features specified in the config file may not be implemented/tested yet. Please check the README for what is confirmed to be working.

Incompatible configs across versions

There may be incompatible file changes between beta releases (but not between RCs; in every RC a new config file will be used, although some former values might be deprecated).

Do not compile from source without NOWHERE compiler

Please do not attempt to compile this plugin through pmt.mcpe.me or DevTools or ConsoleScript, because this plugin uses the NOWHERE framework. It is slightly preprocessed and plugin.yml is generated using the NOWHERE compiler script, so normal loaders won't work on it. It can only be compiled into a plugin phar using the NOWHERE compile script compile.php found at the root directory of this repo, using PHP 7.

Download phar directly

And this is the main point. You can simply download the phar release from the links below, or get the latest development/beta/RC builds from the compile/ directory in the repo.

Why is this build #82?

Due to the nature of the NOWHERE framework, the build number is bumped every time I compile the code. Hence, every time I modified some code and want to create a new phar to test, the build number is bumped. I have compiled it for 82 times, so it is build #82 now. This does not mean that this is the 82nd development/beta builds, because a lot of numbers have been skipped when I internally test them or just accidentally compiled twice. Higher number means a newer version, but do not think that there are 82 versions.