Filed

PaperMC plugin for modifying server files over HTTP, with auth and path whitelisting.

File Details

filed-0.1.0.jar

  • R
  • Jan 29, 2026
  • 11.04 MB
  • 11
  • 1.21.11

File Name

filed-0.1.0.jar

Supported Versions

  • 1.21.11

Initial release.

Includes:

  • REST API for server file access.
  • Path whitelisting via config.
  • Token-based authentication with SHA-256 hashed storage.
  • /filed generate <name> command for token creation.
  • Path traversal prevention, symlink escape detection, file size limits.
  • GET /files?path=...&content=true|false: reading
  • PUT /files?path=...: writing
  • DELETE /files?path=...: deleting
  • GET /health: health check endpoint