
<?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