Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Adventure | 553 | 3 | 9 | 8 hours ago | 6 | April 17, 2020 | 84 | mit | Java | |
A user-interface library, formerly known as text, for Minecraft: Java Edition | ||||||||||
Bridge. | 305 | 6 months ago | 36 | gpl-3.0 | TypeScript | |||||
Minecraft Add-on Editor | We strive to provide the best development experience possible | ||||||||||
Editor | 102 | 3 months ago | 189 | gpl-3.0 | TypeScript | |||||
Next generation of bridge., the Minecraft Add-On editor | ||||||||||
Templateplugin | 80 | 3 months ago | gpl-3.0 | Java | ||||||
A template for creating minecraft plugin from 1.8 to 1.19 | ||||||||||
Flowupdater | 76 | 12 days ago | 13 | July 01, 2022 | 1 | gpl-3.0 | Java | |||
The free and open source solution to update Minecraft. | ||||||||||
Vscode Bedrock Development Extension | 58 | 15 days ago | 3 | bsd-3-clause | JSON | |||||
An extension that provides support for files such as: .mcfunction, .json and .lang. Features include: completion, validations, formatters, diagnostics, cheat-sheets, code-actions, generation of files, and development tools to help develop Minecraft Bedrock Addons or Minecraft Education Edition. | ||||||||||
Okaeri Configs | 53 | 3 months ago | 4 | mit | Java | |||||
Simple Java/POJO config library written with love and Lombok | ||||||||||
Modulelauncher.re | 43 | 5 months ago | 1 | mit | C# | |||||
Cross-platform Minecraft Launcher library for .NET | ||||||||||
Mcwine | 38 | a day ago | mit | JSON | ||||||
Enhances the vanilla experience with optimization, accessibility & compatibility using complex modification. | ||||||||||
Nbt2json | 32 | 2 | 2 years ago | 12 | October 22, 2021 | 3 | mit | Go | ||
A command line utitlity and module that reads NBT data and converts it to JSON or YAML for editing and then back to NBT again |
Makes it possible to develop Minecraft launchers with efficiency and elegance.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
This is an easy-to-use, trainee-friendly Minecraft launcher library. It's enough for you to develop a high-performance, elegant Minecraft launcher application.
Here's why:
This library still has many shortcomings and defects, we welcome anyone to submit issues.
ModuleLauncher.Re is possible because of the support of the following great projects:
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
Install ModuleLauncher.Re via Nuget:
Install-Package ModuleLauncher.Re -Version 3.0.0
dotnet add package ModuleLauncher.Re --version 3.0.0
Or clone the repo and compile it to dynamic link library
Create a simple Launcher
instance:
var launcher = new Launcher("<.minecraft>")
{
Authentication = "<player name>",
Java = @"<javaw.exe> or <java.exe>"
};
After constructing the Launcher instance, we can launch Minecraft:
await launcher.Launch("<the version to launch>");
For more examples, please refer to the Documentation
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Distributed under the MIT License. See LICENSE
for more information.
破晓 - Telegram - [email protected]
Project Link: https://github.com/AHpxChina/ModuleLauncher.Re
In no particular order.