Advanced user notes:
Folder structure
username/dependencies/[java files for all scripts]
username/resources/[any files that should be copied to all scripts' jar]
username/scriptname/src/[java files for scriptname]
username/scriptname/resources/[any files that should be copied to scriptname's jar]
so like this for resources?
then just copy that to git and commit n push ya?