"plugin"
{
	// Load when the engine initializes? (1 = yes, 0 = no)
	"autoload"		"0"

	// Long name of plugin used in "plugin_dump" (max chars: 128)
	"name"			"Test Plugin"

	// Version info
	"majorversion"		"1"
	"minorversion"		"1"

	// Name of author(s) or development team (max chars: 32)
	"author"		"Saul Rennison"

	// Support URL for plugin (max chars: 128)
	"support"		"http://theaxelproject.com/"
}