Skip to content

Commit a02ee4b

Browse files
committed
feat: Added support and sponsors pages
1 parent 9b111c0 commit a02ee4b

File tree

3 files changed

+47
-1
lines changed

3 files changed

+47
-1
lines changed

docs/Sponsors.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
## Sponsors
2+
3+
If you would like to support the development of this project financially, there are several ways to do so!
4+
5+
### [GitHub Sponsors](https://github.com/sponsors/4drian3d)
6+
7+
You can become a sponsor with a one-time donation or a monthly donation. This is the best way you can support me.
8+
9+
### [PayPal](https://paypal.me/4drian3d)
10+
11+
You can also send any amount you want via PayPal.
12+
13+
### [BuyMeACoffee](https://buymeacoffee.com/4drian3d)
14+
15+
You can also buy me a coffee through BuyMeACoffee.
16+
*Although with this I would buy myself a nice InkaCola* 😅
17+
18+
### Others Platforms
19+
20+
I also accept donations via cryptocurrency. Contact me on Discord to coordinate this.
21+
22+
Si vives en Perú y quisieras apoyarme, tambien acepto donaciones en Soles ya sea con tarjeta o con QR. Tambien podria aceptar a pagos sin interes si asi lo deseas.
23+
24+
25+
## Partners
26+
27+
### BisectHosting
28+
29+
I would like to thank BisectHosting for sponsoring me. I would also like to recommend them, as they are the hosting provider I have used for all MiniPlaceholders tests and my personal plugins.
30+
31+
Also, don't forget that by using the code “4drian3d,” you can get a 25% discount on the first month of your next server, not only for Minecraft, but for any supported game.
32+
33+
[![BisectHosting Promo](https://wsrv.nl/?url=https%3A%2F%2Fwww.bisecthosting.com%2Fpartners%2Fcustom-banners%2F6fa909d5-ad2b-42c2-a7ec-1c51f8b6384f.webp&n=-1)](https://www.bisecthosting.com/4drian3d)
34+

docs/Support.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
You can get general support for MiniPlaceholders on the [4drian3d Discord support server](https://discord.gg/5NMMzK5mAn).
2+
3+
If you have encountered an error related to the basic functioning of MiniPlaceholders, such as the use of its commands or the initial loading of expansions, please report it to the [main repository](https://github.com/MiniPlaceholders/MiniPlaceholders/issues).
4+
5+
You can also get support through the [4drian3d support group](https://t.me/Adrian3dSupport) on Telegram.
6+
7+
:::caution
8+
9+
If you have a problem with an external expansion or plugin, prioritize getting support from the creator of the respective project.
10+
11+
:::
12+

docs/developer-guide/Expansion-Providers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ In the loadRequirement() method, you must return the requirements that must be m
5151

5252
:::warning
5353

54-
> Remember **not** to register your expansion before returning it in the provideExpansion method.
54+
Remember **not** to register your expansion before returning it in the provideExpansion method.
5555

5656
:::
5757

0 commit comments

Comments
 (0)