From 6584519e53ee8dc330d637da04a27ab09d1b27a3 Mon Sep 17 00:00:00 2001 From: Damen Date: Fri, 29 Nov 2024 14:46:46 -0500 Subject: [PATCH] update spawnpredictor to v1.2.0 (#7077) - Removes: Config Item for Displaying Lobby Information (this was causing confusion as to why people did not know what they were getting or when to enter) - Removes: UTC Server Time Display as this is no longer relevant with assisted measures - Adds: Command '::setrotation {#1-15}' to serve as an override if a player is in the caves without a predicted rotation (for various reasons) - Adds: Assistance Messages if it is not a confirmed rotation OR if they were in the caves when the plugin first started on that account - Adds: First and Last 5 seconds of a minute is protected and serves as a "cushion" for Jagex server time not always being precise to real-time - Adds: Fight Caves Entrance label to assist with when a player should wait to enter for less risk to predicting a rotation --- plugins/spawnpredictor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/spawnpredictor b/plugins/spawnpredictor index 817211c4a..7a512a3cd 100644 --- a/plugins/spawnpredictor +++ b/plugins/spawnpredictor @@ -1,2 +1,2 @@ repository=https://github.com/damencs/spawn-predictor.git -commit=6000b5035579b9a4a4ecf2508c53c1117411650d \ No newline at end of file +commit=8714834524fb1e07b02c9456b7b62581fc1fb0d6 \ No newline at end of file