[PR #154] [MERGED] Add kick command, and force logout function #1051

Closed
opened 2026-05-20 10:15:55 +00:00 by Dark98 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/154
Author: @RedSparr0w
Created: 11/10/2019
Status: Merged
Merged: 11/10/2019
Merged by: @dginovker

Base: masterHead: master


📝 Commits (5)

  • 0e1e079 Fix local Parabot instructions
  • 8c8428e Merge remote-tracking branch 'upstream/master'
  • 484d5d6 Merge remote-tracking branch 'upstream/master'
  • 21a379e Merge remote-tracking branch 'upstream/master'
  • 30a4a7a Add kick command, and force logout function

📊 Changes

8 files changed (+32 additions, -6 deletions)

View changed files

📝 2006Redone Server/src/redone/game/players/Client.java (+7 -3)
📝 2006Redone Server/src/redone/net/packets/impl/Commands.java (+25 -3)
📝 CompiledServer/production/2006rebotted/redone/game/players/Client$1.class (+0 -0)
📝 CompiledServer/production/2006rebotted/redone/game/players/Client$2.class (+0 -0)
📝 CompiledServer/production/2006rebotted/redone/game/players/Client$3.class (+0 -0)
📝 CompiledServer/production/2006rebotted/redone/game/players/Client$4.class (+0 -0)
📝 CompiledServer/production/2006rebotted/redone/game/players/Client.class (+0 -0)
📝 CompiledServer/production/2006rebotted/redone/net/packets/impl/Commands.class (+0 -0)

📄 Description

Add ::kick playerName command for moderators
Added force logout function, as otherwise players could not be disconnected when in combat.


🔄 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/154 **Author:** [@RedSparr0w](https://github.com/RedSparr0w) **Created:** 11/10/2019 **Status:** ✅ Merged **Merged:** 11/10/2019 **Merged by:** [@dginovker](https://github.com/dginovker) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`0e1e079`](https://github.com/2006-Scape/2006Scape/commit/0e1e07924b527562074acf9761b5535f7823f98c) Fix local Parabot instructions - [`8c8428e`](https://github.com/2006-Scape/2006Scape/commit/8c8428e0be3e0d5e80fdbbbe1424ead4c17f6cf1) Merge remote-tracking branch 'upstream/master' - [`484d5d6`](https://github.com/2006-Scape/2006Scape/commit/484d5d68ab08e6f9a1e3fe409c3a01dc9d4338b4) Merge remote-tracking branch 'upstream/master' - [`21a379e`](https://github.com/2006-Scape/2006Scape/commit/21a379ed8efbd4435f8e7fb4ee1bb443b2b41cf6) Merge remote-tracking branch 'upstream/master' - [`30a4a7a`](https://github.com/2006-Scape/2006Scape/commit/30a4a7a10f4c1277b8f06424af374aab168f016c) Add kick command, and force logout function ### 📊 Changes **8 files changed** (+32 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `2006Redone Server/src/redone/game/players/Client.java` (+7 -3) 📝 `2006Redone Server/src/redone/net/packets/impl/Commands.java` (+25 -3) 📝 `CompiledServer/production/2006rebotted/redone/game/players/Client$1.class` (+0 -0) 📝 `CompiledServer/production/2006rebotted/redone/game/players/Client$2.class` (+0 -0) 📝 `CompiledServer/production/2006rebotted/redone/game/players/Client$3.class` (+0 -0) 📝 `CompiledServer/production/2006rebotted/redone/game/players/Client$4.class` (+0 -0) 📝 `CompiledServer/production/2006rebotted/redone/game/players/Client.class` (+0 -0) 📝 `CompiledServer/production/2006rebotted/redone/net/packets/impl/Commands.class` (+0 -0) </details> ### 📄 Description Add `::kick playerName` command for moderators Added force logout function, as otherwise players could not be disconnected when in combat. --- <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-20 10:15:55 +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#1051