Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/j0nat/minecraft-beta-launcher
Custom Minecraft Beta Launcher
https://github.com/j0nat/minecraft-beta-launcher
c-sharp craftbukkit json minecraft tcp wpf
Last synced: about 1 month ago
JSON representation
Custom Minecraft Beta Launcher
- Host: GitHub
- URL: https://github.com/j0nat/minecraft-beta-launcher
- Owner: j0nat
- Created: 2019-01-19T02:47:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-19T03:50:34.000Z (about 6 years ago)
- Last Synced: 2025-01-01T11:09:54.986Z (about 1 month ago)
- Topics: c-sharp, craftbukkit, json, minecraft, tcp, wpf
- Language: C#
- Homepage: http://jonoie.com/2019/01/19/custom-minecraft-beta-launcher.php
- Size: 1.76 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minecraft Beta Launcher
![Preview1](./Media/Launcher1.png)
![Preview2](./Media/Launcher2.png)
![Preview3](./Media/Launcher3.png)## Features
+ Login / Register
+ Integrated map
+ Window / Fullscreen## Compiling
### Prerequisites
* Microsoft Visual Studio
* Java IDE (Netbeans, IntelliJ...)
* Craftbukkit 0.0.1**To compile launcher**:
1. Open project in Visual Studio
2. Build Solution
**To compile plugin**:
1. Open project in java IDE
2. Add library craftbukkit-0.0.1.jar
3. Build project
## Installation
### Launcher Installation
The launcher consists of the following files/folders:
+ +.minecraft
+ +Data
+ + Retrieve the .minecraft and Data folders from the Minecraft game files.
+ Minecraft.exe
+ + Minecraft.exe is compiled from the project.
+ settings.xmlThe settings.xml file:
127.0.0.1
1521
### Plugin Installation
Copy the Account.jar file into the /plugins folder in your server directory.- For the map to work you need to also download **Dynmap**. The region info comes from the **WorldGuard** plugin.