-
Notifications
You must be signed in to change notification settings - Fork 1
What is MZP Core?
ludgart edited this page Nov 10, 2020
·
1 revision
MZP-Core is an modern libaray for creating advanced plugins for minecraft server without much effort.
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.
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
- Basic
- Installation & Configuration
- Hello World
- Command
- Config
- Material
- Sound
- Particle
- Message
- Title
- ActionBar
- Advanced
- ItemBuilder
- Storage
- Inventory
- Static
- Updatable
- Anvil
- Player Data
- Get
- GetList
- Set
- HasValue
- IsValue
- Insert
- Delete
- OfflineZocker
- Item Serializer
- Custom Event
- Utilit
- Common Problems
- Frequently Asked Questions