From 8d8f3e5a8db8309f170ea96017a598d8da5e6c45 Mon Sep 17 00:00:00 2001 From: Steev Date: Fri, 16 Jan 2026 12:57:30 +0100 Subject: [PATCH 1/2] updated asset config in order to hopefully enable custom marker texture --- .../resources/data/manywaypoints/config/map_markers.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/main/resources/data/manywaypoints/config/map_markers.json b/src/main/resources/data/manywaypoints/config/map_markers.json index ed9cdeb..3131829 100644 --- a/src/main/resources/data/manywaypoints/config/map_markers.json +++ b/src/main/resources/data/manywaypoints/config/map_markers.json @@ -1,8 +1,6 @@ { - "markerTypes": { - "waypoint": { - "image": "manywaypoints:ui/map/wp_icon.png", - "scale": 1.2 - } + "texture": { + "identifier": "manywaypoints:textures/ui/map/marker", + "sprite": "wp_icon.png" } } \ No newline at end of file From 8537b2f5dd8f26dbda78b8d6eac84511cd74fde1 Mon Sep 17 00:00:00 2001 From: Steev Date: Fri, 16 Jan 2026 13:56:14 +0100 Subject: [PATCH 2/2] README.md aktualisiert --- README.md | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 714bcfa..94058f5 100644 --- a/README.md +++ b/README.md @@ -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 ` - adds a waypoint to your map +- `/waypoint remove ` - removes the waypoint with the given name of your map ## Building @@ -25,14 +28,4 @@ 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 +- `HytaleServer.jar` in the project root for compilation \ No newline at end of file