mirror of
https://github.com/darverdevs/EaglerPluginUpdater.git
synced 2024-11-21 10:56:05 -08:00
recompile to fix some bugs
This commit is contained in:
parent
bbc16d209e
commit
9868c71503
Binary file not shown.
|
@ -33,7 +33,7 @@ public class Main extends JavaPlugin {
|
||||||
getServer().getConsoleSender().sendMessage("--------------------------------------------");
|
getServer().getConsoleSender().sendMessage("--------------------------------------------");
|
||||||
getServer().getConsoleSender().sendMessage("--------------------------------------------");
|
getServer().getConsoleSender().sendMessage("--------------------------------------------");
|
||||||
getServer().getConsoleSender().sendMessage(
|
getServer().getConsoleSender().sendMessage(
|
||||||
ChatColor.GREEN + "[EaglerPluginUpdater]" + ChatColor.AQUA + " EaglerPluginUpdater V1.0.8 is now Disabled! D:");
|
ChatColor.GREEN + "[EaglerPluginUpdater]" + ChatColor.AQUA + " EaglerPluginUpdater V1.0.9 is now Disabled! D:");
|
||||||
getServer().getConsoleSender().sendMessage("--------------------------------------------");
|
getServer().getConsoleSender().sendMessage("--------------------------------------------");
|
||||||
getServer().getConsoleSender().sendMessage("--------------------------------------------");
|
getServer().getConsoleSender().sendMessage("--------------------------------------------");
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,6 @@ name: EaglerPluginInstaller
|
||||||
version: 1.0.9
|
version: 1.0.9
|
||||||
main: tech.nully.PluginInstaller.Main
|
main: tech.nully.PluginInstaller.Main
|
||||||
prefix: [PluginInstaller]
|
prefix: [PluginInstaller]
|
||||||
loadbefore: [PluginUpdater]
|
|
||||||
authors: [BongoCat]
|
authors: [BongoCat]
|
||||||
description: A plugin that is capable of installing the latest compatible version of plugins with eaglercraft from an online repository
|
description: A plugin that is capable of installing the latest compatible version of plugins with eaglercraft from an online repository
|
||||||
website: nully.tech
|
website: nully.tech
|
||||||
|
|
|
@ -2,7 +2,6 @@ name: EaglerPluginInstaller
|
||||||
version: 1.0.9
|
version: 1.0.9
|
||||||
main: tech.nully.PluginInstaller.Main
|
main: tech.nully.PluginInstaller.Main
|
||||||
prefix: [PluginInstaller]
|
prefix: [PluginInstaller]
|
||||||
loadbefore: [PluginUpdater]
|
|
||||||
authors: [BongoCat]
|
authors: [BongoCat]
|
||||||
description: A plugin that is capable of installing the latest compatible version of plugins with eaglercraft from an online repository
|
description: A plugin that is capable of installing the latest compatible version of plugins with eaglercraft from an online repository
|
||||||
website: nully.tech
|
website: nully.tech
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user