From 813b53b4119b4c00dbef4cd18be881d24b6d00e5 Mon Sep 17 00:00:00 2001 From: jojoe77777 Date: Sun, 14 May 2017 11:58:00 +1000 Subject: [PATCH] ALPHA5 support * 3.0.0-ALPHA5 support --- plugin.yml | 2 +- src/slapper/entities/SlapperEntity.php | 2 +- src/slapper/entities/SlapperHuman.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin.yml b/plugin.yml index 9ed8419..963aa3a 100755 --- a/plugin.yml +++ b/plugin.yml @@ -3,7 +3,7 @@ author: jojoe77777 version: 1.3.4 description: Slapper, the NPC plugin for PocketMine/Genisys main: slapper\Main -api: [3.0.0-ALPHA4] +api: [3.0.0-ALPHA5] website: https://github.com/jojoe77777/Slapper commands: diff --git a/src/slapper/entities/SlapperEntity.php b/src/slapper/entities/SlapperEntity.php index ad9d59f..cbf3c53 100755 --- a/src/slapper/entities/SlapperEntity.php +++ b/src/slapper/entities/SlapperEntity.php @@ -6,7 +6,7 @@ use pocketmine\nbt\tag\CompoundTag; use pocketmine\nbt\tag\FloatTag; use pocketmine\nbt\tag\IntTag; -use pocketmine\network\protocol\AddEntityPacket; +use pocketmine\network\mcpe\protocol\AddEntityPacket; use pocketmine\Player; class SlapperEntity extends Entity { diff --git a/src/slapper/entities/SlapperHuman.php b/src/slapper/entities/SlapperHuman.php index c6ad23e..b9d8ef0 100755 --- a/src/slapper/entities/SlapperHuman.php +++ b/src/slapper/entities/SlapperHuman.php @@ -7,7 +7,7 @@ use pocketmine\nbt\tag\CompoundTag; use pocketmine\nbt\tag\FloatTag; use pocketmine\nbt\tag\IntTag; -use pocketmine\network\protocol\AddPlayerPacket; +use pocketmine\network\mcpe\protocol\AddPlayerPacket; use pocketmine\Player; class SlapperHuman extends Human {