Created
July 27, 2013 19:24
-
-
Save azenla/6095975 to your computer and use it in GitHub Desktop.
Example Advanced plugin config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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