mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-22 02:06:48 +01:00
Fixed a bug in /papi installed
This commit is contained in:
parent
556faf4290
commit
90bc3c8da1
@ -365,7 +365,12 @@ public class ExpansionCloudCommands implements CommandExecutor {
|
||||
|
||||
JSONMessage line = JSONMessage.create(msg);
|
||||
line.tooltip(hover);
|
||||
line.suggestCommand("/papi ecloud info " + expansion.getValue().getName());
|
||||
if (expansion.getValue().shouldUpdate()) {
|
||||
line.suggestCommand("/papi ecloud download " + expansion.getValue().getName());
|
||||
}
|
||||
else {
|
||||
line.suggestCommand("/papi ecloud info " + expansion.getValue().getName());
|
||||
}
|
||||
line.send(p);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user