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: 5 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-19T03:50:34.000Z (over 7 years ago)
- Last Synced: 2025-02-21T08:49:35.153Z (over 1 year 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



## 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.xml
The settings.xml file:
1521
127.0.0.1
### 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.