Files

30 lines
504 B
Markdown
Raw Permalink Normal View History

2026-05-01 19:30:01 +02:00
# Quest Plugin
1.21.4 Plugin for my SMP Server
## 💡 Features
- some ymls for managing
- not needing to hard code quests
- saving completed tasks
## 🚀 Getting Started
### Prerequisites
- Java 21
- Gradle
- Paper 1.21.4 Server
### Build & Run
```bash
# Clone the repository
git clone https://github.com/WinniePatGG/DailyQuestsAndTasks.git
# Navigate into the project folder
cd DailyQuestsAndTasks
# Build the plugin (example using Gradle)
./gradlew build
```
Made with ❤️ by WinniePatGG.