This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| namespace DavyCraft648\RegisterLegacyMappings; | |
| use pocketmine\data\bedrock\block\upgrade\LegacyBlockIdToStringIdMap; | |
| use pocketmine\network\mcpe\convert\RuntimeBlockMapping; | |
| use pocketmine\plugin\PluginBase; | |
| use pocketmine\world\format\io\GlobalBlockStateHandlers; | |
| use function array_flip; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * This file is an example of a compressed plaintext plugin format for PocketMine | |
| * It's aimed towards easy scripting, but not for normal plugin development. | |
| * | |
| * This kind of plugin won't be able to embed/load resources, | |
| * nor have access to some features like fast permission/command integration. | |
| * | |
| * This first comment is used to define the properties like on plugin.yml, |