mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-18 00:46:55 +01:00
Update to 2.9.2-DEV and add in more info when typing /papi
This commit is contained in:
parent
6ff7be5d64
commit
4af2a1c7be
2
pom.xml
2
pom.xml
@ -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>
|
||||
|
@ -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 {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user