README.md aktualisiert

This commit is contained in:
2026-01-16 13:56:14 +01:00
parent 8d8f3e5a8d
commit 8537b2f5dd

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