- Native Minecraft Version:
- 1.18
- Tested Minecraft Versions:
- 1.8
- 1.17
- 1.18
- Source Code:
- https://github.com/Minecraft-Zocker-Pro/MZP-Core
- Languages Supported:
- English, German
![]()
The MZP-Core Library
MZP-Core is a modern, lightweight library for creating advanced plugins in few steps for the most common minecraft server versions. Tested with the minecraft version 1.8 and 1.18.
What features offer MZP-Core for Server Owner?
How I can install the API for my server?
- From 1.8 up to the newest version
- Same database structure system
- High performance and lightweight
- No Configuration disaster
- Multi network ready
- Powerful void management
- Patch for invisible bug, mostly 1.8
We created for server owner on our GitHub site an easy, understandable tutorial.
How I can configure the plugin correct?
You can find on our github page our configuration tutorial.
Work the API for x version?
There is no guarantee that it will work on all versions. We tested it on 1.8 and on the newest version 1.17.
What Plugins use these API?
More plugins will follow! If you have a plugin what use the API. Contact me!
- MZP-Economy
- MZP-Essential
- MZP-PlayerHologram
- MZP-Statistic
- MZP-JumpPad
- MZP-KillStreak
- MZP-PickupFilter
- MZP-VoteParty
- MZP-DoubleJump
- MZP-EnderChest
What features offer MZP-Core for Developers?
- From 1.8 up to the newest version
- Command
- Player Data
- Get
- Set
- HasValue
- IsValue
- Insert
- Delete
- Network ( multi server with redis )
- Custom messaging channel
- 13 inbuilt packets
- Custom Packets
- ItemBuilder
- DisplayName
- Lores
- Enchantsments
- ItemFlags
- Armor Color
- Firework
- ...
- Dynamic SQL without knowledge of the language
- Inventory
- Inventory Page
- Inventory Updateable
- Inventory Anvil
- Storage
- Database
- MySQL
- SQL
- Cache
- Redis
- Memory
- Disk (planned)
- JSON
- Message
- Title
- ActionBar
- Material
- Sound
- Particle
- Configuration
- Auto-Update
- Server Version
- Validator
- Item Serializer
- ArmorManager
- InvisibilityManager
- And More!
We created for beginner and for advanced developer easy understandable tutorials. It doesn't matter if you have enough coding knowledge or not. The tutorial is perfect for both types.
Here you can check out the beginner tutorial!
What is Dynamic SQL?
With the biggest feature in our API you dont need to worry about saving data anymore. We generate for you the correct SQL query without knowledge! The dynamic SQL feature is full asynchronous with the help of CompletableFuture. No syntax errors. No frustration. Easy and Fast!
Here a simple example:
// Init. zocker
Zocker zocker = Zocker.getZocker(e.getPlayer().getUniqueId());
// Get specific data from a player
// player = table
// "name" = column
zocker.get("player", "name");
Output: "my-new-name"
In background it generate exactly for you the SQL query and send it to the database.
I need help, how I can contact you?
The best way is to join our Discord server. We created for questions and problems a separate channel.
I found a bug! Where I can report it?
Our issue list get hosted by github. You can report here bugs.
All links in overview
Discord: https://discord.gg/XZ7hgjcgWT
GitHub: https://github.com/Minecraft-Zocker-Pro/MZP-Core
Wiki: https://github.com/Minecraft-Zocker-Pro/MZP-Core/wiki
Thanks for reading!
Regards
ludgart

MZP-Core API | Dynamic SQL - Inventory - Anvil - ItemBuilder - Title - Redis - Cache & MORE 0.0.22
library, api, dynamic sql, anvil, inventory, itembuilder, title, actionbar, multi version, redis
Recent Updates
- 1.18 Support Jan 8, 2022
- 1.17 Support, Invisibility fix for old versions, ArmorManager API Jun 30, 2021
- Anvil bug fix May 4, 2021