Skip to content

Commit cd8dce0

Browse files
authored
Add images to README.
1 parent b07d593 commit cd8dce0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ A search aggregator for finding Minecraft: Java Edition server plugins on [Spigo
44

55
### Live Application: [https://mcpluginfinder.com](https://mcpluginfinder.com)
66

7+
![mc-plugin-finder-screenshot](https://github.com/user-attachments/assets/bed098ff-9db5-414b-90dd-26c7c6cf8c4b)
8+
79
## Elevator Pitch
810

911
As a Minecraft server owner, have you ever been annoyed when trying to find a plugin? Do I have to search for it on Spigot? Or maybe it's on Modrinth? Or Hangar? And on top of all that, the plugin developer might have only posted their latest version on some platforms but not others. What a mess.
@@ -26,9 +28,11 @@ MC Plugin Finder will only recognize URLs from these source code repository host
2628
- [bitbucket.org](https://bitbucket.org)
2729
- [codeberg.org](https://codeberg.org)
2830

31+
![MC Plugin Finder drawio](https://github.com/user-attachments/assets/826e4b22-5e8f-440a-b2bc-b903ef3e858f)
32+
2933
The **web app** allows users to search the database for plugins.
3034

31-
The MC Plugin Finder hosted infrastructure runs an instance of [imageproxy](https://github.com/willnorris/imageproxy) to cache plugin project icons from Modrinth and Hangar. This reduces the load on the Modrinth and Hangar CDNs, and provides improved image loading performance. Icon data for Spigot-hosted plugins are provided directly by the Spiget API and stored in the database, so no proxy or caching is needed in that case.
35+
The MC Plugin Finder hosted infrastructure runs an instance of [imageproxy](https://github.com/willnorris/imageproxy) to cache plugin project icons from Modrinth and Hangar as they are requested by users. This reduces the load on the Modrinth and Hangar CDNs, and provides improved image loading performance. Icon data for Spigot-hosted plugins are provided directly by the Spiget API and stored in the database, so no proxy or caching is needed in that case.
3236

3337
## Development Setup
3438

@@ -101,4 +105,4 @@ Copyright © 2025 Frumple
101105

102106
MC Plugin Finder is provided under the [GNU Affero General Public License 3.0](https://github.com/Frumple/mc-plugin-finder/blob/main/LICENSE).
103107

104-
MC Plugin Finder is not an official Minecraft service, and is not approved or associated with Mojang, Microsoft, SpigotMC, Modrinth, or PaperMC.
108+
MC Plugin Finder is not an official Minecraft service, and is not approved or associated with Mojang, Microsoft, SpigotMC, Modrinth, or PaperMC.

0 commit comments

Comments
 (0)