Showing 28 open source projects for "mpv-player"

View related business solutions
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • Stop Storing Third-Party Tokens in Your Database Icon
    Stop Storing Third-Party Tokens in Your Database

    Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

    Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
    Try Auth0 for Free
  • 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: 17 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: 6 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: 26 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
  • Secure File Transfer for Windows with Cerberus by Redwood Icon
    Secure File Transfer for Windows with Cerberus by Redwood

    Protect and share files over FTP/S, SFTP, HTTPS and SCP with the #1 rated Windows file transfer server.

    Cerberus supports unlimited users and connections on a single IP, with built-in encryption, 2FA, and a browser-based web client — all deployable in under 15 minutes with a 25-day free trial.
    Try for Free
  • 5
    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: 2 This Week
    Last Update:
    See Project
  • 6
    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
  • 7
    BedrockLaunch

    BedrockLaunch

    A fully functional Minecraft Bedrock Edition launcher

    Leader badge
    Downloads: 4,147 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: 570 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: 299 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 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

    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: 2 This Week
    Last Update:
    See Project
  • 12
    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: 1 This Week
    Last Update:
    See Project
  • 13
    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: 2 This Week
    Last Update:
    See Project
  • 14
    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: 7 This Week
    Last Update:
    See Project
  • 15
    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
  • 16
    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: 3 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
    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: 4 This Week
    Last Update:
    See Project
  • 19

    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
  • 20
    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
  • 21

    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
  • 22
    The game was modeled on Minecraft designed to create different variations of the free world and the common multi-player game.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    CraftBukkit-CommandsEX

    CraftBukkit-CommandsEX

    Modular Minecraft server plugin - commands, events, ...

    This project gives you freedom to get a fully-customized plugin for CraftBukkit Minecraft servers. You choose what to include and build it up. No more command collisions, no unnecessary memory and processor overhead on your server.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    Craft-Control

    Craft-Control

    A Windows Gadget For Monitoring, Managing, and Playing Minecraft!

    Launched early May 2012, currently over 1000 downloads in over 50 countries! Craft-Control is a windows gadget for monitoring and administering minecraft servers all over the world right from your desktop! Current version 3.1.8 now allows you to monitor individual servers for specific players, and gives you and audio and visual notification when one of your friends is online. The sync interval is now adjustable in seconds. Craft-Control users Query and Rcon protocols, so make sure they are...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    MCDynamite#

    Minecraft Classic Server Software Forked Off Of MCSpart

    MCDynamite is an open source minecraft classic software for you to host your own server.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB