Update to 2.9.2-DEV and add in more info when typing /papi

This commit is contained in:
darbyjack 2018-10-17 02:53:39 -05:00
parent 6ff7be5d64
commit 4af2a1c7be
2 changed files with 4 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<groupId>me.clip</groupId>
<artifactId>placeholderapi</artifactId>
<version>2.9.2</version>
<version>2.9.2-DEV-${BUILD_NUMBER}</version>
<name>PlaceholderAPI</name>
<description>An awesome placeholder provider!</description>
<url>http://extendedclip.com</url>

View File

@ -48,7 +48,9 @@ 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: &bextended_clip",
"&fPapi commands: &b/papi help",
"&fEcloud commands: &b/papi ecloud");
return true;
} else {