Plex v1.0.2

This commit is contained in:
2022-04-20 21:57:53 -05:00
parent 9548a790dd
commit f2bc401d0c
248 changed files with 4074 additions and 2390 deletions

View File

@ -19,4 +19,10 @@ Displays a list of indefinite players in JSON format. This page is only accessib
This will display a list of online players in JSON format. This is accessible to everyone.
### /api/punishments
If you go this page, it will ask you to enter a UUID in the URL. When you enter a valid UUID to the URL, it will display that user's punishments in JSON format. An example URL would be `/api/punishments/78408086-1991-4c33-a571-d8fa325465b2`. If your IP is not registered to an admin, it will not display IP addresses. If your server is using permissions, it will check if the player has the `plex.httpd.punishments.access` instead.
If you go this page, it will ask you to enter a UUID in the URL. When you enter a valid UUID to the URL, it will display that user's punishments in JSON format. An example URL would be `/api/punishments/78408086-1991-4c33-a571-d8fa325465b2`. If your IP is not registered to an admin, it will not display IP addresses. If your server is using permissions, it will check if the player has the `plex.httpd.punishments.access` instead.
### /api/schematics/download
This page allows anyone to download schematics from the server. No permission is required to access the page
### /api/schematics/upload
This page allows players who are an Admin or above to upload schematics. The corresponding permission to upload schematics is `plex.httpd.schematics.upload`

View File

@ -11,5 +11,5 @@ Below is a list of current modules
| Name | Versions |
| -------------- | --------- |
| BukkitTelnet | 1.0 |
| HTTPD | 1.0 |
| HTTPD | 1.0.2 |
| LibsDisguises | 1.0 |