PMMPCore Framework

PMMPCore is a modular framework for Minecraft Bedrock that brings a PocketMine-style plugin architecture to Bedrock. Not just an addon, it’s a full platform for building complex, scalable, and maintainable server experiences.

File Details

PMMPCore Framework V1.0.0

  • R
  • Apr 27, 2026
  • 351.21 KB
  • 75
  • 26.10

File Name

PMMPCore-Framework-V1.0.0.mcpack

Supported Versions

  • 26.10

🚀 Major Features
- Modular Plugin Architecture with dependency management
- Centralized Database Manager using Dynamic Properties  
- Typed Command Framework with validation and permissions
- Event-Driven System for cross-plugin communication
- Multi-World Support with lazy loading
- Developer APIs for ore generation and world hooks

✨ New APIs
- WorldGenerator API: Custom ore registration with scoping
- Generation Hooks API: Procedural structure generation
- DatabaseManager API: Persistent data storage
- Command Registry API: Typed commands with namespaces
- Event System API: Cross-plugin event handling

📦 Included Plugins
- MultiWorld: Complete world management system
- ExamplePlugin: Template demonstrating API usage

🛠️ Technical Improvements
- Micro-slicing to prevent watchdog timeouts
- Memory management and automatic cleanup
- Robust error handling and validation
- Performance optimization with lazy loading

📚 Documentation
- Complete bilingual documentation (English/Spanish)
- API reference and plugin development guide
- Professional formatting with language selectors

⚠️ Requirements
- Minecraft Bedrock Preview 26.20.26+
- Beta APIs (disables Xbox Achievements)
- JavaScript knowledge for developers