This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
* Copyright (c) Jan Sohn / xxAROX | |
* All rights reserved. | |
* I don't want anyone to steel my source code. (IHR HARZER) | |
*/ | |
/** | |
* Function sendHeadlessSkin | |
* @param \pocketmine\player\ $player |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
* Copyright (c) Jan Sohn / xxAROX | |
* All rights reserved. | |
* I don't want anyone to use my source code without permission. | |
*/ | |
namespace WorldCompiler; | |
use pocketmine\network\mcpe\compression\ZlibCompressor; | |
use pocketmine\plugin\PluginBase; | |
use pocketmine\plugin\PluginDescription; |