mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-09-07 20:26:15 +02:00
Changed to use authors instead of hardcoded.
This commit is contained in:
@@ -49,7 +49,7 @@ public class PlaceholderAPICommands implements CommandExecutor {
|
||||
if (args.length == 0) {
|
||||
|
||||
Msg.msg(s, "PlaceholderAPI &7version &b&o" + plugin.getDescription().getVersion(),
|
||||
"&fCreated by&7: &bextended_clip",
|
||||
"&fCreated by&7: &b" + plugin.getDescription().getAuthors(),
|
||||
"&fPapi commands: &b/papi help",
|
||||
"&fEcloud commands: &b/papi ecloud");
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user