mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI.git
synced 2024-12-30 21:07:42 +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) {
|
if (args.length == 0) {
|
||||||
|
|
||||||
Msg.msg(s, "PlaceholderAPI &7version &b&o" + plugin.getDescription().getVersion(),
|
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",
|
"&fPapi commands: &b/papi help",
|
||||||
"&fEcloud commands: &b/papi ecloud");
|
"&fEcloud commands: &b/papi ecloud");
|
||||||
return true;
|
return true;
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
name: ${project.name}
|
name: ${project.name}
|
||||||
main: me.clip.placeholderapi.PlaceholderAPIPlugin
|
main: me.clip.placeholderapi.PlaceholderAPIPlugin
|
||||||
version: ${project.version}
|
version: ${project.version}
|
||||||
author: [extended_clip, glare]
|
authors: [extended_clip, Glare]
|
||||||
description: ${project.description}
|
description: ${project.description}
|
||||||
api-version: 1.13
|
api-version: 1.13
|
||||||
permissions:
|
permissions:
|
||||||
|
Loading…
Reference in New Issue
Block a user