Skip to content

Commit

Permalink
Atualiza versão do Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo-mior committed Aug 18, 2021
1 parent dbf45b0 commit 145f6da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion bin/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
main: rush.Main
version: 1.14.17
version: 1.14.18
name: System
load: POSTWORLD
author: RUSH
softdepend: [Legendchat, mcMMO, MassiveCore, Factions, Vault]
api-version: 1.13

permissions:
system.alerta:
Expand Down
2 changes: 1 addition & 1 deletion resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
main: rush.Main
version: 1.14.17
version: 1.14.18
name: System
load: POSTWORLD
author: RUSH
Expand Down
2 changes: 1 addition & 1 deletion src/rush/comandos/ComandoSystem.java
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ public void run() {
// Caso o argumento seja 'info' então é exibido algumas informações do plugin
if (cmd.equals("info")) {
s.sendMessage("§e*-=-=-=-=-=-=-* §bServer Info §e*-=-=-=-=-=-=-* ");
s.sendMessage("§ePlugin Version: §61.14.17");
s.sendMessage("§ePlugin Version: §61.14.18");
s.sendMessage("§eJava Version: §6" + System.getProperty("java.version"));
s.sendMessage("§eMinecraft Version: §6" + SystemInfo.getMinecraftVersion());
s.sendMessage("§eServerAPI Vesrion: §6" + SystemInfo.getApiVersion());
Expand Down

0 comments on commit 145f6da

Please sign in to comment.