#6718603 Class davidglitch04\iLand\database\YamlProvider contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (davidglitch04\iLand\database\Provider::addOwner)
Submitted by PocketMine-MP 4.3.2
General information
Version: | 4.3.2 |
---|---|
Git commit: | 755ca1af |
Plugin involvement: | Direct |
Report date: | 2022-05-14 07:14:13 +0000 UTC |
Server uptime: | 0 days 0 hours 0 minutes 0 seconds |
System Information
PHP version: | 8.0.18 |
---|---|
Operating system: | win |
System banner: | Windows NT NGUYENHIEU 10.0 build 22000 (Windows 10) AMD64 |
Error information
Warning: a plugin was directly involved in this crash. Please contact the plugin author.
Message: | Class davidglitch04\iLand\database\YamlProvider contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (davidglitch04\iLand\database\Provider::addOwner) |
---|---|
File: | plugins/iLand/src/davidglitch04/iLand/database/YamlProvider |
Line: | #23 |
Error level: | E_ERROR |
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
use pocketmine\item\StringToItemParser;
use pocketmine\item\VanillaItems;
use pocketmine\math\Vector3;
use pocketmine\player\Player;
use pocketmine\Server;
use pocketmine\utils\Config;
use pocketmine\world\Position;
use pocketmine\world\World;
class YamlProvider implements Provider
{
protected iLand $iland;
protected Config $land;
public function __construct(iLand $iland)
{
$this->iland = $iland;
}
Loaded Plugins
-
Show
Server Settings
-
Show
Installed Composer Dependencies
-
Show
Installed PHP Extensions
-
Show