├── .gitignore ├── README.markdown ├── config.conf.sample ├── install └── remove /.gitignore: -------------------------------------------------------------------------------- 1 | config.conf 2 | -------------------------------------------------------------------------------- /README.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzeis/MageSpawner/HEAD/README.markdown -------------------------------------------------------------------------------- /config.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzeis/MageSpawner/HEAD/config.conf.sample -------------------------------------------------------------------------------- /install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzeis/MageSpawner/HEAD/install -------------------------------------------------------------------------------- /remove: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzeis/MageSpawner/HEAD/remove --------------------------------------------------------------------------------