[PR #280] [MERGED] Update Commands #10328

Open
opened 2026-06-03 12:21:45 +00:00 by Dark98 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/280
Author: @RedSparr0w
Created: 12/12/2019
Status: Merged
Merged: 12/13/2019
Merged by: @Dark98

Base: masterHead: commands


📝 Commits (4)

  • c552185 Show commands in interface
  • 38a0a13 Update players command, add playershops command
  • abe3cbb Remove null command
  • ff403c8 Update Commands.class

📊 Changes

5 files changed (+82 additions, -17 deletions)

View changed files

📝 2006Redone Server/src/com/rebotted/game/players/PlayerHandler.java (+5 -5)
📝 2006Redone Server/src/com/rebotted/net/packets/impl/Commands.java (+77 -12)
📝 CompiledServer/production/2006rebotted/com/rebotted/game/players/PlayerHandler.class (+0 -0)
📝 CompiledServer/production/2006rebotted/com/rebotted/net/packets/impl/Commands$1.class (+0 -0)
📝 CompiledServer/production/2006rebotted/com/rebotted/net/packets/impl/Commands.class (+0 -0)

📄 Description

Add a ::commands interface
Add a ::players interface for mods and higher
Add a ::playershops interface for mods and higher
Remove ::null command

Closes #279
Closes #274


🔄 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/280 **Author:** [@RedSparr0w](https://github.com/RedSparr0w) **Created:** 12/12/2019 **Status:** ✅ Merged **Merged:** 12/13/2019 **Merged by:** [@Dark98](https://github.com/Dark98) **Base:** `master` ← **Head:** `commands` --- ### 📝 Commits (4) - [`c552185`](https://github.com/2006-Scape/2006Scape/commit/c552185544b9e78e17155e95d37a53016d960abd) Show commands in interface - [`38a0a13`](https://github.com/2006-Scape/2006Scape/commit/38a0a13d5a6c3a8bba5df6c1ba54f1f320234900) Update players command, add playershops command - [`abe3cbb`](https://github.com/2006-Scape/2006Scape/commit/abe3cbb05831ae02fde6e319ba6a3a0c80b4ec69) Remove null command - [`ff403c8`](https://github.com/2006-Scape/2006Scape/commit/ff403c821d220112717527fc0559a2c3a86363f4) Update Commands.class ### 📊 Changes **5 files changed** (+82 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `2006Redone Server/src/com/rebotted/game/players/PlayerHandler.java` (+5 -5) 📝 `2006Redone Server/src/com/rebotted/net/packets/impl/Commands.java` (+77 -12) 📝 `CompiledServer/production/2006rebotted/com/rebotted/game/players/PlayerHandler.class` (+0 -0) 📝 `CompiledServer/production/2006rebotted/com/rebotted/net/packets/impl/Commands$1.class` (+0 -0) 📝 `CompiledServer/production/2006rebotted/com/rebotted/net/packets/impl/Commands.class` (+0 -0) </details> ### 📄 Description Add a `::commands` interface Add a `::players` interface for mods and higher Add a `::playershops` interface for mods and higher Remove `::null` command Closes #279 Closes #274 --- <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-06-03 12:21:45 +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#10328