awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

10 रिपॉजिटरी

Awesome GitHub RepositoriesServer Plugins

Extensions that add functionality or administrative control to multiplayer servers.

Explore 10 awesome GitHub repositories matching part of an awesome list · Server Plugins. Refine with filters or upvote what's useful.

Awesome Server Plugins GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • singwhatiwanna/dynamic-load-apksingwhatiwanna का अवतार

    singwhatiwanna/dynamic-load-apk

    6,009GitHub पर देखें↗

    Dynamic-load-apk is an Android plugin framework that enables a host application to load and run uninstalled APK files as plugins at runtime. It provides the core infrastructure for loading APKs from storage, launching their activities, and managing their lifecycle without requiring the user to install them through the system package manager. The framework handles the fundamental challenges of running uninstalled code on Android through several key mechanisms. It isolates plugin classes in a separate DexClassLoader to prevent conflicts with the host class hierarchy, merges plugin resources int

    Bundle all dynamic-loading logic into one library JAR so plugin developers can build without understanding the framework internals.

    Java
    GitHub पर देखें↗6,009
  • geysermc/geyserGeyserMC का अवतार

    GeyserMC/Geyser

    5,641GitHub पर देखें↗

    Geyser is a cross-platform bridge that translates network packets between Minecraft Bedrock Edition and Java Edition, enabling Bedrock clients to join Java Edition servers. It operates as either a server plugin or a standalone proxy, handling real-time protocol translation, authentication, and resource pack conversion to make Bedrock players appear as standard Java clients to the server. The project distinguishes itself through its comprehensive authentication system, which allows Xbox Live-authenticated Bedrock players to join Java servers without requiring a paid Java Edition account, inclu

    Installs as a server plugin or standalone proxy to add Bedrock client support to existing Java Edition servers.

    Javabedrockbedrock-editionbedrock-to-java
    GitHub पर देखें↗5,641
  • dotheevo/selfhosted-apps-dockerDoTheEvo का अवतार

    DoTheEvo/selfhosted-apps-docker

    2,833GitHub पर देखें↗

    This project is a curated collection of deployment files and configurations for hosting a wide variety of open-source services on a home server. It primarily utilizes Docker and Docker Compose to automate the orchestration, lifecycle management, and deployment of containerized applications. The repository provides a comprehensive suite for self-hosted infrastructure, covering network management tools, media streaming, and home automation. It includes specialized configurations for securing internal services via reverse proxies, WireGuard VPN tunnels, and automated SSL/TLS certificate manageme

    Allows adding extended functionality to the server via JAR file installation in the plugins directory.

    Shell
    GitHub पर देखें↗2,833
  • pryaxis/tshockPryaxis का अवतार

    Pryaxis/TShock

    2,739GitHub पर देखें↗

    TShock is a server management tool and plugin framework for dedicated Terraria servers. It functions as an administrative suite and anti-cheat tool designed to control player permissions, monitor game integrity, and extend server functionality. The project provides a framework for creating custom plugins that modify the game world and implement new commands. It enables internal state modification through bytecode injection, packet interception, and memory manipulation to bypass engine restrictions and alter live game environments. Administrative capabilities include a hierarchical role-based

    Implements a plugin framework for extending multiplayer server functionality and administrative control.

    C#c-sharpotapiterraria
    GitHub पर देखें↗2,739
  • mylesiscool/viaversionMylesIsCool का अवतार

    MylesIsCool/ViaVersion

    1,585GitHub पर देखें↗

    Allows the connection of higher client versions to lower server versions - it works on any platform you can think of.

    Enables newer clients to connect to older server versions.

    Java
    GitHub पर देखें↗1,585
  • playpro/coreprotectPlayPro का अवतार

    PlayPro/CoreProtect

    943GitHub पर देखें↗

    CoreProtect is a fast, efficient data logging and anti-griefing tool. Inspect, lookup, rollback, and restore any amount of damage without impacting your server performance.

    Logs player actions for administrative oversight and rollback.

    Java
    GitHub पर देखें↗943
  • enginehub/worldguardEngineHub का अवतार

    EngineHub/WorldGuard

    926GitHub पर देखें↗

    WorldGuard lets you and players guard areas of land against griefers and undesirables, as well as tweak and disable various gameplay features of Minecraft.

    Protects land areas from griefing and customizes gameplay rules.

    Java
    GitHub पर देखें↗926
  • enginehub/craftbookEngineHub का अवतार

    EngineHub/CraftBook

    322GitHub पर देखें↗

    CraftBook is a heavily customizable plugin adding exciting new gameplay elements and advanced redstone functions!

    Adds complex mechanics like bridges and circuits without client mods.

    Java
    GitHub पर देखें↗322
  • rammelkast/anticheatreloadedRammelkast का अवतार

    Rammelkast/AntiCheatReloaded

    110GitHub पर देखें↗

    AntiCheatReloaded AntiCheatReloaded helps server admins combat the use of hacked clients and spambots. It analyses the behavior of players and can prevent malicious gameplay. The plugin offers a lot of customizability and can be connected across multiple servers in case it is used in a server…

    Monitors and blocks malicious player behavior on servers.

    Java
    GitHub पर देखें↗110
  • tryharddood/advancedkitsreloadedTryHardDood का अवतार

    TryHardDood/AdvancedKitsReloaded

    10GitHub पर देखें↗

    Latest version: v1.1.14

    Manages player kits on Bukkit and Spigot-based servers.

    Java
    GitHub पर देखें↗10
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Server Plugins

सब-टैग एक्सप्लोर करें

  • GamePlugins that add cross-platform client support or new connectivity features to existing game servers. **Distinct from Server Plugins:** Distinct from Server Plugins: specifically adds Bedrock client support to Java Edition servers, not general server functionality extensions.
  • JAR Plugin Loaders1 सब-टैगMechanisms for extending server functionality by loading Java ARchive files from a directory. **Distinct from Server Plugins:** Specifically targets the JAR-based loading mechanism rather than general multiplayer server plugins.