first commit

This commit is contained in:
Patrick
2026-05-01 19:30:01 +02:00
commit 38536fc312
17 changed files with 819 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
# 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.