This project is a React frontend part of the whole app (backend section found in here) showing custom server events and providing an ability to give a player logged in to the server a daily reward.
I'm not really into creating MC server plugins, so integrating a well known web app with Minecraft's RCon protocool seemed like a way to go :)
Live preview can be found in here: Live preview can be found in here: umgaming
Disclaimer: there can be a significant delay on the first request since the backend service got suspended because of inactivity.
- React
- Vite
- CSS
- Clone this repository using
git clone
- Navigate to the project directory.
- Run the following commands:
npm install
andnpm run dev
This will start the server on http://localhost:5173
where all functionalities of communicating with backend service should be working flawlessly.