diff --git a/src/main/java/dev/plex/request/impl/PunishmentsEndpoint.java b/src/main/java/dev/plex/request/impl/PunishmentsEndpoint.java index 9610f5d..6e821d7 100644 --- a/src/main/java/dev/plex/request/impl/PunishmentsEndpoint.java +++ b/src/main/java/dev/plex/request/impl/PunishmentsEndpoint.java @@ -31,7 +31,7 @@ public class PunishmentsEndpoint extends AbstractServlet } if (request.getPathInfo() == null) { - return "Please specify the UUID of the player you would like to check."; + return "Please specify the UUID of the player you would like to check.\nExample: /api/punishments/"; } try {