From b02b8a3bd341787d962c69c615544882b2cc84c6 Mon Sep 17 00:00:00 2001 From: adhi <129642486+Streoids@users.noreply.github.com> Date: Sun, 23 Nov 2025 18:24:57 +0530 Subject: [PATCH] more commands added .up and .uptime to make it easy --- command/Uptime.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/command/Uptime.lua b/command/Uptime.lua index 755c328..a36f637 100644 --- a/command/Uptime.lua +++ b/command/Uptime.lua @@ -1,7 +1,7 @@ name = "uptime" -description = "Tells the time since Minecraft has started." +description = "Tells the time since Minecraft has started. usage: .uptime or .up" author = "Streoids" -aliases = {"uptm"} +aliases = {"uptm", "uptime", "up"} local start=os.time() function execute(args)