Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.53 KB

README.md

File metadata and controls

52 lines (39 loc) · 1.53 KB

Pterodactyl Modifications

Feel free to donate to my Paypal at: classicheroestv@gmail.com

Quality of Life Addons for Pterodactyl


Important

You must follow Pterodactyl Panel Customization Guide at least once.



Installation

Run this command:

curl -s https://raw.githubusercontent.com/smashyalts/PterodactylModifications/main/Installer.sh | bash

Manual Installation


Important

File Limit Changer & File Pagination can't be used at the same time.



File Limit Changer: Run the commands as Root:

wget https://raw.githubusercontent.com/smashyalts/PterodactylModifications/main/FileLimitChanger.sh
chmod +x FileLimitChanger.sh
./FileLimitChanger.sh (New File Limit)
yarn build:production

File Pagination: Run the commands as Root:

wget https://raw.githubusercontent.com/smashyalts/PterodactylModifications/main/FileManagerContainer.tsx
Replace /var/www/pterodactyl/resources/scripts/components/server/files/FileManagerContainer.tsx with the Downloaded File
Run yarn build:production

Server Sorter: Run the commands as Root:

wget https://raw.githubusercontent.com/smashyalts/PterodactylModifications/main/DashboardContainer.tsx
Replace /var/www/pterodactyl/resources/scripts/components/dashboard/DashboardContainer.tsx with the Downloaded File
Run yarn add react-beautiful-dnd && yarn add @types/react-beautiful-dnd --dev && yarn build:production