Update close report command syntax
This commit is contained in:
parent
5c3f78b428
commit
856f91da24
@ -68,8 +68,8 @@ public class ReportHandlerMessenger extends BukkitRunnable
|
||||
|
||||
jsonMessage = jsonMessage
|
||||
.add(prefix + C.cAqua + "Close this report")
|
||||
.hover(HoverEvent.SHOW_TEXT, C.cGray + "Usage: /reportclose <report-id> <reason>")
|
||||
.click(ClickEvent.SUGGEST_COMMAND, "/reportclose " + reportId + " ")
|
||||
.hover(HoverEvent.SHOW_TEXT, C.cGray + "Usage: /reportclose <reason>")
|
||||
.click(ClickEvent.SUGGEST_COMMAND, "/reportclose ")
|
||||
.add("\n");
|
||||
|
||||
new ReportHandlerNotification(_report, jsonMessage).publish();
|
||||
|
Loading…
Reference in New Issue
Block a user