By continuing to use this site, you agree to the Terms of Service of this website, including usage of cookies.
OK, Don't show this again
WDInventories is a PocketMine-MP plugin that separates player inventories per world. This ensures that players have different inventories in different worlds, making it ideal for multi-world servers.
If you're a developer, you can interact with WDInventories using:
/** @var InventoryManager */
$inventoryManager = $plugin->getInventoryManager();
// Save a player's inventory manually
$inventoryManager->saveInventory($player, $worldName);
// Load a player's inventory manually
$inventoryManager->loadInventory($player, $worldName);
You can leave one review per plugin release, and delete or update your review at any time