Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CAIMEOX/awesome-minecraft-bedrock
A curated list of awesome Minecraft Bedrock plugin, tool and software.
https://github.com/CAIMEOX/awesome-minecraft-bedrock
List: awesome-minecraft-bedrock
awesome awesome-list bedrock minecraft-bedrock minecraftpe
Last synced: 16 days ago
JSON representation
A curated list of awesome Minecraft Bedrock plugin, tool and software.
- Host: GitHub
- URL: https://github.com/CAIMEOX/awesome-minecraft-bedrock
- Owner: CAIMEOX
- License: mit
- Created: 2020-02-06T08:14:22.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-29T04:56:20.000Z (almost 2 years ago)
- Last Synced: 2024-05-22T23:02:51.911Z (7 months ago)
- Topics: awesome, awesome-list, bedrock, minecraft-bedrock, minecraftpe
- Homepage:
- Size: 14.6 KB
- Stars: 36
- Watchers: 10
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- ultimate-awesome - awesome-minecraft-bedrock - A curated list of awesome Minecraft Bedrock plugin, tool and software. (Other Lists / Monkey C Lists)
README
# Awesome Minecraftpe
A curated list of awesome Minecraft Bedrock plugin, tool and software.
To contribute, please read the [contribution guidelines](contributing.md) first.## Contents
- [Awesome Minecraftpe](#awesome-minecraftpe)
- [Contents](#contents)
- [Documentation](#documentation)
- [IDE](#ide)
- [Launcher](#launcher)
- [Networking](#networking)
- [Protocol](#protocol)
- [Proxy](#proxy)
- [Server](#server)
- [Tool](#tool)
- [General](#general)
- [Resource Pack Authoring](#resource-pack-authoring)
- [Behavior Pack Authoring](#behavior-pack-authoring)
- [World Editing](#world-editing)
- [Other Works](#other-works)
- [Visualization](#visualization)---
## Documentation* [Bedrock-docs](https://github.com/MisteFr/minecraft-bedrock-documentation.git) - Automatically generated protocol documentation, symbols list and entity ids list for Minecraft Bedrock Edition posted once a release or a beta is released.
* [Bedrock Unicode Characters](https://github.com/TwistedAsylumMC/bedrock-unicode-characters.git) - Minecraft:Bedrock Edition Unicode characters
* [Bedrock Wiki](https://github.com/Bedrock-OSS/bedrock-wiki) - Rewrite of the Bedrock Wiki.
* [Mcpe-docs](https://github.com/lukeeey/mcpe-docs) - Minecraft: Bedrock Edition Documenation
* [PEWS-API](https://github.com/jocopa3/PEWS-API.git) - A Java Websocket Server API implementation for the Pocket, Windows 10, and Education Editions of Minecraft.
* [PocketBurger](https://github.com/PocketMine/PocketBurger.git) - A tool for extracting info from Minecraft: Pocket Edition using the Android binary.
* [ScriptAPI](https://github.com/JaylyDev/ScriptAPI.git) - Community Driven Scripts for Minecraft's Scripting
* [minecraft-creator](https://github.com/MicrosoftDocs/minecraft-creator) - The repository for Minecraft Bedrock documentation.## IDE
* [Bridge](https://github.com/bridge-core/bridge..git) - Minecraft Add-on Editor.
* [CometIDE](https://github.com/itsu-dev/CometIDE.git) - Minecraft IDE Project (For Pocketmine-MP/Nukkit plugins, Addons, Mods...)## Launcher
* [BlockLauncher](https://github.com/zhuowei/MCPELauncher) - Source code for BlockLauncher, a launcher that patches Minecraft for Android.
* [GenericLauncher](https://github.com/byteandahalf/GenericLauncher.git) - Launcher template for programmers to create their own MCPE hacked client/launcher
* [MCPELauncher](https://github.com/minecraft-linux/mcpelauncher-manifest.git) - The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher.
* [Mc-w10-version-launcher](https://github.com/MCMrARM/mc-w10-version-launcher.git) - Windows 10 Multi-Version launcher.
* [ModdedPE](https://github.com/TimScriptov/ModdedPE.git) - ModdedPE is a launcher which allows you to open Minecraft PE and load NMods. ModdedPE can also be used as a library for your project.## Networking
### Protocol
* [Protocol](https://github.com/CloudburstMC/Protocol.git) - A protocol library for Minecraft Bedrock Edition.
* [BedrockProtocol](https://github.com/pmmp/BedrockProtocol) - An implementation of the Minecraft: Bedrock Edition protocol in PHP
* [Mcwss](https://github.com/Sandertv/mcwss.git) - A websocket server for Minecraft Bedrock Edition.
* [bedrock-protocol](https://github.com/PrismarineJS/bedrock-protocol) - Minecraft Bedrock protocol library, with authentication and encryption
* [PEWSServer](https://github.com/XeroAlpha/PEWSServer.git) - A WebSocket Server for Minecraft (Bedrock Edition).
* [Meowslib](https://github.com/CAIMEOX/libwebsocket.git) - A websocket server lib for Minecraft Bedrock Edition.
* [mcpews](https://github.com/mcpews/mcpews.git) - A library that supports MCPE Websocket Protocol
* [BedrockWS](https://github.com/eDroiid/BedrockWS.git) - PEWS inspired websocket server for Minecraft: Bedrock Edition.### Proxy
* [DragonProxy](https://github.com/DragonetMC/DragonProxy.git) - A proxy to allow Minecraft: Bedrock clients to connect to Minecraft: Java Edition servers.
* [Geyser](https://github.com/GeyserMC/Geyser.git) - A bridge/proxy allowing you to connect to Minecraft: Java Edition servers with Minecraft: Bedrock edition.
* [Gophertunnel](https://github.com/Sandertv/gophertunnel.git) - A Minecraft library containing packages to create clients, servers, proxies and other tools, and a proxy implementation using them.
* [MCMU](https://github.com/Fancyflame/MCMU.git) - A multiplayer proxy for Minecraft based on nodejs (MineCraft MUltiplayer)
* [MCPE-Proxy](https://github.com/brandon15811/Minecraft-PE-Proxy.git) - Proxy for Minecraft Pocket Edition to connect to internet servers without app modification.
* [Nemisys](https://github.com/iTXTech/Nemisys.git) - The Java implementation of standard Synapse Proxy Protocol.
* [Portal](https://github.com/Paroxity/portal.git) - A lightweight transfer proxy written in Go for Minecraft: Bedrock Edition.
* [ProxProx](https://github.com/GoMint/ProxProx.git) - Proxy for MC:PE Networks
* [WatchDog](https://github.com/yesdog/Waterdog.git) - Waterdog, a Yesdog fork of Waterfall/BungeeCord that adds Bedrock support.### Server
* [BDSX](https://github.com/bdsx/bdsx.git) - BDSX: Minecraft Bedrock Dedicated Server + node.js!
* [ClearSky](https://github.com/ClearSkyTeam/ClearSky.git) - ClearSky is an fast, clean PM spoon, while having many features.
* [DragonFly](https://github.com/df-mc/dragonfly.git) - Minecraft (Bedrock Edition) server software written in Go.
* [Element0](https://github.com/Element-0/ElementZero.git) - Run windows version of BDS in linux with Mod support.
* [ElementZeroR](https://github.com/Element-0/ElementZeroR.git) - ElementZero, but re-designed (WIP)
* [Foxel](https://github.com/BedrockPlay/Foxel.git) - PocketMine edited for BedrockPlay MCBE server (mc.bedrockplay.eu)
* [GoMine](https://github.com/GoMint/GoMint.git) - A new fresh Minecraft: Bedrock Edition server.
* [Genisys](https://github.com/iTXTech/Genisys.git) - Feature-rich server software for Minecraft: Pocket Edition & Windows 10 Edition Beta.
* [JSPrismarine](https://github.com/HerryYT/JSPrismarine.git) - Basic Minecraft Bedrock Edition software.
* [LiteLoader](https://github.com/LiteLDev/LiteLoaderBDS) - An epoch-making cross-language plugin loader for Minecraft Bedrock Dedicated Server (BDS).
* [LeviLamina](https://github.com/LiteLDev/LeviLamina) - A lightweight, modular and versatile mod loader for Minecraft Bedrock Edition, formerly known as LiteLoaderBDS
* [Nukkit](https://github.com/Nukkit/Nukkit.git) - Nukkit is a Nuclear-Powered Server Software For Minecraft: Pocket Edition .
* [NumerousAlpaca](https://github.com/PrismarineJS/numerous-alpaca.git) - A Minecraft Bedrock Edition server in JavaScript.
* [MiNET](https://github.com/NiclasOlofsson/MiNET.git) - A (not so) basic Minecraft Pocket Edition server written in C#.
* [Pocket Mine](https://github.com/pmmp/PocketMine-MP.git) - A server software for Minecraft: Bedrock Edition in PHP.
* [PocketNode](https://github.com/PocketNode/PocketNode.git) - A server software for Minecraft: Bedrock written in Node.js.
* [Podrum](https://github.com/Podrum/Podrum.git) - A minecraft (bedrock) server software written in python (3.X).
* [Serenity](https://github.com/SerenityJS/serenity) - A Minecraft Bedrock Edition Server Software
* [Steadfast2](https://github.com/Hydreon/Steadfast2.git) - Minecraft PE Server Software.
* [StoneServer](https://github.com/codehz/StoneServer.git) - A modded minecraft bedrock edition server.
* [Voxelwind](https://github.com/voxelwind/voxelwind.git) - The high-performance Minecraft: Pocket Edition server (in development)## Tool
### General
* [MCBE Essentials](https://github.com/MCBE-Essentials/mcbe-essentials.github.io) - MCBE Essentials is a collection of tools for Minecraft Bedrock Edition developers intended to make life easier
* [SuitcaseJS](https://github.com/TBroz15/SuitcaseJS) - State of the art Minecraft Bedrock Behavior and Resource Pack Compiler.### Resource Pack Authoring
* [Aseprite](https://github.com/aseprite/aseprite.git) - Animated sprite editor & pixel art tool (Windows, macOS, Linux)
* [Blockbench](https://github.com/JannisX11/blockbench.git) - A boxy 3D model editor
* [ConvertJavaTextureToBedrock](https://github.com/ozelot379/ConvertJavaTextureToBedrock.git) - Web app for convert Minecraft Java texture packs to Bedrock texture packs.
* [McUnicodeFontTextureGeneratorOnline](https://github.com/codehz/minecraft-unicode-font-texture-generator-online.git) - minecraft unicode font texture generator online(Static Web Page).
* [Php MC 3d Skin](https://github.com/supermamie/php-Minecraft-3D-skin.git) - Render a 3D view of a skin as a svg or png image.
* [ShadowSkin](https://github.com/Fancyflame/ShadowSkin) - A minecraft online skin editor.
* [Skinview3d](https://github.com/bs-community/skinview3d.git) - Three.js powered Minecraft skin viewer.
* [Snowstorm](https://github.com/JannisX11/snowstorm) - Minecraft Bedrock Particle Generator
* [JsonUI Scripting](https://github.com/asakiyuki/JsonUI-Scripting) - A library used to create UI packs for Minecraft: Bedrock Edition
* [MCPE-VideoGenerator](https://github.com/haveyouwantto/MCBE-video-generator.git) - Minecraft Video Generator by HYWT### Behavior Pack Authoring
* [AddonToolchain](https://github.com/minecraft-addon-tools/minecraft-addon-toolchain.git) - Tools for building and workflow improvements for bedrock scripting.
* [Aquiver](https://github.com/CAIMEOX/Aquiver.git) - Playing video on Minecraft Bedrock!
* [BeAPI](https://github.com/MCBE-Utilities/BeAPI.git) - MCBE GameTest Wrapper - Bedrock Edition API
* [Image-Map](https://github.com/tryashtar/image-map.git) - Converts image to maps for Minecraft Java and Bedrock.
* [Loot-Table Generator](https://github.com/Bedrock-OSS/bedrock-loot-gen) - Website for creating Bedrock Edition loot tables.
* [Block Core](https://github.com/VoxlDevv/BlockCore) - Minecraft Bedrock API Wrapper.### World Editing
* [FastBuilder](https://github.com/CAIMEOX/FastBuilder.git) - Minecraft PE Geometry Builder.
* [Leveldb-mcpe](https://github.com/Mojang/leveldb-mcpe.git) - A fork of Google's LevelDB with added zlib compression and windows support.
* [NBT Studio](https://github.com/tryashtar/nbt-studio) - An up-to-date NBT viewer and editor with lots of new features
* [VoxelGeometry](https://github.com/CAIMEOX/VoxelGeometry.git) - Gametest based Minecraft geometry structure generator.
* [WorldDownloader](https://github.com/Frago9876543210/WorldDownloader.git) - Mod for minecraft-linux/mcpelauncher-client which collects chunks sent over network from server.
* [WorldEdit-BE](https://github.com/SIsilicon/WorldEdit-BE.git) - A Minecraft Bedrock addon port of the famous WorldEdit mod for Minecraft: Java Edition### Other Works
* [Faithful-Bedrock-64x](https://github.com/Faithful-Resource-Pack/Faithful-Bedrock-64x) - The official repository for the Bedrock version of Faithful 64x
* [MyAgent](https://github.com/mcpews/MyAgent.git) - A agent generator and controller written in node.js.
* [Scythe-AntiCheat](https://github.com/MrDiamond64/Scythe-AntiCheat.git) - The best minecraft bedrock anti-cheat designed for realms, worlds and servers.
* [RainbowPieUI2](https://github.com/MintCoolMC/MCBE_RainbowPieUI2) - Minecraft Bedrock Edition UI## Visualization
* [Bedrock Viz](https://github.com/bedrock-viz/bedrock-viz.git) - Minecraft Bedrock Edition World Visualization & Reporting Tool with Web App
* [Blocktopograph](https://github.com/protolambda/blocktopograph.git) - Blocktopograph is a fan-made app for MCPE, it includes a top-down world viewer and a NBT editor.
* [Mcedit2](https://github.com/mcedit/mcedit2.git) - MCEdit 2.0 - World Editor for Minecraft.
* [McpeViz](https://github.com/Plethora777/mcpe_viz.git) - Minecraft Pocket Edition (MCPE) World Visualization & Reporting Tool with Web App.
* [Molang Grapher](https://github.com/JannisX11/molang-grapher) - MoLang Grapher
* [Papyruscs](https://github.com/mjungnickel18/papyruscs.git) - PapyrusCS renders maps of Minecraft: Bedrock Edition worlds using C#, LevelDB and leaflet.