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