Minecraft MplManager mod 2024 download
logo
minecraft mod MplManager

MplManager

Game Version: 1.10
Total Downloads: 2,830
Updated: Nov 3, 2016
Created: May 27, 2016
Download MplManagerDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
v2.10.1 release 786.65 KB Nov 3, 2016 1.10 205 download MplManager v2.10.1 releaseDownload
v2.10 release 784.11 KB Oct 5, 2016 1.10 101 download MplManager v2.10 releaseDownload
v2.9.3 release 663.37 KB Jul 5, 2016 1.10 171 download MplManager v2.9.3 releaseDownload
v2.9.2 release 662.71 KB Jul 5, 2016 1.10 117 download MplManager v2.9.2 releaseDownload
v2.9.1 release 632.56 KB Jul 4, 2016 1.10 144 download MplManager v2.9.1 releaseDownload
v2.9 release 622.06 KB Jul 2, 2016 1.10 126 download MplManager v2.9 releaseDownload
v2.8.2 release 3.95 MB Jun 30, 2016 1.10 119 download MplManager v2.8.2 releaseDownload
v2.8.1 release 3.95 MB Jun 29, 2016 1.10 146 download MplManager v2.8.1 releaseDownload
v2.8 release 3.94 MB Jun 29, 2016 1.10 100 download MplManager v2.8 releaseDownload
v2.7.1 release 3.94 MB Jun 29, 2016 1.10 117 download MplManager v2.7.1 releaseDownload
v2.7 release 3.93 MB Jun 29, 2016 1.10 149 download MplManager v2.7 releaseDownload
v2.6.1 release 3.93 MB Jun 28, 2016 1.10 108 download MplManager v2.6.1 releaseDownload
v2.6 release 3.93 MB Jun 28, 2016 1.10 97 download MplManager v2.6 releaseDownload
v2.5.2 release 3.96 MB Jun 26, 2016 1.10 112 download MplManager v2.5.2 releaseDownload
v2.5.1 release 3.96 MB Jun 26, 2016 1.10 129 download MplManager v2.5.1 releaseDownload
v2.5 release 3.96 MB Jun 5, 2016 1.9 136 download MplManager v2.5 releaseDownload
v2.4.1 release 3.92 MB May 29, 2016 1.9 148 download MplManager v2.4.1 releaseDownload
v2.4 release 3.92 MB May 28, 2016 1.9 185 download MplManager v2.4 releaseDownload
v2.3.1 release 3.92 MB May 28, 2016 1.9 127 download MplManager v2.3.1 releaseDownload
v2.3 release 3.92 MB May 27, 2016 1.9 136 download MplManager v2.3 releaseDownload
v2.2 release 3.92 MB May 27, 2016 1.9 157 download MplManager v2.2 releaseDownload

Screenshots

Description

Share this:

This is the Bukkit plugin for MPL. This page will focus on the plugin only.
If you want to learn more about MPL check out their wiki.

Features

The main feature of this plugin is to allow you to compile MPL-scripts on a server without having to open the world in MCedit, use the one-command setup or import the structure with WorldEdit and a schematic.
MPL has not been written by me. It is a Command Block Script Language by Adrodoc55.


You can have multiple structures with independent files in your world. And you can compile them on the spot with a single simple command.

Notes

Please keep in mind that this page just covers the basics. For more information please read our wiki.
Or have a look at the project page.
If there is a conflict between the wiki and this page, the wiki is right. But please tell me anyways.

All credit for MPL goes to Adrodoc55!

Installation

As with most other plugins the installtion is quite simple. Just upload the MplManager.jar to your plugins/ folder. If it does not exits start your server once.


After the plugin has run for the first time it should have created the following strcuture in your plugins/ folder:

plugins/
├── MplManager/
│   ├── lang/
│   ├── lib/
│   ├── scripts/
│   ├── config.yml
│   └── structures.yml
└── MplManager-*.jar

lang/ will contain all translation files. If you remove them they will be regenerated. You also can add your own language.
lib/ will contain some required libraries which will be regenerated each start should you (by accident) delete them.
scripts/ is the folder for your scripts. You may create subdirectories if you please.
config.yml is the config file. You can adjust some settings here.
structures.yml is the save file for all structures. Do not delete it unless you want to loose all structures.


If you run into any problems please first make sure you are running the server with Java 1.8

Commands

/mpl <mpl_command> [parameter]: Executes a mpl command. "/mpl add" is the same as "/mpladd".
/mpladd <Name> [File.mpl] [x y z]: Adds a MPL structure to the world. The structure will not be generated. Use "/mplcompile <Name>" for that.
/mpcompile <Name> [force]: Compiles the script and creates the structure. Will stop and delete the old structure if necessary. "force" forces the structure to compile without waiting for it to stop
/mpldel <Name> [keep]: Removes the structure. To keep the structure in the world add the parameter "keep"
/mpllist [page]: Lists all structures
/mplnotify <Name>: Notifies a waiting compilation to continue. Can only be used from command blocks!
/mploption <Name> <Option> [true|false] or /mploption <Name> list: Sets or displays the value of a option. Also can list all active options
/mplreload [all|structures|config]: Reloads the structures or the config from file. By default everything will be reloaded

Permissions

mplmanager.add: Can the user add a new structure (default: op)
mplmanager.compile: Can the user compile a MPL script (default: op)
mplmanager.del: Can the user delete a structure (default: op)
mplmanager.list: Can the user list all structures (default: op)
mplmanager.option: Can the user set options for a structure (default: op)
mplmanager.reload: Can the user reload the structures from file (default: op)

mplmanager.*:
– mplmanager.add
– mplmanager.compile
– mplmanager.del
– mplmanager.list
– mplmanager.option
– mplmanager.reload

mplmanager.user:
– mplmanager.compile
– mplmanager.list
– mplmanager.option

mplmanager.admin:
– mplmanager.add
– mplmanager.del
– mplmanager.list
– mplmanager.reload

Configuration

  • language:
    Language of the messages.
    Make sure you have a .yml file with the same name in the lang directory
    You can also create a custom language with that.
  • includeNotify:
    Whether to automatically include the "/mplnotify <Name>" command

Comments

Add a comment