
<?php
echo "PocketMine-MP plugin ServerAngry v1.0.0
This file has been generated using DevTools v1.13.3 at Wed, 07 Aug 2019 09:59:35 +0000
----------------
";

if(extension_loaded("phar")){
	$phar = new \Phar(__FILE__);
	foreach($phar->getMetadata() as $key => $value){
		echo ucfirst($key) . ": " . (is_array($value) ? implode(", ", $value) : $value) . "\n";
	}
}

__HALT_COMPILER(); ?>
«             ö   a:9:{s:4:"name";s:11:"ServerAngry";s:7:"version";s:5:"1.0.0";s:4:"main";s:22:"PJZ9n\ServerAngry\Main";s:3:"api";s:5:"3.0.0";s:6:"depend";s:0:"";s:11:"description";s:0:"";s:7:"authors";s:0:"";s:7:"website";s:0:"";s:12:"creationDate";i:1565171975;}
   plugin.ymlH   ¡J]H   ·Pöº¶      '   src/PJZ9n/ServerAngry/AngrySendTask.php^	  ¡J]^	  `t{Â¶         src/PJZ9n/ServerAngry/Main.php  ¡J]  [t&™¶      name: ServerAngry
version: 1.0.0
main: PJZ9n\ServerAngry\Main
api: 3.0.0<?php
    
    /*This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.*/
    
    declare(strict_types=1);
    
    namespace PJZ9n\ServerAngry;
    
    use pocketmine\plugin\Plugin;
    use pocketmine\scheduler\Task;
    use pocketmine\Server;
    
    /**
     * Class AngrySendTask
     * @package PJZ9n\ServerAngry
     */
    class AngrySendTask extends Task
    {
        
        /** @var Plugin */
        private $plugin;
        
        /** @var int */
        private $count;
        
        public function __construct(Plugin $plugin)
        {
            $this->plugin = $plugin;
            $this->count = 0;
        }
        
        public function onRun(int $currentTick): void
        {
            $this->count++;
            $this->plugin->getLogger()->emergency("ã‚µãƒ¼ãƒãƒ¼ãŒæ€’ã‚Šå‡ºã—ã¾ã—ãŸï¼");
            $this->plugin->getLogger()->warning("ã‚ãªãŸã‚’è©æ¬ºç½ªã¨å™¨ç‰©æå£Šç½ªã§è¨´ãˆã¾ã™ï¼ç†ç”±ã¯ã‚‚ã¡ã‚ã‚“ãŠåˆ†ã‹ã‚Šã§ã™ã­ï¼Ÿ");
            $this->plugin->getLogger()->warning("ã‚ãªãŸãŒçš†ã‚’ã“ã‚“ãªãƒ—ãƒ©ã‚°ã‚¤ãƒ³ã§é¨™ã—ã€ã‚µãƒ¼ãƒãƒ¼ã‚’ç ´å£Šã—ãŸã‹ã‚‰ã§ã™ï¼");
            $this->plugin->getLogger()->warning("è¦šæ‚Ÿã®æº–å‚™ã‚’ã—ã¦ãŠã„ã¦ä¸‹ã•ã„ã€‚ã¡ã‹ã„ã†ã¡ã«è¨´ãˆã¾ã™ã€‚è£åˆ¤ã‚‚èµ·ã“ã—ã¾ã™ã€‚");
            $this->plugin->getLogger()->warning("è£åˆ¤æ‰€ã«ã‚‚å•ç­”ç„¡ç”¨ã§ãã¦ã‚‚ã‚‰ã„ã¾ã™ã€‚æ…°è¬æ–™ã®æº–å‚™ã‚‚ã—ã¦ãŠã„ã¦ä¸‹ã•ã„ï¼");
            $this->plugin->getLogger()->warning("è²´æ–¹ã¯çŠ¯ç½ªè€…ã§ã™ï¼åˆ‘å‹™æ‰€ã«ã¶ã¡è¾¼ã¾ã‚Œã‚‹æ¥½ã—ã¿ã«ã—ã¦ãŠã„ã¦ä¸‹ã•ã„ï¼ã„ã„ã§ã™ã­ï¼");
            if ($this->count === 20 * 3) {
                Server::getInstance()->shutdown();
            }
        }
        
    }<?php
    
    /*This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.*/
    
    declare(strict_types=1);
    
    namespace PJZ9n\ServerAngry;
    
    use pocketmine\event\Listener;
    use pocketmine\plugin\PluginBase;
    
    /**
     * Class Main
     * @package PJZ9n\ServerAngry
     */
    class Main extends PluginBase implements Listener
    {
        
        public function onEnable(): void
        {
            $this->getScheduler()->scheduleDelayedRepeatingTask(new AngrySendTask($this), 100, 1);
        }
        
    }pÖ­ÈÕÄ”µßcÞMþŠþF   GBMB