Added /particle command

This commit is contained in:
Shoghi Cervantes
2015-03-20 03:37:58 +01:00
parent ebc8928c21
commit a2b3e48b45
5 changed files with 226 additions and 1 deletions

View File

@@ -2074,6 +2074,7 @@ class Player extends Human implements CommandSender, InventoryHolder, IPlayer{
$this->setHealth(20);
$this->dead = false;
$this->removeAllEffects();
$this->sendData($this);
$this->sendSettings();