Nexly is a PocketMine-MP 5.35.0+ (PHP 8.1+) plugin that simplifies custom item and block creation for Minecraft Bedrock Edition. Focus on your game logic and visual design while Nexly handles the complex technical implementation details.
- Clean API: Create custom blocks and items with minimal boilerplate code
- Attribute-based system: Use PHP attributes to define item properties and behaviors
- Automatic ID management: No more manual ID allocation or collision handling
- Automatic registration: Handles block/item registration, component assignment, and state management
- Creative inventory integration: Automatic sorting and categorization in the creative menu
- Recipe system: Built-in support for shaped and shapeless recipes with automatic registration
- Dynamic mappings: Automatic block-to-item mapping and reverse lookups
- Complex blocks: Support for block permutations, multiple states, and custom geometries
- Dual item systems: Both data-driven and legacy item support for maximum compatibility
- Comprehensive examples: Working code samples for common use cases
- Modular architecture: Easy to extend and customize for specific needs
- Type safety: Full type hints and IDE support for better development experience
- Documentation: Detailed API documentation and usage guides
- Érodia - A French PvP-Faction server with custom items and blocks.