So I have been spending 2 hours trying to find out how to add these API but almost all of them say: [01:50:42] [Server thread/ERROR]: Could not load plugin 'MyAuth': Incompatible API version [01:50:42] [Server thread/ERROR]: Could not load plugin 'AlwaysSpawn': Incompatible API version [01:50:42] [Server thread/ERROR]: Could not load plugin 'RankPoints': Incompatible API version How do you make them compatible or unpackage the phar so you can change the API ALPHA version? Thanks if you can help!
Please do not advocate for bumping APIs without explaining the consequences and effects of doing that firstly if you are not the developer, you voided any guaranteed support by bumping the API and there's a reason why API is in place, to prevent plugins from running in incompatible versions there's also no guarantee that it will work as how it's supposed to or before the API at best things works, but they will broke most times
https://poggit.pmmp.io/p/RankPoints/1.5.1 https://poggit.pmmp.io/p/AlwaysSpawn/2.1.1 For MyAuth you'll have to ask the author.
Its actaully very simple! Download Notepad++ firstly so you can see the code better... When you got it installed go to this website: http://unphar.com/ then click on choose file and find the phar of the plugin that you want to bump... Then click on .zip and then convert... Next, download that zip file and extract it... When you extracted it open the plugin.yml with Notepad++ and find the row that says api... Its should look like this: api: - 2.0.0 - 3.0.0-ALPHA1 - 3.0.0-ALPHA2 or like this api: [2.0.0, 3.0.0] Now just change (for example) - 3.0.0-ALPHA1 to - 3.0.0-ALPHA5 (or whatever api you want to bump it on)... Now save that and zip all folders and files back... Then go here: www.DevTools/pocketmine.php (it might not be working anymore so you will have to use DevTools plugin) If you have DevTools then put that zip into your plugin folder and run the server... Then in the console type /makeplugin (zip file name) and hat should be it!