DevTools

PMMP Forum Archive DevTools 0.7.1

This plugin was taken from PocketMine forum.
- Fixed obfuscation being applied on non-obfuscation mode
- API 12
- New obfuscation methods
;)
- PMF plugins are now saved on the DevTools folder
- Compatible with Amai Beetroot
I've added a new feature: Snippets. it allows you to save code and execute it later, without typing it again.

Usage:

/snippet <identifier> [code...]

Examples:

To save / overwrite: /snippet world console("Hello world!");
To run: /snippet world