From ad94c135c5fab822e3432902fa672913fd9f8c27 Mon Sep 17 00:00:00 2001 From: Kefpull <109484946+Kefpull@users.noreply.github.com> Date: Fri, 8 Mar 2024 14:44:45 -0600 Subject: [PATCH] =?UTF-8?q?Free=20XP=20=F0=9F=A4=91=F0=9F=A4=91?= =?UTF-8?q?=F0=9F=A4=91=20(auto=20/tipall)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Auto /tipall feature when the bot joins the lobby. Can be disabled. Free XP, and helps the bot look more legitimate. --- BedwarsAFKv2/liteconfig/common/macros/config.txt | 4 ++++ BedwarsAFKv2/liteconfig/common/macros/failsafe.txt | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/BedwarsAFKv2/liteconfig/common/macros/config.txt b/BedwarsAFKv2/liteconfig/common/macros/config.txt index b905e4c..bacae6a 100644 --- a/BedwarsAFKv2/liteconfig/common/macros/config.txt +++ b/BedwarsAFKv2/liteconfig/common/macros/config.txt @@ -13,6 +13,10 @@ //Set this to 1 if you have ++ and want to use it, 0 if your don't have ++ @#nicking = 0; +//Tipping feature - the bot will run /tipall every time it joins the lobby +//Set this to 1 if you want to use it, 0 if you don't. +@#tipping = 1; + // ---------------- // // IGNORE, BOT CONFIG // // ---------------- // diff --git a/BedwarsAFKv2/liteconfig/common/macros/failsafe.txt b/BedwarsAFKv2/liteconfig/common/macros/failsafe.txt index 8abe788..438149c 100644 --- a/BedwarsAFKv2/liteconfig/common/macros/failsafe.txt +++ b/BedwarsAFKv2/liteconfig/common/macros/failsafe.txt @@ -13,6 +13,13 @@ foreach(teams); next; if(¤tlocation == "Lobby"); stop(bwstart) + + if(%@#tipping% == 1) + log("&f[&cBW&f] You have tipping enabled. Disable this in user config if you don't want it.") + echo("/tipall") + wait(40t) + endif; + if(%@#nicking% == 1) log("&f[&cBW&f] You have nicking enabled. Changing your nick. Disable this in user config if you don't want it.") echo("/nick random")