0 => "Air"
1 => "Stone"
2 => "Grass"
3 => "Dirt"
4 => "Cobblestone"
5 => "WoodenPlank"
| <?php | |
| public function __construct(PluginLoader $loader, Server $server, PluginDescription $description, string $dataFolder, string $file) { | |
| $map = $description->getMap(); | |
| $map["depend"] = ["MyPlot", "FormAPI"]; | |
| $description = new PluginDescription($map); | |
| parent::__construct($loader, $server, $description, $dataFolder, $file); | |
| } |
| <?php | |
| declare(strict_types=1); | |
| /** | |
| * @name DeathCounter | |
| * @main jasonwynn10\DeathCounter\Main | |
| * @version 0.1.0 | |
| * @api 3.3.0 | |
| * @description A plugin script which counts deaths per join session | |
| * @author jasonwynn10 | |
| */ |
| 1357382277|Shoghi Cervantes released PocketMine-MP version Alpha_1.0.4 | |
| 1357477557|Shoghi Cervantes released PocketMine-MP version Alpha_1.0.5 | |
| 1358012689|Shoghi Cervantes released PocketMine-MP version Alpha_1.0.6 | |
| 1358968579|Shoghi Cervantes released PocketMine-MP version Alpha_1.0.7 | |
| 1359218042|Shoghi Cervantes released PocketMine-MP version Alpha_1.0.8 | |
| 1359652831|Shoghi Cervantes released PocketMine-MP version Alpha_1.1 | |
| 1359739705|Shoghi Cervantes released PocketMine-MP version Alpha_1.1.1 | |
| 1362577104|Shoghi Cervantes released PocketMine-MP version Alpha_1.2 | |
| 1363435928|Shoghi Cervantes released PocketMine-MP version Alpha_1.2.1 | |
| 1368276142|Shoghi Cervantes released PocketMine-MP version Alpha_1.2.2 |
| <?php | |
| declare(strict_types=1); | |
| /** | |
| * @name WorldBorder | |
| * @main jasonwynn10\WorldBorder\Main | |
| * @version 0.1.0 | |
| * @api 3.0.0 | |
| * @description A plugin script which creates a world border | |
| * @author jasonwynn10 | |
| */ |
| @echo off | |
| TITLE PocketMine-MP Installer | |
| cd /d %~dp0 | |
| if exist %~dp0PocketMine-MP\ goto PMSTART | |
| mkdir PocketMine-MP | |
| cd PocketMine-MP | |
| powershell -command "& { iwr https://jenkins.pmmp.io/job/PocketMine-MP/Stable/artifact/PocketMine-MP.phar -OutFile PocketMine-MP.phar }" |
| @echo off | |
| TITLE PocketMine-MP Source Installer | |
| cd /d %~dp0 | |
| if exist %~dp0PocketMine-MP\ goto PMSTART | |
| where git >nul 2>nul || (powershell -command "& { iwr https://github.com/git-for-windows/git/releases/download/v2.21.0.windows.1/PortableGit-2.21.0-64-bit.7z.exe -OutFile PortableGit.exe }" & start PortableGit.exe & pause) | |
| if exist .\PortableGit\cmd\git.exe ( | |
| set GIT=.\PortableGit\cmd\git.exe |
| <?php | |
| /** | |
| * @name Restarter | |
| * @main jasonwynn10\Restarter\Main | |
| * @version 0.1.0 | |
| * @api 3.0.0 | |
| * @description Countdown to restart | |
| * @author jasonwynn10 | |
| */ | |
| namespace jasonwynn10\Restarter { |
| <?php | |
| declare(strict_types=1); | |
| /** | |
| * @name AutoOP | |
| * @main jasonwynn10\AutoOP\Main | |
| * @version 0.1.0 | |
| * @api 3.0.0 | |
| * @description A plugin script which automatically grants all players OP on Respawn | |
| * @author jasonwynn10 | |
| */ |
| .discussionList .sectionHeaders { | |
| background-color: rgb(0, 100, 0); | |
| } | |
| .PageNav a.currentPage { | |
| background-color: rgb(0, 100, 0); | |
| border-color: rgb(0, 100, 0); | |
| } | |
| #copyright .Tooltip, | |
| .pairsInline.debugInfo > dd, | |
| #copyright .Tooltip, |