Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
pelican-dev
/
plugins
Public
Notifications
You must be signed in to change notification settings
Fork
48
Star
114
Code
Issues
13
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
MC Modrinth: Implement mod/plugin management with update and uninstall capabilities
- #96
#96
Merged
Boy132
merged 25 commits into
pelican-dev:main
pelican-dev/plugins:main
from
H1ghSyst3m:featcomplete-mod-plugin-management
H1ghSyst3m/plugins:featcomplete-mod-plugin-management
Copy head branch name to clipboard
May 19, 2026
Conversation
Commits
25
(25)
Checks
Files changed
Merged
MC Modrinth: Implement mod/plugin management with update and uninstall capabilities
#96
Boy132
merged 25 commits into
pelican-dev:main
pelican-dev/plugins:main
from
H1ghSyst3m:featcomplete-mod-plugin-management
H1ghSyst3m/plugins:featcomplete-mod-plugin-management
Copy head branch name to clipboard
Commits
Commits on Jan 31, 2026
Add mod/plugin update and uninstall features with metadata tracking
Show description for 7a74e0a
H1ghSyst3m
committed
7a74e0a
View commit details
Copy full SHA for 7a74e0a
Browse repository at this point
Remove unused download strings from language files
Show description for eb2e0c3
H1ghSyst3m
committed
eb2e0c3
View commit details
Copy full SHA for eb2e0c3
Browse repository at this point
Fix: Validate filenames and improve file save checks
Show description for f2d3bb3
H1ghSyst3m
committed
f2d3bb3
View commit details
Copy full SHA for f2d3bb3
Browse repository at this point
Fix: Add checks for Modrinth project type support
Show description for 0b92108
H1ghSyst3m
committed
0b92108
View commit details
Copy full SHA for 0b92108
Browse repository at this point
Remove unused Section import
Show description for eef0dd2
H1ghSyst3m
committed
eef0dd2
View commit details
Copy full SHA for eef0dd2
Browse repository at this point
Improve mod install/update rollback and cache handling
Show description for 938ad6a
H1ghSyst3m
committed
938ad6a
View commit details
Copy full SHA for 938ad6a
Browse repository at this point
Commits on Feb 1, 2026
Add installed mods view and handle unavailable mods
Show description for 57d5603
H1ghSyst3m
committed
57d5603
View commit details
Copy full SHA for 57d5603
Browse repository at this point
Add optional author field to installed mod metadata
Show description for 2da4031
H1ghSyst3m
committed
2da4031
View commit details
Copy full SHA for 2da4031
Browse repository at this point
Commits on Feb 10, 2026
Use informal German and revert version
Show description for 657e972
H1ghSyst3m
committed
657e972
View commit details
Copy full SHA for 657e972
Browse repository at this point
Add uninstall success messages
Show description for 7b62073
H1ghSyst3m
committed
7b62073
View commit details
Copy full SHA for 7b62073
Browse repository at this point
Commits on Feb 11, 2026
Add tabs component and integrate into project page
Show description for c713f81
H1ghSyst3m
committed
c713f81
View commit details
Copy full SHA for c713f81
Browse repository at this point
Translate uninstall notification body
Show description for 3ed22f8
H1ghSyst3m
committed
3ed22f8
View commit details
Copy full SHA for 3ed22f8
Browse repository at this point
Commits on Feb 19, 2026
Replace custom tabs with Filament HasTabs
Show description for 710a1bf
H1ghSyst3m
committed
710a1bf
View commit details
Copy full SHA for 710a1bf
Browse repository at this point
Commits on Feb 20, 2026
Merge branch 'main' into featcomplete-mod-plugin-management
H1ghSyst3m
authored
2ee4e3f
View commit details
Copy full SHA for 2ee4e3f
Browse repository at this point
Add version selection modal referencing main and rollback handling
Show description for 59efb0a
H1ghSyst3m
committed
59efb0a
View commit details
Copy full SHA for 59efb0a
Browse repository at this point
Add PHPDoc for getTabs return type
Show description for 64b507d
H1ghSyst3m
committed
64b507d
View commit details
Copy full SHA for 64b507d
Browse repository at this point
Validate filenames; add installed mod search
Show description for a64dd38
H1ghSyst3m
committed
a64dd38
View commit details
Copy full SHA for a64dd38
Browse repository at this point
Commits on Mar 2, 2026
Add install_latest action and translations
Show description for 06547b6
H1ghSyst3m
committed
06547b6
View commit details
Copy full SHA for 06547b6
Browse repository at this point
Commits on Mar 5, 2026
Only rollback file delete when needed
Show description for 8f93975
H1ghSyst3m
committed
8f93975
View commit details
Copy full SHA for 8f93975
Browse repository at this point
Commits on Mar 9, 2026
Refactor install/update and add metadata locking
Show description for 6fd8bd1
H1ghSyst3m
committed
6fd8bd1
View commit details
Copy full SHA for 6fd8bd1
Browse repository at this point
Commits on May 5, 2026
Rebase Modrinth management on upstream loader API
Show description for e4013fc
H1ghSyst3m
committed
e4013fc
View commit details
Copy full SHA for e4013fc
Browse repository at this point
Merge branch 'main' into featcomplete-mod-plugin-management
H1ghSyst3m
authored
a5339ec
View commit details
Copy full SHA for a5339ec
Browse repository at this point
Fix Modrinth PHPStan and install flow issues
Show description for c4cb959
H1ghSyst3m
committed
c4cb959
View commit details
Copy full SHA for c4cb959
Browse repository at this point
Commits on May 6, 2026
some cleanup
Boy132
committed
e8b608b
View commit details
Copy full SHA for e8b608b
Browse repository at this point
Merge branch 'main' into featcomplete-mod-plugin-management
Boy132
committed
2c61647
View commit details
Copy full SHA for 2c61647
Browse repository at this point
You can’t perform that action at this time.