diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..ddd71f0 --- /dev/null +++ b/docs/index.md @@ -0,0 +1,37 @@ +# Welcome to MOSS + +MOSS is an open-source focused community built around that block game, Minecraft. + +
+ +# Rules +⛔ Don't be a dick +⛔ Don't spam +⛔ Don't advertise (Discord, Minecraft server, premium plugins, etc.) +✅ Use plugin channels for support + +
+ +# Projects available on our server + +| Project | Maintainers | Source Code | Releases | +|--------------------|------------------|--------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------| +| EssentialsX | EssentialsX Team | [GitHub](https://github.com/EssentialsX/Essentials) | [Spigot](https://www.spigotmc.org/resources/essentialsx.9089/) +| FactionsUUID | mbaxter | [GitHub](https://github.com/drtshock/Factions) | [Spigot](https://www.spigotmc.org/resources/factionsuuid.1035/) +| PlayerVaultsX | mbaxter | [GitHub](https://github.com/drtshock/PlayerVaults) | [Spigot](https://www.spigotmc.org/resources/playervaultsx.51204/) +| Chunky | pop4959 | [GitHub](https://github.com/pop4959/Chunky) | [Modrinth](https://modrinth.com/plugin/chunky) +| ChunkyBorder | pop4959 | [GitHub](https://github.com/pop4959/ChunkyBorder) | [Modrinth](https://modrinth.com/plugin/chunkyborder) +| Bolt | pop4959 | [GitHub](https://github.com/pop4959/Bolt) | [Modrinth](https://modrinth.com/plugin/bolt) +| LWC Extended | pop4959 | [GitHub](https://github.com/pop4959/LWCX) | [Spigot](https://www.spigotmc.org/resources/lwc-extended.69551/) +| Protection Stones | EspiDev | [GitHub](https://github.com/espidev/ProtectionStones/) | [Spigot](https://www.spigotmc.org/resources/protectionstones.61797/) +| Squaremap | jpenilla | [GitHub](https://github.com/jpenilla/squaremap) | [GitHub](https://github.com/jpenilla/squaremap/releases) +| LiveAtlas | Jim | [GitHub](https://github.com/JLyne/LiveAtlas) | [Spigot](https://www.spigotmc.org/resources/liveatlas.86939/) +| VanishNoPacket | mbaxter | [GitHub](https://github.com/mbax/VanishNoPacket) | [BukkitDev](https://dev.bukkit.org/projects/vanish) +| Minigames | add5tar | [Github](https://github.com/AddstarMC/Minigames) | [Spigot](https://www.spigotmc.org/resources/minigames.19687/) +| EntityClearer | Jason | [GitHub](https://github.com/SilverstoneMC/EntityClearer) | [Hangar](https://hangar.papermc.io/JasonHorkles/EntityClearer) +| FileCleaner | Jason | [GitHub](https://github.com/SilverstoneMC/FileCleaner) | [Hangar](https://hangar.papermc.io/JasonHorkles/FileCleaner) +| ExpensiveDeaths | Jason | [GitHub](https://github.com/SilverstoneMC/ExpensiveDeaths) | [Hangar](https://hangar.papermc.io/JasonHorkles/ExpensiveDeaths) +| AdvancedServerList | Andre601 | [CodeBerg](https://codeberg.org/Andre601/AdvancedServerList) | [Modrinth](https://modrinth.com/plugin/advancedserverlist) / [Hangar](https://hangar.papermc.io/Andre_601/AdvancedServerList) +| MC Banners | Glare | [GitHub](https://github.com/MCBanners/) | [Site](https://mcbanners.com/) +| HoloVid | Chase | [GitHub](https://github.com/Holovid/Holovid) | +| Potato | drtshock | [GitHub](https://github.com/drtshock/Potato) | N/A diff --git a/mkdocs.yml b/mkdocs.yml new file mode 100644 index 0000000..ad13db8 --- /dev/null +++ b/mkdocs.yml @@ -0,0 +1,7 @@ +site_name: MOSS +theme: + name: material + palette: + scheme: slate + primary: green + accent: green