Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

EmotionalLove/ReMinecraft

Repository files navigation

Play 2b2t.org? https://discord.gg/9DeK49Q Check out QueueSkip! QueueSkip has been discountinued.

RE:Minecraft - Starting life on another server

Codacy Badge

A headless Minecraft bouncer written in Java

Why is it called "RE:Minecraft"?

It's a spin on the anime "RE:Zero"

About

RE:Minecraft is a headless Minecraft bouncer and bot API, all in one! RE:Minecraft can run multiple plugins at once, and "mirror" the game that its logged into onto an Ip and port of your choice. RE:Minecraft is currently only compatible with Minecraft 1.12.2 and 1.13.2.

Getting started

Users

Please see the "Getting started" page on the wiki

Developers

Please see the "Using the Plugin API" page on the wiki

You can also watch the demonstration video here

Help

We have a Discord server for your questions or troubles. https://discord.gg/uFKX2tW

Used libaries

Hey! all libraries are managed by Gradle. You don't need to manually download them if you decide to contribute to RE:Minecraft!

  • Gson
  • SnakeYAML
  • McProtocolLib (and it's dependencies)
  • SimpleEventSystem
  • SimpleCommandSystem

Thank you's

DaPorkChop_ - As I reviewed insignificant portions of their code as a guide for determining what needs to be cached and how to properly connect the client to the server instance.

SnakeYAML - For YAML parsing.

MCProtocolLib - For the minecraft protocol library for Java.