import React from 'react'; import { useServerActions } from '../../../hooks/useServerActions'; import './NoPluginsMessage.css'; export const NoPluginsMessage: React.FC = () => { const { serverPath, scanComplete, isScanning } = useServerActions(); if (isScanning) { return (
This might take a moment, please wait.
Please select a Minecraft server directory to get started.
We couldn't find any plugins in the selected server directory.
Make sure you've selected a valid Minecraft server with plugins installed.
Click "Scan for Plugins" to discover plugins in your server.