Skip to content

MC-Dashify/plugin

Dashify

Easily and quickly monitor Minecraft servers

Standalone monitoring system without any additional installation

CodeQL Build & Publish to Release code quality

English · 한국어

THIS IS PLUGIN REPOSITORY FOR DASHIFY.

Troubleshooting

Check server bukkit

Dashify plugin is only compatible with PaperMC.

API Endpoints

  • NOTE: All HTTP requests requires Authorization header like Bearer your_key_here.

Key information can be found in the file Dashify/config.yml in the server plugin folder.

Request Method Path Requirement Response body Description
GET /worlds N/A N/A Returns a list of all world's uuid and world's name
GET /worlds/<uid> World's uid N/A Returns world's info
GET /players N/A N/A Returns a list of all player's uuid and player's name
GET /players/<uuid> Player's uuid N/A Returns player's info
GET /stats N/A N/A Returns system's info
POST /players/<uuid>/kick Player's uuid {"reason":"<string>"} Kicks player
POST /players/<uuid>/ban Player's uuid {"reason":"<string>"} Bans player

Code of Conduct

See the CODE_OF_CONDUCT.md file for Code of Conduct information.

Contributing

See the CONTRIBUTING.md file for contributing information.

License

See the LICENSE file for licensing information.