Skip to content

rogermiranda1000/Spigot-VersionController

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VersionController CodeFactor

A helper for spigot plugins

Dependencies

  • spigot 1.16.5
  • Residence
  • WorldGuard 7.0.0
  • WorldGuard 6.2
  • WorldEdit 7.0.0
  • ConfigLib 2.2.0 (extract with .jar shaded)
  • (already shaded in code) ConfigLib; tomwmth's fork (extract with .jar shaded)
  • Maven's com.google.code.gson:gson:LATEST (also, if the server is using <1.9 they'll need the Gson plugin)
  • Maven's org.jetbrains:annotations:LATEST
  • Maven's com.github.davidmoten:rtree-multi:LATEST, and its dependency com.github.davidmoten:guava-mini:LATEST (extract both with .jar)
  • Maven's io.sentry:sentry:LATEST (extract with .jar)
  • Maven's org.bstats:bstats-bukkit:LATEST (extract with .jar shaded)

Compile

  • Run Maven's clean install. Remember to use Java 8 (already managed by Maven).