Skip to content

Instantly share code, notes, and snippets.

@ifvictr
ifvictr / FistBlaster.php
Last active June 12, 2016 00:38
FistBlaster for PocketMine-MP.
<?php
/**
* @name FistBlaster
* @main fistblaster\FistBlaster
* @version 1.0.0
* @api 1.12.0
* @load POSTWORLD
* @author Gamecrafter
* @description TNTs are so retro!
* @link https://gist.github.com/Gamecrafter/4eeaabf63a5d980c28b0f5e23e3f23d2
@ifvictr
ifvictr / HelpTailor.php
Last active June 12, 2016 00:38
HelpTailor for PocketMine-MP.
<?php
/**
* @name HelpTailor
* @main helptailor\HelpTailor
* @version 1.0.0
* @api 1.12.0
* @load STARTUP
* @author Gamecrafter
* @description Customize what is shown to players when they run the help command!
* @link https://gist.github.com/Gamecrafter/5a7132057297893e6cd317603c7fa6fc
@ifvictr
ifvictr / IdleKick.php
Last active June 12, 2016 00:39
IdleKick for PocketMine-MP.
<?php
/**
* @name IdleKick
* @main idlekick\IdleKick
* @version 1.0.0
* @api 1.12.0
* @load POSTWORLD
* @author Gamecrafter
* @description Prevent inactive players from taking up player slots on your server!
* @link https://gist.github.com/Gamecrafter/33abb93a80198f5a4c377708dc47fac4
@ifvictr
ifvictr / InfiniteSlots.php
Last active June 12, 2016 00:39
InfiniteSlots for PocketMine-MP.
<?php
/**
* @name InfiniteSlots
* @main infiniteslots\InfiniteSlots
* @version 1.0.0
* @api 1.12.0
* @load POSTWORLD
* @author Gamecrafter
* @description Bypass the player slot limit on your server!
* @link https://gist.github.com/Gamecrafter/917531f5c1828f426ec8be475975705e
@ifvictr
ifvictr / KillCMD.php
Last active June 12, 2016 00:39
KillCMD for PocketMine-MP.
<?php
/**
* @name KillCMD
* @main killcmd\KillCMD
* @version 1.0.0
* @api 1.12.0
* @load POSTWORLD
* @author Gamecrafter
* @description Do stuff when a player kills another player!
* @link https://gist.github.com/Gamecrafter/47b77cb79cac21ad6343cbe80d8fbbc4
@ifvictr
ifvictr / OAAT.php
Last active June 13, 2016 19:37
OAAT for PocketMine-MP.
<?php
/**
* @name OAAT
* @main oaat\OAAT
* @version 1.0.0
* @api 1.12.0
* @load POSTWORLD
* @author Gamecrafter
* @description Only one user with this name can join.
* @link https://gist.github.com/Gamecrafter/f1c0f1b11b97450c776b1f8dff32f690
@ifvictr
ifvictr / OddName.php
Last active June 16, 2016 20:46
OddName for PocketMine-MP.
<?php
/**
* @name OddName
* @main oddname\OddName
* @version 1.0.0
* @api 1.12.0
* @load POSTWORLD
* @author Gamecrafter
* @description Give your players odd names when they join!
* @link https://gist.github.com/Gamecrafter/1cd0bf79d699d2ffb8a36f954753227b
@ifvictr
ifvictr / DummyPlayer.php
Last active June 16, 2016 20:48
A hack for player listing for QueryRegenerateEvent that used to be a part of QueryFacade.
<?php
/**
* DummyPlayer
* Class written by: Gamecrafter
* Website: https://github.com/Viperize/QueryFacade-PocketMine
*/
namespace queryfacade\network;
use pocketmine\IPlayer;
@ifvictr
ifvictr / RocketPads.php
Last active March 2, 2018 09:37
RocketPads for PocketMine-MP.
<?php
/**
* @name RocketPads
* @main rocketpads\RocketPads
* @version 1.0.0
* @api 1.12.0
* @load POSTWORLD
* @author Gamecrafter
* @description Save your players the walking, give them a boost!
* @link https://gist.github.com/Gamecrafter/b21d25ca901ad9ab6c215aa65363917f
@ifvictr
ifvictr / config.py
Last active June 15, 2020 10:38
Overviewer config for Hack Club’s Minecraft server
server_dir = '~/server'
worlds['world'] = f'{server_dir}/world'
worlds['world_nether'] = f'{server_dir}/world_nether'
worlds['world_the_end'] = f'{server_dir}/world_the_end'
renders['world_normal'] = {
'world': 'world',
'title': 'Normal',
'rendermode': 'smooth_lighting'