Skip to content

Instantly share code, notes, and snippets.

@Dockter
Created October 10, 2017 00:40
Show Gist options
  • Save Dockter/51140efd22833fda96dcf84e6a593570 to your computer and use it in GitHub Desktop.
Save Dockter/51140efd22833fda96dcf84e6a593570 to your computer and use it in GitHub Desktop.
plugins {
id 'org.spongepowered.plugin' version '0.8.1'
}
group = pluginGroup
version = pluginVersion
dependencies {
compile 'org.spongepowered:spongeapi:6.0.0'
}
sponge.plugin.id = pluginId
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment