Home›Java›Mods›MZP-Core API | Dynamic SQL - Inventory - Anvil - ItemBuilder - Title - Redis - Cache & MORE
ModsJava
MZP-Core API | Dynamic SQL - Inventory - Anvil - ItemBuilder - Title - Redis - Cache & MORE
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?
- 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?
- MZP-Economy
- MZP-Essential
- MZP-PlayerHologram
- MZP-Statistic
- MZP-JumpPad
- MZP-KillStreak
- MZP-PickupFilter
- MZP-VoteParty
- MZP-DoubleJump
- MZP-EnderChest
Spoiler: What features offer MZP-Core for Developers?
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
- Database
- 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:
Spoiler: Dynamic SQL 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.
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
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.8, 1.17, 1.18
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
MZP-Core API | Dynamic SQL - Inventory - Anvil - ItemBuilder - Title - Redis - Cache & MORE is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.17, 1.18. Downloaded 1,958 times (via Spigot). Download it and open it directly in the game.