// eaglercraft-plugin-example.js class EaglerPlugin onChatMessage(player, message) if (message.startsWith("!ping")) player.send("/tellraw @p \"text\":\"Pong!\""); return false; // cancel original message
If you are setting up a server today, you are essentially building a time machine back to 2014/2015 Minecraft administration. You have to deal with outdated dependency libraries, lack of official support, and confusing configuration files.
: Specifically for EaglercraftBungee , this plugin allows you to create animated MOTDs (Message of the Day) that appear in the browser server list.
Create an account with EmailLabs today
Effectively manage e-mail campaigns and resolve sender reputation issues!
Eaglercraft Plugins |best| Page
// eaglercraft-plugin-example.js class EaglerPlugin onChatMessage(player, message) if (message.startsWith("!ping")) player.send("/tellraw @p \"text\":\"Pong!\""); return false; // cancel original message
If you are setting up a server today, you are essentially building a time machine back to 2014/2015 Minecraft administration. You have to deal with outdated dependency libraries, lack of official support, and confusing configuration files.
: Specifically for EaglercraftBungee , this plugin allows you to create animated MOTDs (Message of the Day) that appear in the browser server list.