Skip to content

Instantly share code, notes, and snippets.

View xBeastMode's full-sized avatar
🎯
Focusing

Angel M. xBeastMode

🎯
Focusing
View GitHub Profile
@xBeastMode
xBeastMode / roygbiv_function.php
Created August 20, 2018 03:13
Functions that can generate a sequence of ROYGBIV text for HTML or Minecraft using it's formatting codes.
<?php
/**
*
* @param string $text
* @param int $amount
*
* @return array
*
*/
dain't
lavishmen't
in'tercede
involun'tarily
ren'table
presen'tific
spen't
in'testine
calefacien't
amen't
<?php
namespace PocketLegion\Levels;
use _64FF00\PurePerms\PurePerms;
use PocketLegion\Core\PocketLegionCore;
use pocketmine\block\Block;
use pocketmine\item\Item;
use pocketmine\Player;
class PocketLegionLevels{
/** @var String[] */
public $players = [];
<details>
<summary>Spoiler Title</summary>
Text in spoiler here...
Blah...
</details>
@xBeastMode
xBeastMode / Query.php
Last active August 9, 2023 07:30
Used to query PocketMine server data
<?php
class Query
{
/** @var string[] */
private $server;
/** @var string[] */
private $fetchedData;
public function __construct($host = '', $port = 19132)
{