mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-18 00:46:55 +01:00
Changed to use authors instead of hardcoded.
This commit is contained in:
parent
5472be631c
commit
00333f9a4e
@ -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;
|
||||
|
@ -1,7 +1,7 @@
|
||||
name: ${project.name}
|
||||
main: me.clip.placeholderapi.PlaceholderAPIPlugin
|
||||
version: ${project.version}
|
||||
author: [extended_clip, glare]
|
||||
authors: [extended_clip, Glare]
|
||||
description: ${project.description}
|
||||
api-version: 1.13
|
||||
permissions:
|
||||
|
Loading…
Reference in New Issue
Block a user