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 ## Features
- `/example info` - Display plugin information - `/waypoint add <Waypointname>` - adds a waypoint to your map
- `/example tools` - Give the player a set of crude tools (once per player) - `/waypoint remove <Waypointname>` - removes the waypoint with the given name of your map
- Door interaction event - Receive a door item when opening a door for the first time
## Building ## Building
@@ -25,14 +28,4 @@ The compiled plugin JAR will be in `build/libs/`.
- Hytale Server with plugin support - Hytale Server with plugin support
- Java 25+ - Java 25+
- `HytaleServer.jar` in the project root for compilation - `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": { "markerTypes": {
"waypoint": { "waypoint": {
"image": "manywaypoints:ui/map/wp_icon", "image": "manywaypoints:ui/map/wp_icon.png",
"scale": 1.2 "scale": 1.2
} }
} }