Skip to content

Instantly share code, notes, and snippets.

View xxAROX's full-sized avatar
💭
I may be slow to respond.

Jan Sohn xxAROX

💭
I may be slow to respond.
View GitHub Profile
@xxAROX
xxAROX / RemoveHead.php
Last active August 14, 2022 13:30
[JUST FOR FUN] Headless players
<?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
<?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;