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

Separates player inventories per world
version 1.0.0
Approved
Direct Download How to install?
15 Downloads / 15 Total
Plugin Description §

Description

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.

API

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);
Supported API versions
5.0.0
->
5.27.1
Producers §
  • Collaborators:
    • @TaqdeesHigh
License §
Categories:
World Editing and Management
API plugins
Permissions
Manage worlds

You can leave one review per plugin release, and delete or update your review at any time

/ 5
Loading...