(1.5.2) Eaglercraft BungeeCord plugin for animated server MOTDs and adding custom "Accept:" query handlers to the WebSockets
Go to file
2022-04-02 01:25:36 -07:00
src Initial commit (1.0.0) 2022-04-02 01:25:36 -07:00
.gitignore Initial commit (1.0.0) 2022-04-02 01:25:36 -07:00
.project Initial commit (1.0.0) 2022-04-02 01:25:36 -07:00
EaglerMOTD.jar Initial commit (1.0.0) 2022-04-02 01:25:36 -07:00
LICENSE Initial commit 2022-04-02 00:21:23 -07:00
README.md Initial commit (1.0.0) 2022-04-02 01:25:36 -07:00

EaglerMOTD

This plugin can add animated MOTDs to your Eaglercraft server

EaglerMOTD Sample

It can also add custom "Accept:" query handlers for 3rd party sites to gather more information about your server

How to Install

Download EaglerMOTD.jar and place it in your EaglercraftBungee '/plugins' directory. Then, restart EaglercraftBungee

You will find a new 'EaglerMOTD' folder in the plugins folder you put the jar in, once you finish restarting your server. This contains the plugin's configuration files, you can edit any of them and then type motd-reload in the EaglercraftBungee console to reload all the variables.

Configuration Guide

Just a minute...

Compiling and Contributing

First, download the latest EaglercraftBungee jar in stable-download on LAX1DUDE/eaglercraft

Make a new java project in Eclipse/IDEA/etc and add 'src' folder in this repository as the source code folder

Then, add your EaglercraftBungee jar (bungee-dist.jar) to the java project's Build Path and refresh

Export the contents of 'src' folder of the project to a JAR file to compile the plugin

For a PR: Tabs, not spaces, and format the code like the Eclipse auto format tool on factory settings.