Skip to content

Instantly share code, notes, and snippets.

@SOF3
Last active April 7, 2019 15:14
Show Gist options
  • Save SOF3/5cc4d0c67c7094d8599b846be1e5f99e to your computer and use it in GitHub Desktop.
Save SOF3/5cc4d0c67c7094d8599b846be1e5f99e to your computer and use it in GitHub Desktop.
<?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