1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

help plugin skyblock crash:(

Discussion in 'Help' started by Levi, Jan 4, 2018.

  1. Levi

    Levi Skeleton

    Messages:
    955
    GitHub:
    captainleviftw
    crashdumps
    Code:
    Error: Nesting level too deep - recursive dependency?
    File: plugins/SkyBlock_v1.0.0.0/src/SkyBlock/chat/ChatHandler
    Line: 15
    Type: E_ERROR
    
    THIS CRASH WAS CAUSED BY A PLUGIN
    BAD PLUGIN: SkyBlock v1.0.0
    
    Code:
    [6] use SkyBlock\island\Island;
    [7]
    [8] class ChatHandler {
    [9]
    [10]     /** @var Chat[] */
    [11]     private $chats = [];
    [12]
    [13]     public function isInChat(Player $player) {
    [14]         foreach($this->chats as $chat) {
    [15]             if(in_array($player, $chat->getMembers())) {
    [16]                 return true;
    [17]             }
    [18]         }
    [19]         return false;
    [20]     }
    [21]
    [22]     public function getPlayerChat(Player $player) {
    [23]         foreach($this->chats as $chat) {
    [24]             if(in_array($player, $chat->getMembers())) {
    [25]                 return $chat;
    
    Backtrace:
    
    PocketMine-MP version: 1.7dev #0 [Protocol 160; API 3.0.0-ALPHA10]
     
  2. HimbeersaftLP

    HimbeersaftLP Fish

    Messages:
    2,402
    GitHub:
    HimbeersaftLP
    Have you reported it to its developer already? We can't help you without even knowing what plugin you're talking about.
    Also, this is in the wrong forum section, consider reading this before posting.
     
    EdwardHamHam likes this.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.