Muirfield / SignWarp

PocketMine-MP plugin for teleportation
GNU General Public License v3.0
1 stars 2 forks source link

ClassNotFoundException when enabling plugin #1

Open dsclassen opened 7 years ago

dsclassen commented 7 years ago

Hello, I am attempting to build SignWarp on a PocketMine-MP server. PocketMine-MP version 1.6dev "Unleashed" (API 2.0.0) using DevTools v1.11.0

I'm getting the following error:

[01:11:58] [Server thread/INFO]: Enabling SignWarp v1.6.0
[01:11:58] [Server thread/CRITICAL]: ClassNotFoundException: "Class aliuly\signwarp\common\mc not found" (EXCEPTION) in "/src/spl/BaseClassLoader" at line 144
[01:11:58] [Server thread/INFO]: Disabling SignWarp v1.6.0
Aericio commented 7 years ago

v1.6.0? The latest is v1.5.1, did you modify the plugin?

dsclassen commented 7 years ago

Ahhh. Yes, you're correct. I was using the SignWarp code from:

https://github.com/Muirfield/pocketmine-plugins.git

which seems to have been updated for API 2.0.0 I should have opened this issue there. Please disregard and close this issue.