Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.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.