Skip to content

Instantly share code, notes, and snippets.

@azenla
Created July 27, 2013 19:24
Show Gist options
  • Save azenla/6095975 to your computer and use it in GitHub Desktop.
Save azenla/6095975 to your computer and use it in GitHub Desktop.
Example Advanced plugin config
{
"name": "TestPlugin",
"main": "org.minetweak.test.TestPlugin",
"description": "A Minetweak Plugin to test loading and other MT functions.",
"subPlugins": [
{
"name": "NoCreeping",
"main": "org.minetweak.plugins.creeping.NoCreeping"
}
],
"loading": {
"priority": 1
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment