Skip to content

Instantly share code, notes, and snippets.

View Grinch's full-sized avatar

Steven Downer Grinch

  • InspireNXE
  • Wisconsin
View GitHub Profile
plugins {
id 'org.spongepowered.plugin' version '0.8.1'
}
group = pluginGroup
version = pluginVersion
repositories {
mavenCentral()
maven { url = 'http://files.minecraftforge.net/maven/' }