LegendOfMCPE / EssentialsPE

Port of Bukkit Essentials for @PocketMine Servers (Moved to @poggit-orphanage)
GNU General Public License v3.0
99 stars 21 forks source link

Essentials PE Crashing on PHP7 #218

Closed bbaker28050 closed 8 years ago

bbaker28050 commented 8 years ago

Hello, I recently updated my server to PHP7, and when I try to load it, it immediately crashes and gives me the following crash dump:

"Error: Cannot use pocketmine\nbt\tag\Float as Float because 'Float' is a special class name
File: /plugins/EssentialsPE_v1.1.3.phar/src/EssentialsPE/Loader
Line: 106
Type: E_COMPILE_ERROR

THIS CRASH WAS CAUSED BY A PLUGIN
此次出错由插件引起

Code:
[97] use pocketmine\level\Level;
[98] use pocketmine\level\Location;
[99] use pocketmine\level\Position;
[100] use pocketmine\math\AxisAlignedBB;
[101] use pocketmine\math\Vector3;
[102] use pocketmine\nbt\tag\Byte;
[103] use pocketmine\nbt\tag\Compound;
[104] use pocketmine\nbt\tag\Double;
[105] use pocketmine\nbt\tag\Enum;
[106] use pocketmine\nbt\tag\Float;
[107] use pocketmine\network\protocol\MobEffectPacket;
[108] use pocketmine\network\protocol\SetTimePacket;
[109] use pocketmine\permission\Permission;
[110] use pocketmine\Player;
[111] use pocketmine\plugin\PluginBase;
[112] use pocketmine\Server;
[113] use pocketmine\utils\Config;
[114] use pocketmine\utils\Random;
[115] use pocketmine\utils\TextFormat;
[116] 

Backtrace:
#0 (): pocketmine\Server->crashDump(boolean)

[Protocol 45; API 2.0.0]
uname -a: Linux ns524968.ip-158-69-123.net 3.13.0-77-generic #121-Ubuntu SMP Wed Feb 27 10:50:42 UTC 2016 x86_64
PHP version: 7.0.2
Zend version: 3.0.0
OS : Linux, linux

Loaded plugins:
加载的插件:
SimpleAuth 1.7.1 by PocketMine Team, shoghicp for API(s) 1.12.0
NameCorrector 1.0.0#build010 by PEMapModder for API(s) 1.8.0
Popper 1.0.0 by Hoyinm14mc,PatchesMCPE for API(s) 1.12.0
xyz 1.0.1 by unerds for API(s) 1.0.0
essentialsTP 1.1.0 by  for API(s) 1.12.0
VoteReward 2.1 by LDX for API(s) 1.0.0, 1.1.0, 1.2.0, 1.3.0
ClearLagg 1.1.0 by LegendOfMCPE for API(s) 1.0.0
TimeLimitCMD 0.0.1 by iJoshuaHD for API(s) 1.6.0
LightningOnDeath 1 by MichaelM04 for API(s) 1.13.0
CommandTracker 1.1 by Scott Handley for API(s) 1.10.0
ASR 2.0.2 by iJoshuaHD for API(s) 1.12.0
SimpleNoSpam 0.1 by BalAnce for API(s) 1.12.0
VIPSlots 0.0.4 by iJoshuaHD for API(s) 1.12.0
NetherChests 1.1.1 by aliuly for API(s) 1.12.0
Alias 1.2.0 by ZacHack for API(s) 1.12.0
ZipPluginLoader 1.1.2 by aliuly for API(s) 1.10.0
iProtector 3.1a by LDX for API(s) 1.9.0
CombatLogger 1.2.0 by Lambo for API(s) 1.12.0
TimeCommander 2 by LDX for API(s) 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0
WorldFixer 1 by CreeperFace for API(s) 1.12.0
InvSee 0.0.1 by tschrock (tschrock123@gmail.com) for API(s) 1.0.0
Farms 1.0-non-alpha by hm for API(s) 1.4.1
Iditem 1.0.3 by Achak_Adhay for API(s) 1.5.0
NoVoid 0.3 by rirititi for API(s) 1.0.0
PurePerms 1.2.2 by 64FF00 for API(s) 1.12.0
Pundler 1.4.3 by MinecrafterJPN for API(s) 1.10.0
AdminFun 1.0.0 by hoyinm14mc for API(s) 1.12.0, 1.13.0, 2.0.0"

Could anyone help me on this? Thank you for reading