[PR #648] [MERGED] Added uptime command and utility functions #2068

Closed
opened 2026-05-21 10:17:16 +00:00 by Dark98 · 0 comments
Owner

📋 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: masterHead: uptime-command


📝 Commits (2)

  • 854a0bb Added uptime command and utility functions
  • a8a6e6b Don'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.

## 📋 Pull Request Information **Original PR:** https://github.com/2006-Scape/2006Scape/pull/648 **Author:** [@ipkpjersi](https://github.com/ipkpjersi) **Created:** 12/28/2023 **Status:** ✅ Merged **Merged:** 9/21/2024 **Merged by:** [@Dark98](https://github.com/Dark98) **Base:** `master` ← **Head:** `uptime-command` --- ### 📝 Commits (2) - [`854a0bb`](https://github.com/2006-Scape/2006Scape/commit/854a0bb270ed09ba94a13b42d3bfe60ecc1064f7) Added uptime command and utility functions - [`a8a6e6b`](https://github.com/2006-Scape/2006Scape/commit/a8a6e6bfc88ba680f76303014677fcccbc511539) Don't use NumberFormat it's slower ### 📊 Changes **3 files changed** (+747 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description This is a nice simple command plus there are some really helpful utility functions in here. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Dark98 added the pull-request label 2026-05-21 10:17:16 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 2006-Scape/2006Scape#2068