menu
#9249362 Class "Outpost\VotrePlugin" not found

Submitted by PocketMine-MP 5.5.0

General information

Version: 5.5.0
Git commit: c8d357f4
Plugin involvement: Direct
Report date: 2023-09-19 16:06:16 +0000 UTC
Server uptime: 0 days 0 hours 0 minutes 1 seconds

System Information

PHP version: 8.1.23
JIT status: Not available
Operating system: linux
System banner: Linux 7daa4b49-81b5-46e4-9e2d-a5b29a171059 5.10.0-25-amd64 #1 SMP Debian 5.10.191-1 (2023-08-16) x86_64

Error information

Warning: the mOutpost plugin was directly involved in this crash. Please contact the plugin author.
Thread: Main
Message: Class "Outpost\VotrePlugin" not found
File: plugins/Event OutPost/src/OutpostTask
Line: #21
Type: Error
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
class OutpostTask extends Task
{
public static int $nextReward;
public static ?int $currentOutpost;
public static ?string $currentFaction = null;
private static int $spam = 0;

public function __construct()
{
$config = new Config(VotrePlugin::getInstance()->getDataFolder() . "factions.yml", Config::YAML);

self::$nextReward = $config->get("rewards_time");
self::$currentOutpost = $config->get("capture_time");
}

public function onRun(): void
{
self::$nextReward--;

$file = new Config(VotrePlugin::getInstance()->getDataFolder() . "factions.yml", Config::YAML);
#0 plugins/Event OutPost/src/Base(49): Outpost\OutpostTask->__construct()
#1 pmsrc/src/plugin/PluginBase(119): Outpost\Base->onEnable()
#2 pmsrc/src/plugin/PluginManager(454): pocketmine\plugin\PluginBase->onEnableStateChange(true)
#3 pmsrc/src/Server(1389): pocketmine\plugin\PluginManager->enablePlugin(object Outpost\Base#58939)
#4 pmsrc/src/Server(1033): pocketmine\Server->enablePlugins(object pocketmine\plugin\PluginEnableOrder#41610)
#5 pmsrc/src/PocketMine(334): pocketmine\Server->__construct(object pocketmine\thread\ThreadSafeClassLoader#6, object pocketmine\utils\MainLogger#3, string[16] /home/container/, string[24] /home/container/plugins/)
#6 pmsrc/src/PocketMine(357): pocketmine\server()
#7 pmsrc(11): require(string[60] phar:///home/container/PocketMine-MP.phar/src/PocketMine.php)

Loaded Plugins

  • Show

Server Settings

  • Show

Installed Composer Dependencies

Installed PHP Extensions

  • Show