Added EaglercraftXVelocity support to plugin

This commit is contained in:
lax1dude 2024-05-31 21:44:44 -07:00
parent 45854f1693
commit 0cc28819dc
3 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -20,7 +20,7 @@ public class EaglerMOTDPluginVersion {
public static final String ID = "eaglermotd";
public static final String NAME = "EaglerMOTD";
public static final String DESCRIPTION = "Plugin to add an animated MOTDs to your EaglercraftXVelocity server";
public static final String VERSION = "1.1.0";
public static final String VERSION = "1.0.0";
public static final String AUTHOR = "lax1dude";
}

View File

@ -0,0 +1 @@
{"id":"eaglermotd","name":"EaglerMOTD","version":"1.0.0","description":"Plugin to add an animated MOTDs to your EaglercraftXVelocity server","authors":["lax1dude"],"dependencies":[{"id":"eaglerxvelocity","optional":false}],"main":"net.lax1dude.eaglercraft.v1_8.plugin.eaglermotd.velocity.EaglerMOTDPluginVelocity"}