aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-06-19 19:29:29 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-06-19 19:29:29 +0800
commitf1dfd307ee4672a050af173bef7c33b5e3752a6c (patch)
treef1a515185d57fbe548d0e7b3c0e1d5365860a569 /utils
parent4b185a3d19caa3c53f969730530714824f19eb32 (diff)
downloadSoopyV2-f1dfd307ee4672a050af173bef7c33b5e3752a6c.tar.gz
SoopyV2-f1dfd307ee4672a050af173bef7c33b5e3752a6c.tar.bz2
SoopyV2-f1dfd307ee4672a050af173bef7c33b5e3752a6c.zip
+ how to remove soopyv2 message if u dont have forge mod
Diffstat (limited to 'utils')
-rw-r--r--utils/renderJavaUtils.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/renderJavaUtils.js b/utils/renderJavaUtils.js
index 23bffc6..8f7fd55 100644
--- a/utils/renderJavaUtils.js
+++ b/utils/renderJavaUtils.js
@@ -368,6 +368,7 @@ register("worldLoad", () => {
ChatLib.chat("§cWARNING: You dont have the forge mod for soopyv2 installed")
ChatLib.chat("§cWARNING: -> almost nothing can be rendered")
new TextComponent(" &e[CLICK] &7- Download").setHover("show_text", "&2Download").setClick("open_url", "https://github.com/Soopyboo32/SoopyV2Forge/releases").chat()
+ ChatLib.chat("Or if u want to remove soopyv2 run /ct delete soopyv2")
ChatLib.chat("&1" + ChatLib.getChatBreak("-").trim())
}
if (SoopyV2Forge.getVersion() !== LASTEST_SOOPYFORGE_VER) {