mirror of
https://github.com/darverdevs/PluginInstaller.git
synced 2024-11-24 02:06:05 -08:00
updated version text
This commit is contained in:
parent
20caab7e2e
commit
cf49efee02
Binary file not shown.
|
@ -25,7 +25,7 @@ public class Main extends JavaPlugin {
|
|||
getServer().getConsoleSender().sendMessage("--------------------------------------------");
|
||||
getServer().getConsoleSender().sendMessage("--------------------------------------------");
|
||||
getServer().getConsoleSender().sendMessage(
|
||||
ChatColor.GREEN + "[EaglerPluginInstaller]" + ChatColor.AQUA + " EaglerPluginInstaller V1.1.1 is now Enabled! :D");
|
||||
ChatColor.GREEN + "[EaglerPluginInstaller]" + ChatColor.AQUA + " EaglerPluginInstaller V1.1.2 is now Enabled! :D");
|
||||
getServer().getConsoleSender().sendMessage("To use PluginInstaller, run the command \"/install <pluginname>\" (\"install <pluginname>\" in console) to install a plugin");
|
||||
getServer().getConsoleSender().sendMessage("To get a list of installable plugins, use the command \"/plist\" or \"plist\" in console");
|
||||
getServer().getConsoleSender().sendMessage("You can request to add a new plugin to the database by going to https://github.com/darverdevs/PluginInstallerRepo/tree/main");
|
||||
|
@ -39,7 +39,7 @@ public class Main extends JavaPlugin {
|
|||
getServer().getConsoleSender().sendMessage("--------------------------------------------");
|
||||
getServer().getConsoleSender().sendMessage("--------------------------------------------");
|
||||
getServer().getConsoleSender().sendMessage(
|
||||
ChatColor.GREEN + "[EaglerPluginInstaller]" + ChatColor.AQUA + " PluginInstaller V1.1.1 is now Disabled! D:");
|
||||
ChatColor.GREEN + "[EaglerPluginInstaller]" + ChatColor.AQUA + " PluginInstaller V1.1.2 is now Disabled! D:");
|
||||
getServer().getConsoleSender().sendMessage("--------------------------------------------");
|
||||
getServer().getConsoleSender().sendMessage("--------------------------------------------");
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: EaglerPluginInstaller
|
||||
version: 1.1.1
|
||||
version: 1.1.2
|
||||
main: tech.nully.PluginInstaller.Main
|
||||
prefix: [EaglerPluginInstaller]
|
||||
loadbefore: [EaglerPluginUpdater]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: EaglerPluginInstaller
|
||||
version: 1.1.1
|
||||
version: 1.1.2
|
||||
main: tech.nully.PluginInstaller.Main
|
||||
prefix: [EaglerPluginInstaller]
|
||||
loadbefore: [EaglerPluginUpdater]
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user