From 4af2a1c7beee69792517cfd6388a0e1eff17f097 Mon Sep 17 00:00:00 2001 From: darbyjack Date: Wed, 17 Oct 2018 02:53:39 -0500 Subject: [PATCH] Update to 2.9.2-DEV and add in more info when typing /papi --- pom.xml | 2 +- .../clip/placeholderapi/commands/PlaceholderAPICommands.java | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 46aa208..f305999 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ me.clip placeholderapi - 2.9.2 + 2.9.2-DEV-${BUILD_NUMBER} PlaceholderAPI An awesome placeholder provider! http://extendedclip.com diff --git a/src/main/java/me/clip/placeholderapi/commands/PlaceholderAPICommands.java b/src/main/java/me/clip/placeholderapi/commands/PlaceholderAPICommands.java index 0fe6e85..3dbc6cd 100644 --- a/src/main/java/me/clip/placeholderapi/commands/PlaceholderAPICommands.java +++ b/src/main/java/me/clip/placeholderapi/commands/PlaceholderAPICommands.java @@ -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 {