menu
#9249167 Cannot declare class muqsit\invmenu\InvMenu, because the name is already in use

Submitted by PocketMine-MP 5.5.0

General information

Version: 5.5.0
Git commit: c8d357f4
Plugin involvement: Direct
Report date: 2023-09-19 15:24:13 +0000 UTC
Server uptime: 0 days 0 hours 0 minutes 25 seconds

System Information

PHP version: 8.1.23
JIT status: Not available
Operating system: linux
System banner: Linux 6b0f1e01-41c8-4717-be37-d0f2eea9164d 5.4.0-162-generic #179-Ubuntu SMP Mon Aug 14 08:51:31 UTC 2023 x86_64

Error information

Warning: the weekomComplementPriv plugin was directly involved in this crash. Please contact the plugin author.
Thread: Main
Message: Cannot declare class muqsit\invmenu\InvMenu, because the name is already in use
File: plugins/Complement (1).phar/src/Complemento/Stats/libs/muqsit/invmenu/InvMenu
Line: #24
Type: E_COMPILE_ERROR
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
use muqsit\invmenu\transaction\SimpleInvMenuTransaction;
use muqsit\invmenu\type\InvMenuType;
use muqsit\invmenu\type\InvMenuTypeIds;
use pocketmine\inventory\Inventory;
use pocketmine\inventory\transaction\action\SlotChangeAction;
use pocketmine\inventory\transaction\InventoryTransaction;
use pocketmine\item\Item;
use pocketmine\player\Player;

class InvMenu implements InvMenuTypeIds{

/**
* @param string $identifier
* @param mixed ...$args
* @return InvMenu
*/
public static function create(string $identifier, ...$args) : InvMenu{
return new InvMenu(InvMenuHandler::getTypeRegistry()->get($identifier), ...$args);
}

Loaded Plugins

  • Show

Server Settings

  • Show

Installed Composer Dependencies

Installed PHP Extensions

  • Show