mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #648] [MERGED] Added uptime command and utility functions #10696
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/2006-Scape/2006Scape/pull/648
Author: @ipkpjersi
Created: 12/28/2023
Status: ✅ Merged
Merged: 9/21/2024
Merged by: @Dark98
Base:
master← Head:uptime-command📝 Commits (2)
854a0bbAdded uptime command and utility functionsa8a6e6bDon't use NumberFormat it's slower📊 Changes
3 files changed (+747 additions, -5 deletions)
View changed files
📝
2006Scape Server/src/main/java/com/rs2/GameEngine.java(+6 -0)📝
2006Scape Server/src/main/java/com/rs2/net/packets/impl/Commands.java(+3 -0)📝
2006Scape Server/src/main/java/com/rs2/util/Misc.java(+738 -5)📄 Description
This is a nice simple command plus there are some really helpful utility functions in here.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.