Code Monkey home page Code Monkey logo

EaglerCraftX Server Setup

Introduction

Eaglercraft is an open-source web-based minecraft copy. Today I will teach you how to setup a public server with plugins for free! Please note that the project is an old one, and is not being actively maintained anymore. Because of this, you should consider hosting the server on a system outside of your network. Some examples include OCI and Github Codespaces. Now, lets begin!

System Setup (Linux)

For this tutorial, we will be using Ubuntu 22.04 LTS. First of all, java is required to run bungeecord and the server file. To do this, we will need to run the following commands:

sudo apt install default-jdk && sudo apt install default-jre -y

Installing The Server

Now, we need to clone the server repo using git. Please run the following command:

git clone CaenJones/EaglercraftX-Server

Now, open 2 terminal tabs in the new server directory and paste in the following snipits:

first tab: cd server && sudo java -jar server.jar

second tab: cd bungee && sudo java -jar bungee.jar

Making Server Public

Great! Now, you need to forward ports 8081 and 25565 and navigate to your servers public ip [server-ip:8081]. The server welcome page should be displayed. Congrats on running your own server!

Installing Plugins

In order to install plugins, navigate to server > plugins. You will need to clone the initial [plugin-name.jar] file as well as creating a separate directory in the plugins folder in order to store the additional data. Then just restart the server and the plugin should be running!

dreadpixelvps's Projects

eaglercraft-1.8 icon eaglercraft-1.8

EaglercraftX 1.8 - patch and source files, cloned from https://git.eaglercraft.rip/eaglercraft/eaglercraft-1.8

hulk icon hulk

hulk is a ddos attacking tool

interstellar icon interstellar

One of the most popular modern web proxies with blazing fast speeds and a variety of games.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.