From f1dfd307ee4672a050af173bef7c33b5e3752a6c Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Sun, 19 Jun 2022 19:29:29 +0800 Subject: + how to remove soopyv2 message if u dont have forge mod --- features/globalSettings/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features') diff --git a/features/globalSettings/index.js b/features/globalSettings/index.js index e4460b0..85a1dc1 100644 --- a/features/globalSettings/index.js +++ b/features/globalSettings/index.js @@ -117,7 +117,7 @@ class GlobalSettings extends Feature { this.registerCommand("lobbyusers", () => { fetch("http://soopymc.my.to/api/soopyv2/lobbyusers/" + this.FeatureManager.features["dataLoader"].class.stats.Server).json(data => { ChatLib.chat("&c" + ChatLib.getChatBreak("-")) - ChatLib.chat(this.FeatureManager.messagePrefix + "&7(" + data.data + ")&r Lobby soopyv2 users:") + ChatLib.chat(this.FeatureManager.messagePrefix + "&7(" + data.data.length + ")&r Lobby soopyv2 users:") data.data.forEach(name => { ChatLib.chat("&7 - &r" + name) }) -- cgit