Advertisement
Whistik

Untitled

Jun 28th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <dependencies>
  2. <!--Spigot API-->
  3. <dependency>
  4. <groupId>org.spigotmc</groupId>
  5. <artifactId>spigot-api</artifactId>
  6. <version>1.8.8-R0.1-SNAPSHOT</version>
  7. <scope>provided</scope>
  8. </dependency>
  9. <!--Bukkit API-->
  10. <dependency>
  11. <groupId>org.bukkit</groupId>
  12. <artifactId>bukkit</artifactId>
  13. <version>1.8.8-R0.1-SNAPSHOT</version>
  14. <scope>provided</scope>
  15. </dependency>
  16. </dependencies>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement