I finished coding my iCU plugin, and now i'm trying to obfuscate it using DevTools, except I can't even get my server running. I think the problem is with iCU and the PluginAPI, or memory issues? Here's the PasteBin: http://pastebin.com/grbDAfQ3 (Linux is Android, just incase that helps. (DroidPocketMine))
It has nothing to do with the api, just a problem in your plugin. Look at line 21, I'm pretty sure you made a typo on $this->setDefaultData(); Most likely typed $tihs->setDefaultData(); or something like that