This file contains 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
javascript:(function()%7Bfunction callback()%7B(function(%24)%7Bvar jQuery%3D%24%3Bwindow.%24%3D%24%3BsetInterval("window.%24('.ytp-ad-skip-button') %26%26 window.%24('.ytp-ad-skip-button').click()"%2C 1000)%7D)(jQuery.noConflict(true))%7Dvar s%3Ddocument.createElement("script")%3Bs.src%3D"https%3A%2F%2Fajax.googleapis.com%2Fajax%2Flibs%2Fjquery%2F1.11.1%2Fjquery.min.js"%3Bif(s.addEventListener)%7Bs.addEventListener("load"%2Ccallback%2Cfalse)%7Delse if(s.readyState)%7Bs.onreadystatechange%3Dcallback%7Ddocument.body.appendChild(s)%3B%7D)() |
This file contains 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
!include MUI2.nsh | |
!include LogicLib.nsh | |
!include x64.nsh | |
BrandingText "https://pmmp.io" | |
InstallDir "$EXEDIR\PocketMine-MP" | |
Name "PocketMine-MP" | |
OutFile "PocketMine-MP.exe" | |
RequestExecutionLevel "user" | |
SpaceTexts "none" |
This file contains 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 | |
declare(strict_types=1); | |
/** | |
* @name MultiWorldHunger | |
* @main jasonwynn10\MultiWorldHunger\Main | |
* @version 0.1.0 | |
* @api 3.0.0 | |
* @description A plugin script which applies hunger restrictions for specific worlds | |
* @author jasonwynn10 | |
*/ |
This file contains 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
/* ==UserStyle== | |
@name Poggit Dark | |
@version 1.0.6 | |
@description Dark theme for Poggit, a GitHub application for managing PocketMine-family plugins, and website for sharing plugins | |
@namespace XenialDan | |
@author XenialDan | |
@homepageURL https://gist.github.com/thebigsmileXD/ed07c6bd4285614d2c5654c9dce76bf2 | |
@supportURL https://gist.github.com/thebigsmileXD/ed07c6bd4285614d2c5654c9dce76bf2 | |
@updateURL https://raw.githubusercontent.com/StylishThemes/StackOverflow-Dark/master/stackoverflow-dark.user.css | |
==/UserStyle== */ |
This file contains 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 | |
declare(strict_types=1); | |
/** | |
* @name MyPlotDumper | |
* @main jasonwynn10\MyPlotDumper\Main | |
* @version 0.1.0 | |
* @api 3.0.0 | |
* @description A plugin script for MyPlot debugging | |
* @author jasonwynn10 | |
* @softdepend MyPlot |
This file contains 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 | |
declare(strict_types=1); | |
/** | |
* @name BlockTypeCorrector | |
* @main jasonwynn10\BlockTypeCorrector\Main | |
* @version 0.1.0 | |
* @api 3.0.0 | |
* @description A plugin script which allows players to fix blocks when converting from PC edition | |
* @author jasonwynn10 | |
*/ |
This file contains 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 | |
declare(strict_types=1); | |
/** | |
* @name InformationBoard | |
* @main jasonwynn10\InformationBoard\Main | |
* @version 0.1.0 | |
* @api 3.0.0 | |
* @description A plugin script which counts deaths per join session | |
* @author jasonwynn10 | |
*/ |
This file contains 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 | |
declare(strict_types=1); | |
/** | |
* @name MyPlotPlotHomes | |
* @main jasonwynn10\MyPlotPlotHomes\Main | |
* @version 0.1.0 | |
* @api 3.0.0 | |
* @description A plugin script which changes the home subcommand parameters and actions | |
* @author jasonwynn10 | |
* @depend MyPlot |
This file contains 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 | |
declare(strict_types=1); | |
/** | |
* @name DownloadableResources | |
* @main jasonwynn10\DownloadableResources\Main | |
* @version 0.1.0 | |
* @api 3.0.0 | |
* @description A plugin script which automatically downloads and adds resource packs according to links in the config | |
* @author jasonwynn10 | |
*/ |
This file contains 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 | |
declare(strict_types=1); | |
/** | |
* @name MyPlotBorders | |
* @main jasonwynn10\MyPlotBorders\Main | |
* @version 0.1.0 | |
* @api 3.0.0 | |
* @description A plugin script which allows players to set the block of the plot border via form | |
* @author jasonwynn10 | |
* @depend FormAPI |
NewerOlder