Skip to content

What is MZP Core?

ludgart edited this page Nov 10, 2020 · 1 revision

What is MZP-Core?

MZP-Core is an modern libaray for creating advanced plugins for minecraft server without much effort.

Server Owner

Server owner can use these written plugins from the minecraft version 1.8 up to the latest version.
The special feature is the advanced storage system. Instead of saving the data splitted, the plugin own a unique structure system for all MZP-Core plugins.
That mean, every plugin can access all saved data without problems. The most plugins create for every data an own table instead of linking them.
With the automatic configuration system, server owner dont need to reset the configuration files on every update. The MZP-Core handle it by self.
Every plugin which use the MZP-Core API can setup an automatic configuration system without reseting the config files on every update.
There are a lot of more benifts.

Developer

Creating advanced plugins is with the libaray MZP-Core very easy.
The API takes over the common problem with the incompaitibly of server versions. The plugin work with the most versions from 1.8 up to the latest.
Developer have the abiltiy to create dynamic database data without knowledge of SQL language.
More information are described in the Developer section

Information

Server Owner

Developer

Clone this wiki locally