main: PHP: $this->getServer()->getCommandMap()->registerAll("hc", [ new addcash($this), new caixa($this), new cash($this), new coords($this), new reportar($this), new enviar($this), new retirar($this), new setcash($this), new takecash($this), new vida($this), new vserver($this) ]); uses: PHP: use da\hydra\addcash;use da\hydra\caixa;use da\hydra\cash;use da\hydra\coords;use da\hydra\reportar;use da\hydra\enviar;use da\hydra\retirar;use da\hydra\setcash;use da\hydra\takecash;use da\hydra\vida;use da\hydra\vserver; error: Code: [22:27:34] [Server thread/CRITICAL]: ClassNotFoundException: "Class da\hydra\addcash not found" (EXCEPTION) in "/src/spl/BaseClassLoader" at line 131 [/php]