mirror of
https://github.com/Zrips/Jobs.git
synced 2025-02-09 17:02:17 +01:00
Remove this thing
This commit is contained in:
parent
d61d2b0b6e
commit
42ce58e650
@ -21,7 +21,7 @@ public class gtop implements Cmd {
|
||||
int amount = Jobs.getGCManager().JobsTopAmount;
|
||||
|
||||
if (args.length != 1 && args.length != 0) {
|
||||
sender.sendMessage(Jobs.getLanguage().getMessage("command.gtop.help.info", "%amount%", amount));
|
||||
sender.sendMessage(Jobs.getLanguage().getMessage("command.gtop.help.info"));
|
||||
return true;
|
||||
}
|
||||
|
||||
|
@ -512,7 +512,7 @@ public class LanguageManager {
|
||||
c.get("command.top.output.next", "&2|&e Next Page >>>>");
|
||||
c.get("command.top.output.show", "&2Show from &e[from] &2until &e[until] &2top list");
|
||||
|
||||
c.get("command.gtop.help.info", "Shows top %amount% players by global jobs level.");
|
||||
c.get("command.gtop.help.info", "Shows top players by global jobs level.");
|
||||
c.get("command.gtop.help.args", "");
|
||||
c.get("command.gtop.error.nojob", "Can't find any information.");
|
||||
c.get("command.gtop.output.topline", "&aTop&e %amount% &aplayers by global job level");
|
||||
|
Loading…
Reference in New Issue
Block a user