mirror of
https://github.com/lax1dude/eaglercraft-motd-1.8.git
synced 2024-12-26 09:14:13 -08:00
Added EaglercraftXVelocity support to plugin
This commit is contained in:
parent
45854f1693
commit
0cc28819dc
BIN
EaglerMOTD.jar
BIN
EaglerMOTD.jar
Binary file not shown.
|
@ -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";
|
||||
|
||||
}
|
||||
|
|
1
src/main/resources/velocity-plugin.json
Normal file
1
src/main/resources/velocity-plugin.json
Normal 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"}
|
Loading…
Reference in New Issue
Block a user