File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ public void run() {
124124 return ;
125125 }
126126
127- String response = PlaceholderAPI .setPlaceholders (Bukkit .getOfflinePlayer (UUID .randomUUID ()), config .getString (key + "placeholder " ));
127+ String response = PlaceholderAPI .setPlaceholders (Bukkit .getOfflinePlayer (UUID .randomUUID ()), config .getString (key + "response " ));
128128
129129 respondOk (printWriter , response );
130130 } else {
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ routes:
3131 ping :
3232 # The placeholder to parse.
3333 # This runs the parse function on this string, so anything not in placeholders will render raw.
34- placeholder : Pong!
34+ response : Pong!
3535 # The method type, described above.
3636 method : GET
3737 # Whether or not to use an auth key, default false for GET.
You can’t perform that action at this time.
0 commit comments