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,009在 GitHub 上查看↗

    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,641在 GitHub 上查看↗

    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,833在 GitHub 上查看↗

    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,739在 GitHub 上查看↗

    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,585在 GitHub 上查看↗

    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

    943在 GitHub 上查看↗

    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

    926在 GitHub 上查看↗

    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

    322在 GitHub 上查看↗

    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

    110在 GitHub 上查看↗

    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

    10在 GitHub 上查看↗

    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.