From ba66be09f36f8da46135b8859d9d2414edabf5dc Mon Sep 17 00:00:00 2001 From: iceBear67 Date: Sun, 8 Dec 2024 20:52:58 +0800 Subject: [PATCH] update readme --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index 9f5224b..8bf6888 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,28 @@ Hide And Seek Highly customizable hide and seek plugin, forked from Kenshin's Hide and Seek (discontinued). +## New Changes +- **Latest minecraft version only.** Compatibility purposed codes are removed. +- **Skills** Hiders have their skills to tackle with Seekers. +- **Dynamic Timer** The timer will be extended when killing hiders. +- Location of hiders' heartbeat sounds will be obfuscated. +- New taunt feature. +- Louder heartbeat sound in last 10s +- Removed glow power up. (now as a skill) + +## Fixes +- **Cannot hit solidified/moving blocks.** DID THEY EVEN PLAY THIS PLUGIN? +- Seekers now no longer see what is held by hiders. +- Performance improvement, significantly. +- Unexpected behavior when loading config. +- Seeker's health is low after respawn +- Entity hider doesn't work +- A bug in setting players' slots +- A bug in distance detection +- .. and more. + +However It's not production ready unless you are able to develop it. I may publish a user friendly version in the future. + License ----------- @@ -21,3 +43,5 @@ We use gradle to handle our dependencies. * Install Gradle * Java 21 Required * Clone this repo and: `gradle shadowJar` + +