31 lines
714 B
Markdown
31 lines
714 B
Markdown
# ManyWaypoints
|
|
|
|
A Plugin which allows players to add infinitely many Waypoints to their map
|
|
|
|
## Disclaimer
|
|
|
|
it is very likely hytale will add this feature themselfes and if that happenes i recommend to use that instead of this plugin
|
|
|
|
## Features
|
|
|
|
- `/waypoint add <Waypointname>` - adds a waypoint to your map
|
|
- `/waypoint remove <Waypointname>` - removes the waypoint with the given name of your map
|
|
|
|
## Building
|
|
|
|
```bash
|
|
./gradlew build
|
|
```
|
|
|
|
The compiled plugin JAR will be in `build/libs/`.
|
|
|
|
## Installation
|
|
|
|
1. Copy the JAR file to your server's `mods/` directory
|
|
2. Restart the server
|
|
|
|
## Requirements
|
|
|
|
- Hytale Server with plugin support
|
|
- Java 25+
|
|
- `HytaleServer.jar` in the project root for compilation |