Showing 43 open source projects for "glc-player"

View related business solutions
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 1
    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: 2 This Week
    Last Update:
    See Project
  • 2
    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: 1 This Week
    Last Update:
    See Project
  • 3
    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: 16 This Week
    Last Update:
    See Project
  • 4
    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: 2 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 5
    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: 1 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
    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: 1,071 This Week
    Last Update:
    See Project
  • 8
    BedrockLaunch

    BedrockLaunch

    A fully functional Minecraft Bedrock Edition launcher

    Leader badge
    Downloads: 4,486 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: 294 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 10

    minecraft-mods

    Minecraft Server Hibernation

    Avoid wasting resources by starting your Minecraft server automatically when a player joins and stopping it when no one is online
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    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 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: 5 This Week
    Last Update:
    See Project
  • 12

    NBT File System Utilities

    Inspecting and manipulating NBT as a file system

    Named Binary Tag (NBT) is a binary format designed for and used by the game Minecraft to store various data including worlds, player data and many other things. This project provides a way to access those data by simply mounting the corresponding data file as a file system, then reading and writing any value as usual file system nodes. By combining with standard Unix file operation tools, batch editing or copying massive amount of data is very easy, comparing to other generic NBT editing tools. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    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
  • 14
    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: 0 This Week
    Last Update:
    See Project
  • 15
    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
  • 16
    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: 38 This Week
    Last Update:
    See Project
  • 17
    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
  • 18
    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: 7 This Week
    Last Update:
    See Project
  • 19
    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
  • 20
    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: 2 This Week
    Last Update:
    See Project
  • 21
    MCedit

    MCedit

    MCEdit: World Editor for Minecraft

    MCEdit is a saved game editor for Minecraft. Since Minecraft saved games contain every single element of the world the player is playing in, it has much more in common with 3D world, map, and terrain editors than traditional saved game editors. MCEdit has been developed since 2010 with the original goal of allowing Classic levels to be played in the full version of Minecraft, but has since evolved into a full featured editor and is currently undergoing a thorough rewrite for version 2.0.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 22
    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: 4 This Week
    Last Update:
    See Project
  • 23

    StrongHoldFinder

    Minecraft Helper Tool

    A little C# program for .NET framework 4.5 that assists a player of minecraft.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    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
  • 25

    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: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB