webhook test

This commit is contained in:
rockyhawk64 2020-07-04 21:50:14 +10:00
parent 0a34c84628
commit 963675dcf1

View File

@ -98,6 +98,7 @@ public class commandpanels extends JavaPlugin {
this.config.addDefault("config.input-cancel", "cancel");
this.config.addDefault("config.input-cancelled", "&cCancelled!");
List<String> inputMessage = new ArrayList();
//webhook test #1
inputMessage.add("%cp-tag%&aEnter Input for Command");
inputMessage.add("&cType &4%cp-args% &cto Cancel the command");
this.config.addDefault("config.input-message", inputMessage);