https://github.com/dfischer/tbc_qol
https://github.com/dfischer/tbc_qol
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dfischer/tbc_qol
- Owner: dfischer
- License: other
- Created: 2021-08-16T17:56:34.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-16T17:56:35.000Z (almost 5 years ago)
- Last Synced: 2025-01-15T15:39:17.538Z (over 1 year ago)
- Language: Lua
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[  ](https://www.patreon.com/goldpawsstuff)
# AddonTemplate
Template for small, simple standalone addons for World of Warcraft.
To use this as a base for your own addons, use it as a template or use the GitHub import option and choose the intended project name as you import, and then follow the guide below to further tailor it to your own project. Alternatively you can download a zip manually and just start from there.
Good luck and have fun!
### **How to prepare the template**
To use this template, you need to rename some files and folders, and do a search and replace within all the files for a few select keywords.
* Rename the folder `AddonTemplate` to your project name, if you haven't already.
* Rename the folder `YOUR_ADDON` to the exact folder name of your addon.
* Rename the file `YOUR_ADDON.toc` so that you get the exact folder name of your addon, with the `.toc` file ending.
* Run a search and replace on all the files in the entire folder structure for `YOUR_ADDON`, and replace it with the exact folder name of your addon.
* Run a search and replace on all the files in the entire folder structure for `YOUR_NAME`, and replace it with your name, or gamertag or whatever you want the author of the addon to be listed as.
## **Motivate me!**
If you like this addon or others I have made, and wish to see more, consider supporting my work by sending a donation with PayPal or pledging monthly on Patreon. Your support is what motivates me to share my addons with the world, develop them further and keep them updated!
* Patreon: [www.patreon.com/goldpawsstuff](https://www.patreon.com/goldpawsstuff)
* PayPal: [www.paypal.me/goldpawsstuff](https://www.paypal.me/goldpawsstuff)
* Liberapay: [liberapay.com/goldpawsstuff/donate](https://liberapay.com/goldpawsstuff/donate)
## **Join me on social media!**
* Discord: [discord.gg/MUSfWXd](https://discord.gg/MUSfWXd)
* Twitter: [@GoldpawsStuff](https://twitter.com/goldpawsstuff)