Showing 35 open source projects for "player"

View related business solutions
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • Your monitoring isn't a stack. It's a pile. Fix that. Icon
    Your monitoring isn't a stack. It's a pile. Fix that.

    Errors, performance, logs, uptime. One install, one invoice, one UI.

    Replace Datadog, New Relic, and Sentry without adding three more dashboards.
    Free 30 days.
  • 1
    Archipelago

    Archipelago

    Archipelago Multi-Game Randomizer and Server

    Archipelago is an open-source multi-game randomizer framework that allows multiple players to play different games simultaneously while sharing a unified item randomization system. The software creates what is known as a “multiworld,” where items that normally appear in one game may instead appear in another player’s game. When a player finds an item belonging to someone else, the system automatically sends that item to the correct player through a networked server. This design encourages cooperative gameplay because progress in one player’s game can depend on items found by other participants. Archipelago includes tools for generating randomized game worlds, hosting multiplayer sessions, and connecting players through dedicated clients. ...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 2
    GrimAC

    GrimAC

    Fully async, multithreaded, predictive, open source, 3.01 reach

    GrimAC is an open-source anticheat system designed to detect and prevent cheating on Minecraft multiplayer servers through predictive simulation and advanced movement analysis. The project uses a simulation-based detection engine that recreates player movement and physics in order to identify discrepancies between legitimate gameplay and modified client behavior. By analyzing how players move, interact with the world, and send network packets to the server, Grim can detect a variety of cheats such as reach hacks, speed hacks, and anti-knockback modifications. The software is designed to operate asynchronously and with multithreaded processing, allowing servers to maintain high performance even when monitoring large numbers of players simultaneously. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    WorldEdit

    WorldEdit

    Minecraft map editor and mod

    ...The tool includes a variety of editing methods such as brushes, shape generation commands, and clipboard operations that allow copying, pasting, and rotating entire structures. WorldEdit can run in both single-player environments and multiplayer servers and is compatible with several modding platforms and server frameworks used in Minecraft Java Edition.
    Downloads: 23 This Week
    Last Update:
    See Project
  • 4
    GT New Horizons Mod Pack

    GT New Horizons Mod Pack

    New Modpack with Gregtech, Thaumcraft and Witchery

    You are looking at a big progressive kitchensink pack for Minecraft 1.7.10 balanced around the mod GregTech. Over 9 years of development (and still going) have formed a balance and refinement that only a handful of packs can keep up with. We are talking about thousands of recipe tweaks, a massive questbook with over 3000 quests, unique world generation, custom mods coded for the pack, custom Thaumonomicon pages, and many more. The main intentions of the pack are a long-lasting experience and...
    Downloads: 12 This Week
    Last Update:
    See Project
  • Auth0 B2B Essentials: SSO, MFA, and RBAC Built In Icon
    Auth0 B2B Essentials: SSO, MFA, and RBAC Built In

    Unlimited organizations, 3 enterprise SSO connections, role-based access control, and pro MFA included. Dev and prod tenants out of the box.

    Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
    Sign Up Free
  • 5
    Minecraft server optimization guide

    Minecraft server optimization guide

    Minecraft server optimization guide

    ...The goal of the project is to help administrators understand how the Minecraft server engine works so they can make informed decisions about optimization rather than blindly applying configuration changes. The documentation emphasizes experimentation and explains that every server has different requirements depending on player count, hardware, and gameplay style.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Folia

    Folia

    Fork of Paper which adds regionized multithreading

    Folia is an experimental fork of the Paper Minecraft server software designed to improve scalability by introducing region-based multithreading. Traditional Minecraft servers run most game logic on a single main thread, which creates performance bottlenecks when many players are active simultaneously. Folia addresses this limitation by dividing the game world into independent regions composed of nearby chunks and assigning each region its own tick loop. These regions run concurrently on...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    BedrockLaunch

    BedrockLaunch

    A fully functional Minecraft Bedrock Edition launcher

    Leader badge
    Downloads: 4,640 This Week
    Last Update:
    See Project
  • 8
    Fresh Animations Minecraft Resource Pack

    Fresh Animations Minecraft Resource Pack

    High-quality mob and player animations for Minecraft.

    Fresh Animations is a free, open-source Minecraft resource pack that enhances the game’s visuals by introducing smooth and expressive animations for mobs and players. Designed for both vanilla and modded Minecraft, it brings characters to life with realistic movement, idle behavior, and personality — all without altering gameplay.
    Leader badge
    Downloads: 544 This Week
    Last Update:
    See Project
  • 9
    Wurst Client

    Wurst Client

    Wurst Client - versatile Minecraft hacked client

    Wurst Client is a versatile Minecraft hacked client designed to enhance your gameplay experience with an array of powerful features. Known for its intuitive user interface, Wurst provides players with tools to customize their game, from combat enhancements to movement modifications. Wurst is regularly updated to remain compatible with the latest Minecraft versions, backed by a supportive community that shares tips and custom scripts. While it offers exciting possibilities, players should...
    Leader badge
    Downloads: 282 This Week
    Last Update:
    See Project
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
    Claim $300 Free
  • 10
    TwitchCraft

    TwitchCraft

    Twitch chat controls your Minecraft game... can you survive?

    STREAMING ON TWITCH JUST GOT A WHOLE LOT BETTER... And playing Minecraft just got a whole lot harder (or easier, depending on how nice your Twitch viewers are...) This mod allows your Twitch chat to directly affect your Minecraft game, with many commands and countless features! <<REQUIREMENTS:>> - Windows 10 or 11 - Minecraft Java Edition - JDK-17/21/25 A command list for the bot can be found at https://rentry.co/bot-commands The bot can ONLY be played on Minecraft versions...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 11
    GoCraft

    GoCraft

    A Minecraft like game written in go

    ...The project demonstrates how a voxel-based world simulation can be implemented using Go along with graphics libraries and OpenGL-style rendering pipelines. GoCraft includes basic terrain generation, block placement mechanics, and player movement within a procedurally generated world composed of cubic blocks. The game engine provides essential features such as world rendering, chunk management, and interaction with blocks through simple controls. It also includes multiplayer functionality through a client-server architecture that allows multiple players to interact in the same world environment. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Blessing Skin Server

    Blessing Skin Server

    Web application brings custom skins back in offline Minecraft servers

    Puzzled by losing your custom skins in Minecraft servers running in offline mode? Now you can easily get them back with the help of Blessing Skin. Blessing Skin is a web application where you can upload, manage and share your custom skins & capes! Unlike modifying a resource pack, everyone in the game will see the different skins of each other (of course they should register at the same website too). Blessing Skin is an open-source project written in PHP, which means you can deploy it freely...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    FarPlaneTwo

    FarPlaneTwo

    Level-of-Detail renderer in Minecraft. Allows for render distances

    ...The project aims to support render distances far beyond the limits of the standard Minecraft engine, potentially reaching hundreds of thousands or even millions of blocks. By creating progressively lower-detail versions of terrain farther from the player, the mod can display the shape and structure of distant regions without fully loading those chunks.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 14
    DynamicClient (Minecraft)

    DynamicClient (Minecraft)

    A Hack Client created from curseforge creators since 2021

    Dynamic Client is a minecraft hacked client that improve's the experience of the player, It has mods that was used for testing anti-cheats of servers but we changed it to be hacked client because making a client just to test anti-cheats is Boring. Announcement: 1.9.11 has been released! NOTE: This requires you to have a Minecraft launcher such as TLauncher to use the hack client. it also shows how anyone can create their own client, without coding as you only need ac-credit the mod creators. ...
    Downloads: 37 This Week
    Last Update:
    See Project
  • 15
    KAMI Blue

    KAMI Blue

    ARCHIVED - KAMI Blue: a continuation of 1.12.2 KAMI

    Kami-Blue Client is an open-source modification for Minecraft that enhances gameplay with additional utilities, automation features, and performance optimizations. It is designed for power users looking to customize their in-game experience.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Fork

    Fork

    Fork is a Minecraft Server Manager GUI for Windows

    ...Fork is a free Minecraft server manager GUI designed to make server hosting easy and fast. Features allow automatic server restarts and backups, hardware statistics like CPU usage, player management and much more...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    tinkerboard

    tinkerboard

    Debian based TinkerOS for Asus Tinkerboard

    Debian based TinkerOS for Asus Tinkerboard Based on the Asus TinkerOS download at https://www.asus.com/uk/supportonly/TInker%20Board2GB/HelpDesk_Download/ TinkerOS 2.08 pre-installed with the following apps: Kodi - media center LibreOffice - office apps Pinta - lightweight paint program guvcView - Webcam viewer Sonic Pi - Music programming language Minetest - minecraft like game VLC - media player VNC Server Netflix and hulu work on the chromium browser Adobe Flash working in Chromium and firefox Printer support added via CUPS and control-panel. samba installed with home directory shared user: linaro pass: linaro https://www.tinkerboarding.co.uk/forum/thread-25.html Twitter: @mikered
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    MMCG

    MMCG

    Memory Match Card Game

    v1.2.2 (Released Sep 11, 2017) - One more deck style added (Minecraft) v1.2.1 (Released Sep 1, 2017) - If match found or not found, message will appear at bottom telling the player they have a correct match or the player needs to try again (obj_card, obj_controller) v1.2 (Released August 14, 2017) - Added two more deck styles (numbers, colours) - Added one more game option (4 cards) Get it at the following link http://tiny.cc/mmcg
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    VDCraft

    VDCraft

    A Minecraft clone for 1.8.X multiplayer

    This is a Minecraft clone which can connect to 1.8-1.8.9 offline multiplayer servers. You can place and break blocks, chat, display your hand and hotbar. It supports up to 8x antialiasing and some rough lighting. Leaves look like the Minecraft "Fancy" graphic setting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    BungeeCord

    BungeeCord

    BungeeCord, the 6th in a generation of server portal suites

    BungeeCord is a Minecraft server proxy designed to connect multiple Minecraft servers into one larger network. It lets players move between separate servers while experiencing them as part of the same connected environment. The project is maintained by SpigotMC and has long been used by server owners who operate lobby, minigame, survival, creative, and specialized game-mode networks. BungeeCord works as a layer between players and backend servers, forwarding connections and managing...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 21

    StrongHoldFinder

    Minecraft Helper Tool

    A little C# program for .NET framework 4.5 that assists a player of minecraft.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Emil's Block Game

    Emil's Block Game

    My fork of Manic Digger

    ...Manic Digger Compatibility -------------------------- - Manic Digger servers make the window text say "Manic Digger". - Can play on Manic Digger servers. - Uses Manic Digger login to play on Multiplayer - Recently added support for Manic Digger's account custom player skins. (Added in Version - 1.4.2) Download source code at: https://github.com/EmilSayahi/Emil-Block-Game
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    MinecraftBookEditor

    Create books for minecraft and add them directly to your inventory

    ...The text file is formatted for the minecraft book, and multiple pages are created if needed. You can then save the book directly into a players inventory. Just find the player data file, select the inventory slot you want the book placed into and then click save.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    Seigneur Necron Minecraft Mods

    Seigneur Necron Minecraft Mods

    A set of Forge mods for Minecraft. (API, Stargate, custom signs...)

    ...It contains a lot of classes that you can extend to create your mods easily (mod main class, configuration, logger, packet handlers, reflection tools, tile entities, entity extended properties, world properties, teleporter, containers, gui components, font renders, sounds...). - Stargate Mod : A mod which adds Naquadah in the world, with which you can build Stargates, teleporters, player detectors, mob generators, better enchantment tables, naquadah armors and tools... - Custom Signs Mod : A mod which allows signs to display custom textures based on their text. - Dropable Glass Mod : A small mod which allows you to retrieve glass blocks and glass panes without the silk touch enchantment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Jumper

    This is a Jumper Minecraft Plugin for Bukkit.

    ...It does not have yet many functions, however blocks will be added in the next update several effect and that one increases Spawns can place. A lot of fun and Good Luck! EFFECTS Gold Block = Adds Slowness effect. Glass Block = Teleports player back to spawn. MORE BLOCKS IN THE NEXT UPDATE ! You can place a sign at the end of the Jump and Run and write in the first Row [Jump], if the player right click on the sign he will teleport back to his last Position ! Jumper Finish Sign Jumper Finish Sign Want other Blocks ? = Please contact me ! Developer Roadskullz Minecraft Ingame name: xRoadskullz
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
Auth0 Logo