https://github.com/plan-player-analytics/container-plugin-testing-plugin
A multi-platform Minecraft plugin that exposes parts of the server platform API via HTTP endpoints
https://github.com/plan-player-analytics/container-plugin-testing-plugin
Last synced: 10 months ago
JSON representation
A multi-platform Minecraft plugin that exposes parts of the server platform API via HTTP endpoints
- Host: GitHub
- URL: https://github.com/plan-player-analytics/container-plugin-testing-plugin
- Owner: plan-player-analytics
- License: mit
- Created: 2021-06-13T10:48:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-20T10:20:34.000Z (over 4 years ago)
- Last Synced: 2025-01-25T22:53:40.126Z (12 months ago)
- Language: Java
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# container-plugin-testing-plugin
A multi-platform Minecraft plugin that exposes parts of the server platform API via HTTP endpoints on port 7777
## Usage
- Plugin works on Spigot, Sponge, Nukkit, Bungeecord, Velocity
- Place plugin on the plugins or mods folder and enable the server
## Endpoints
```
GET /server
HTTP 200 if server has started
HTTP 503 if server has not started yet
Connection refused if server has not started yet
```
```
GET /plugin?name=
HTTP 200 if the plugin has enabled
HTTP 404 if the plugin has not enabled or is not installed
```