A modern addon for Pterodactyl Panel and Jexactyl Panel that enables server administrators to search and install Spigot plugins directly from the panel dashboard.
- Pterodactyl Panel v1.11.5 or later / Jexactyl v3.1.0 or later
- Node.js 18.0.0 or later
- npm 9.0.0 or later (or yarn 3.0.0+)
- PHP 8.1 or later
Check INSTALL.md for installation.
All endpoints require authentication and proper permissions.
- POST
/api/client/servers/{server}/plugins - Parameters:
query(string, required): Search querypage(integer, optional, default: 1): Page number for paginationlimit(integer, optional, default: 20): Results per page
- POST
/api/client/servers/{server}/plugins/install/{id} - Required Permission:
file.create - Parameters:
id(integer, required): Plugin ID from Spigot
The addon uses Pterodactyl's native permission system. Users need the file.create permission to install plugins.
- Verify your internet connection
- Check if the Spigot API is accessible
- Try a simpler search query
- Ensure the server has a
pluginsdirectory - Check server file permissions
- Verify you have the
file.createpermission
- Clear node_modules:
rm -rf node_modules && npm install - Clear panel cache:
php artisan cache:clear - Ensure Node.js 18+ is installed:
node --version
Licensed under MIT. Chle and contributors. All rights reserved.
This project is a fork of jexactyl/plugin-manager-addon