Skip to content

Instantly share code, notes, and snippets.

View yesitswalid's full-sized avatar
🏠
Working from home

W yesitswalid

🏠
Working from home
  • Alone
  • France
View GitHub Profile
@yesitswalid
yesitswalid / Main.php
Last active December 7, 2015 06:27
PopupJoin - Auto-generated gist plugin stub by pmt.mcpe.me InstaPlugin
<?php
namespace wiligangster\PopupJoin;
use pocketmine\event\player\PlayerJoinEvent;
use pocketmine\utils\TextFormat;
use pocketmine\plugin\PluginBase;
use pocketmine\Player;
class Main extends PluginBase{
public function onEnable(){
}