Skip to content

Instantly share code, notes, and snippets.

View BEcraft's full-sized avatar

BEcraft

  • Dominican Republic
View GitHub Profile
@BEcraft
BEcraft / CustomMapImage.php
Last active July 11, 2021 21:43
Maps with custom images PocketMine
<?php
namespace Picture;
use pocketmine\item\Item;
use pocketmine\event\Listener;
use pocketmine\{Server, Player};
use pocketmine\plugin\PluginBase;
use pocketmine\event\player\PlayerJoinEvent;
use pocketmine\utils\{Color, TextFormat as T};
@BEcraft
BEcraft / ChildTeleport.php
Last active January 27, 2018 00:59
PocketMine
<?php
/**
* @name ChildTeleport
* @api 3.0.0
* @author BEcraft
* @version 1.0
* @main BEcraft\ChildTeleport\Loader
*/
@BEcraft
BEcraft / Paintball.php
Last active September 5, 2018 20:27
PocketMine
<?php
/**
* @name PaintBall
* @author BEcraft
* @api 3.0.0
* @main BEcraft\Paintball\Loader
* @version 1.0
*/
@BEcraft
BEcraft / JumpBoost.php
Last active January 20, 2018 20:17
PocketMine
<?php
/**
* @name JumpBoost
* @author BEcraft
* @main BEcraft\JumpBoost\Loader
* @api 3.0.0
* @version 1.0
*/
@BEcraft
BEcraft / EggProjectile.php
Last active January 20, 2018 20:17
PocketMine
<?php
/**
* @name EggProjectile
* @author BEcraft
* @api 3.0.0
* @main BEcraft\EggProjectile\Loader
* @version 1.0
*/
@BEcraft
BEcraft / Balloon.php
Created January 21, 2018 00:02
PocketMine
<?php
/**
* @name Balloon
* @author BEcraft
* @version 1.0
* @api 3.0.0
* @main BEcraft\Balloon\Loader
*/
<?php
/**
*
* - Agrega a los jugadores que no han elegido un equipo.
*
*/
$players = array("Brayan" => ["Team" => null], "Edita" => ["Team" => null], "Pedro" => ["Team" => null], "Maria" => ["Team" => null], "Cristian" => ["Team" => null], "Jose" => ["Team" => null], "Pablo" => ["Team" => null], "Maritza" => ["Team" => null]);
$teams = array("Pink" => [], "Red" => [], "Green" => [], "Purple" => [], "Gray" => []);
@BEcraft
BEcraft / FireBorder.php
Created February 9, 2018 05:31
PocketMine
<?php
/**
* @name Border
* @author BEcraft
* @main BEcraft\Border\Loader
* @version 1.0
* @api 3.0.0
*/
@BEcraft
BEcraft / Reloj.php
Created July 21, 2018 00:14
Un viejo script que sirve para ver la hora XD
<?php
/**
* @name Reloj
* @api 3.0.0-ALPHA12
* @author BEcraft
* @main BEcraft\Reloj\JaiPipol
* @version 1.0ParacetamolXD
*/
@BEcraft
BEcraft / Combo.php
Last active August 2, 2019 02:06
Modifica el knockback
<?php declare(strict_types = 1);
/**
* @name Combo
* @author BEcraft
* @main BEcraft\Combo\Base
* @version 1.0
* @api 3.0.0+12
*/