mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-09-06 05:17:05 +02:00
Actually show placeholders when the expansion is not installed
This commit is contained in:
@@ -217,7 +217,7 @@ public class ExpansionCloudCommands implements CommandExecutor {
|
|||||||
|
|
||||||
if (!(s instanceof Player) || plugin.getExpansionManager().getRegisteredExpansion(expansion.getName()) == null) {
|
if (!(s instanceof Player) || plugin.getExpansionManager().getRegisteredExpansion(expansion.getName()) == null) {
|
||||||
msg(s, "&bPlaceholders: &f" + placeholders.size(),
|
msg(s, "&bPlaceholders: &f" + placeholders.size(),
|
||||||
String.join("&a, &f"));
|
String.join("&a, &f", placeholders));
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user