mcman icon indicating copy to clipboard operation
mcman copied to clipboard

RFC: .mcman.dl - Some file for Downloadable

Open TheAlan404 opened this issue 11 months ago • 1 comments

Lets say theres a plugin named Banana

And lets also say Banana has a directory in */plugins/banana/assets which contain some "assets"

A special file of some sorts could be used in config/plugins/banana/assets/a.mcman.dl which would contain a Downloadable:

type = "url"
url = "..."

This would basically allow using downloadables in every directory and not only plugins/mods/datapacks

Maybe the file extension could be changed:

  • .dl
  • .dl.toml
  • .mcman
  • .mcman.toml

These are the few i got on my mind, idk

TheAlan404 avatar Jul 29 '23 08:07 TheAlan404