Skip to content

Commit 66630da

Browse files
committed
changed version text
1 parent 7c8f926 commit 66630da

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

-1 Bytes
Binary file not shown.

src/main/java/tech/nully/PluginInstaller/Main.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public void onEnable() {
2525
getServer().getConsoleSender().sendMessage("--------------------------------------------");
2626
getServer().getConsoleSender().sendMessage("--------------------------------------------");
2727
getServer().getConsoleSender().sendMessage(
28-
ChatColor.GREEN + "[EaglerPluginInstaller]" + ChatColor.AQUA + " EaglerPluginInstaller V1.0.9 is now Enabled! :D");
28+
ChatColor.GREEN + "[EaglerPluginInstaller]" + ChatColor.AQUA + " EaglerPluginInstaller V1.1.0 is now Enabled! :D");
2929
getServer().getConsoleSender().sendMessage("To use PluginInstaller, run the command \"/install <pluginname>\" (\"install <pluginname>\" in console) to install a plugin");
3030
getServer().getConsoleSender().sendMessage("To get a list of installable plugins, use the command \"/plist\" or \"plist\" in console");
3131
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 void onDisable() {
3939
getServer().getConsoleSender().sendMessage("--------------------------------------------");
4040
getServer().getConsoleSender().sendMessage("--------------------------------------------");
4141
getServer().getConsoleSender().sendMessage(
42-
ChatColor.GREEN + "[EaglerPluginInstaller]" + ChatColor.AQUA + " PluginInstaller V1.0.9 is now Disabled! D:");
42+
ChatColor.GREEN + "[EaglerPluginInstaller]" + ChatColor.AQUA + " PluginInstaller V1.1.0 is now Disabled! D:");
4343
getServer().getConsoleSender().sendMessage("--------------------------------------------");
4444
getServer().getConsoleSender().sendMessage("--------------------------------------------");
4545
}

src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: EaglerPluginInstaller
2-
version: 1.0.9
2+
version: 1.1.0
33
main: tech.nully.PluginInstaller.Main
44
prefix: [EaglerPluginInstaller]
55
loadbefore: [EaglerPluginUpdater]

target/classes/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: EaglerPluginInstaller
2-
version: 1.0.9
2+
version: 1.1.0
33
main: tech.nully.PluginInstaller.Main
44
prefix: [EaglerPluginInstaller]
55
loadbefore: [EaglerPluginUpdater]
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)