30 lines
504 B
Markdown
30 lines
504 B
Markdown
|
|
# 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.
|