From 4d30f0373eee207307b696d1f8c9de4ff1970288 Mon Sep 17 00:00:00 2001 From: "pepeshki (screamer)" <75133653+Pepeshki@users.noreply.github.com> Date: Tue, 2 Apr 2024 23:28:26 +0300 Subject: [PATCH] Added the new examples to the README --- examples/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index ca93fa8..be82299 100644 --- a/examples/README.md +++ b/examples/README.md @@ -4,4 +4,8 @@ This directory contains example scripts that may be used as a reference when dev The following examples are currently available: -- [macros.js](macros.js): Allows binding client and server commands as well as chat messages to a key. \ No newline at end of file +- [macros.js](macros.js): Allows binding client and server commands as well as chat messages to a key. + +- [Autojump.mjs](AutoJump.mjs): Jumps automatically on every tick. Made for LiquidBounce Nextgen. + +- [Autojump-2.js](AutoJump-2.js): Jumps automatically on every tick. Made for LiquidBounce Legacy.