Skip to content
Patrick edited this page Mar 16, 2026 · 2 revisions

FAQ

Does MinePanel work without extensions?

Yes. Core features run without any extension jars.

Where do I put extension jars?

In plugins/MinePanel/extensions.

Do I need to restart after adding an extension?

Usually yes, unless you use the extension reload feature available in your current build.

Where are panel logs saved?

MinePanel exports panel logs to plugins/MinePanel/logs on shutdown.

Can I customize the web UI files directly?

Yes. Web assets are stored in plugins/MinePanel/web.

Why does extension search fail sometimes?

Anonymous GitHub API requests can hit rate limits. Configure integrations.github.token or MINEPANEL_GITHUB_TOKEN.

What server versions are supported?

MinePanel targets Paper and Java 21. For exact compatibility, always check the specific release notes and test on a staging server.

Can third-party developers create extensions?

Yes. See Develop Extensions

Clone this wiki locally