Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <?php
  2. namespace chanel;
  3.  
  4. use pocketmine\plugin\PluginBase;
  5. use pocketmine\event\Listener;
  6. use pocketmine\event\player\PlayerChatEvent;
  7. class chanel extends PluginBase implements Listener{
  8.  
  9. $chanel = array($players, 1,2);
  10. $players = array(1.2);
  11.  
  12. public function noName(){
  13. unset($chanel);
  14. }
  15.  
  16. public function onEnable(){
  17.  
  18. $this->getServer()->getPluginManager()->registerEvents($this, $this);
  19.  
  20. }
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement