Last active
April 7, 2019 15:14
-
-
Save SOF3/5cc4d0c67c7094d8599b846be1e5f99e to your computer and use it in GitHub Desktop.
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
<?xml version="1.0"?> | |
<idea-plugin version="2"> | |
<id>io.pmmp.phpstorm.stub</id> | |
<name>PocketMine-MP Library</name> | |
<vendor email="[email protected]" url="https://pmmp.io">PMMP Team</vendor> | |
<version>0.0.1</version> | |
<description>Adds the PocketMine-MP API into your library path</description> | |
<change-notes/> | |
<idea-version since-build="163.3984"/> | |
<depends>com.intellij.modules.platform</depends> | |
<depends>com.jetbrains.php</depends> | |
<extensions defaultExtensionNs="com.jetbrains.php"> | |
<libraryRoot id="PocketMine" path="/library/PocketMine-MP" runtime="false"/> | |
</extensions> | |
</idea-plugin> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment