resolved merge conflicts

This commit is contained in:
2026-01-19 00:56:20 +01:00
2 changed files with 10 additions and 17 deletions

View File

@@ -1,12 +1,15 @@
# Hytale Example Plugin
# ManyWaypoints
An example plugin for Hytale servers demonstrating basic plugin functionality.
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
- `/example info` - Display plugin information
- `/example tools` - Give the player a set of crude tools (once per player)
- Door interaction event - Receive a door item when opening a door for the first time
- `/waypoint add <Waypointname>` - adds a waypoint to your map
- `/waypoint remove <Waypointname>` - removes the waypoint with the given name of your map
## Building
@@ -26,13 +29,3 @@ The compiled plugin JAR will be in `build/libs/`.
- Hytale Server with plugin support
- Java 25+
- `HytaleServer.jar` in the project root for compilation
## Documentation
For a comprehensive guide on how to create Hytale plugins, see the community-made documentation:
👉 [Hytale Plugin Development Guide](https://hytale-docs.pages.dev/getting-started/introduction/)
## License
MIT

View File

@@ -1,7 +1,7 @@
{
"markerTypes": {
"waypoint": {
"image": "manywaypoints:ui/map/wp_icon",
"image": "manywaypoints:ui/map/wp_icon.png",
"scale": 1.2
}
}