PHPackages                             nglam2911/invcraft - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. nglam2911/invcraft

ActivePocketmine-plugin[Utility &amp; Helpers](/categories/utility)

nglam2911/invcraft
==================

Bigger crafting table plugin for PocketMine-MP

1.0.0(1y ago)1631[1 issues](https://github.com/NgLam2911/InvCraft/issues)MITPHPPHP ^8.2CI passing

Since Sep 3Pushed 6mo ago2 watchersCompare

[ Source](https://github.com/NgLam2911/InvCraft)[ Packagist](https://packagist.org/packages/nglam2911/invcraft)[ RSS](/packages/nglam2911-invcraft/feed)WikiDiscussions rewrite Synced 1mo ago

READMEChangelog (3)Dependencies (6)Versions (2)Used By (0)

Invcraft - A 6x6 crafting table plugin for PocketMine-MP
========================================================

[](#invcraft---a-6x6-crafting-table-plugin-for-pocketmine-mp)

Feel free to report any bugs or suggest new features in [Issues](https://github.com/NgLam2911/InvCraft/issues)

Command &amp; Permission
========================

[](#command--permission)

Command
-------

[](#command)

- `/invcraft` - Open InvCraft main menu
    - aliases: `/ic`
    - permission: `ic.command`

Permission
----------

[](#permission)

- `ic.command` - Allow player to use `/invcraft` command including view and craft items
- `ic.admin` - Allow player to use add, edit, remove recipes (will show additional options in menu for admin)

News in this version
====================

[](#news-in-this-version)

- MySQL, SQLite database support.
- Multi-pattern matching like vanilla crafting table.
- Work with any items, including custom items (if you have a plugin that can create custom items).
- Languages support

Planned for future update
=========================

[](#planned-for-future-update)

- Custom ingredients, result process
    - Any meta match, EX: Any planks
    - Transfer NBT from ingredients to result
- Custom, advanced API for developers
- I'm too lazy.

And more...

Build from s a u c e
====================

[](#build-from-s-a-u-c-e)

You can use pharynx to build this plugin, if pharynx is in your server path and you have cloned this repo into your plugins folder, you can use following cmd:

```
php -dphar.readonly=0 pharynx.phar -c -i plugins/InvCraft -p=plugins/InvCraft.phar
```

or you can find the lastest build in [Poggit](https://poggit.pmmp.io/ci/NgLam2911/InvCraft/InvCraft)

### This rewrite version is NOT compatible with the old version, i currently dont have any idea for converting old recipes to the new format, so you have to create them again.

[](#this-rewrite-version-is-not-compatible-with-the-old-version-i-currently-dont-have-any-idea-for-converting-old-recipes-to-the-new-format-so-you-have-to-create-them-again)

For developers (API Doc)
========================

[](#for-developers-api-doc)

Recipes API
-----------

[](#recipes-api)

```
use NgLam2911\InvCraft\crafting\Recipe;
use NgLam2911\InvCraft\InvCraft;

$recipeManager = InvCraft::getInstance()->getRecipeManager();
// Create a new recipe
$recipe = new Recipe();
$recipeManager->addRecipe($recipe);
// Remove a recipe
$recipeManager->removeRecipe();
// Get a recipe
$result = $recipeManager->getRecipe();
```

Handle when a player craft an item
----------------------------------

[](#handle-when-a-player-craft-an-item)

```
use NgLam2911\InvCraft\event\InvCraftItemEvent;

// EventsListener.php
public function onCraft(InvCraftItemEvent $event) {
    $player = $event->getPlayer();
    $recipe = $event->getRecipe();
    $result = $event->getResult();
    // Do something here
}
```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance52

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

614d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/67633b6b63905e4c204cf1c4137144ca11c13e6c752af0846780ec5f175319d3?d=identicon)[NgLam2911](/maintainers/NgLam2911)

---

Top Contributors

[![NgLam2911](https://avatars.githubusercontent.com/u/33188123?v=4)](https://github.com/NgLam2911 "NgLam2911 (34 commits)")

---

Tags

pocketmine-mppocketmine-mp-plugin

### Embed Badge

![Health badge](/badges/nglam2911-invcraft/health.svg)

```
[![Health](https://phpackages.com/badges/nglam2911-invcraft/health.svg)](https://phpackages.com/packages/nglam2911-invcraft)
```

###  Alternatives

[muqsit/invmenu

A PocketMine-MP virion to create and manage virtual inventories!

2234.2k1](/packages/muqsit-invmenu)[muqsit/simple-packet-handler

Handle specific data packets (virion for PMMP API 4.0.0)

426.1k3](/packages/muqsit-simple-packet-handler)[dktapps/pmforms

Form API library for PocketMine-MP plugins

522.3k1](/packages/dktapps-pmforms)[muqsit/asynciterator

A virion that simplifies writing tasks that traverse iterators

182.9k](/packages/muqsit-asynciterator)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
