Skip to content

Commit

Permalink
2023-07-13 18:45
Browse files Browse the repository at this point in the history
  • Loading branch information
GhostAndry committed Jul 13, 2023
1 parent 0541cb8 commit 53b0583
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package me.ghostdevelopment.kore.commands.commands;

import me.ghostdevelopment.kore.Functions;
import me.ghostdevelopment.kore.Kore;
import me.ghostdevelopment.kore.Utils;
import me.ghostdevelopment.kore.commands.KoreCommand;
import me.ghostdevelopment.kore.commands.CommandInfo;
Expand All @@ -24,7 +25,7 @@ public void execute(CommandSender sender, String[] args) {
} else if (args.length == 1) {
if (args[0].equalsIgnoreCase("info")) {
player.sendMessage(Utils.Color(
"&aKore 1.9\n" +
"&aKore $ver\n".replace("$ver", Kore.getInstance().getDescription().getVersion()) +
"&aAuthor: &7GhostAndry\n" +
"&aGitHub: &b&nhttps://github.com/GhostAndry/Kore-Recoded\n" +
"\n"));
Expand Down Expand Up @@ -108,7 +109,7 @@ public void execute(CommandSender sender, String[] args) {
} else if (args.length == 1) {
if (args[0].equalsIgnoreCase("info")) {
sender.sendMessage(Utils.Color(
"&aKore 1.9\n" +
"&aKore $ver\n".replace("$ver", Kore.getInstance().getDescription().getVersion()) +
"&aAuthor: &7GhostAndry\n" +
"&aGitHub: &b&nhttps://github.com/GhostAndry/Kore-Recoded\n" +
"\n"));
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Kore
version: 1.9
version: 1.10
main: me.ghostdevelopment.kore.Kore
load: STARTUP

Expand Down

0 comments on commit 53b0583

Please sign in to comment.