[PR #511] [MERGED] Plugins Fixup #11412

Open
opened 2026-06-04 12:22:22 +00:00 by Dark98 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/511
Author: @Dark98
Created: 10/10/2021
Status: Merged
Merged: 10/26/2021
Merged by: @Dark98

Base: masterHead: plugins_fixup


📝 Commits (4)

  • 573fb73 Server: Ripped PluginService From Astreaus-V2
  • f5e71b7 Plugins: Handle Emote Tab Run Buttons
  • 8073998 Add Some Settings Button Plugins
  • ca0a7b9 Fix Player Still Running With 0 Energy

📊 Changes

14 files changed (+163 additions, -333 deletions)

View changed files

2006Scape Server/plugins/plugin/buttons/gameframe/BrightnessButtons.kt (+25 -0)
📝 2006Scape Server/plugins/plugin/buttons/gameframe/LogoutButton.kt (+1 -1)
2006Scape Server/plugins/plugin/buttons/gameframe/MusicVolumeButtons.kt (+32 -0)
2006Scape Server/plugins/plugin/buttons/gameframe/ToggleRunButtons.kt (+34 -0)
2006Scape Server/plugins/plugin/buttons/gameframe/ToggleSplitChatButtons.kt (+32 -0)
2006Scape Server/plugins/plugin/buttons/gameframe/plugins.json (+0 -12)
2006Scape Server/plugins/plugin/click/item/plugins.json (+0 -62)
2006Scape Server/plugins/plugin/click/magic/plugins.json (+0 -12)
2006Scape Server/plugins/plugin/click/npc/plugins.json (+0 -32)
2006Scape Server/plugins/plugin/click/obj/plugins.json (+0 -42)
📝 2006Scape Server/src/main/java/com/rs2/game/players/Player.java (+1 -0)
📝 2006Scape Server/src/main/java/com/rs2/net/packets/impl/ClickingButtons.java (+0 -60)
2006Scape Server/src/main/java/com/rs2/plugin/PluginMetaData.java (+0 -50)
📝 2006Scape Server/src/main/java/com/rs2/plugin/PluginService.java (+38 -62)

📄 Description

Fixed Player Running A Bit
Removed Need For Plugin MetaData

Started Moving GameFrame Button Actions To Plugins:
Emote Tab Run buttons
Brightness Buttons
Music Volume Buttons
Walk/Run Buttons
Toggle SplitPrivate-Chat


🔄 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/511 **Author:** [@Dark98](https://github.com/Dark98) **Created:** 10/10/2021 **Status:** ✅ Merged **Merged:** 10/26/2021 **Merged by:** [@Dark98](https://github.com/Dark98) **Base:** `master` ← **Head:** `plugins_fixup` --- ### 📝 Commits (4) - [`573fb73`](https://github.com/2006-Scape/2006Scape/commit/573fb73c93a2513d83acb714c71d0cfa4609f7e2) Server: Ripped PluginService From Astreaus-V2 - [`f5e71b7`](https://github.com/2006-Scape/2006Scape/commit/f5e71b75e3a43f95f7c996773631970595934046) Plugins: Handle Emote Tab Run Buttons - [`8073998`](https://github.com/2006-Scape/2006Scape/commit/8073998cbbd0b31ded5b23990cf5a55db40eb205) Add Some Settings Button Plugins - [`ca0a7b9`](https://github.com/2006-Scape/2006Scape/commit/ca0a7b937c34195e7e09b7234167cab8fc97f9cd) Fix Player Still Running With 0 Energy ### 📊 Changes **14 files changed** (+163 additions, -333 deletions) <details> <summary>View changed files</summary> ➕ `2006Scape Server/plugins/plugin/buttons/gameframe/BrightnessButtons.kt` (+25 -0) 📝 `2006Scape Server/plugins/plugin/buttons/gameframe/LogoutButton.kt` (+1 -1) ➕ `2006Scape Server/plugins/plugin/buttons/gameframe/MusicVolumeButtons.kt` (+32 -0) ➕ `2006Scape Server/plugins/plugin/buttons/gameframe/ToggleRunButtons.kt` (+34 -0) ➕ `2006Scape Server/plugins/plugin/buttons/gameframe/ToggleSplitChatButtons.kt` (+32 -0) ➖ `2006Scape Server/plugins/plugin/buttons/gameframe/plugins.json` (+0 -12) ➖ `2006Scape Server/plugins/plugin/click/item/plugins.json` (+0 -62) ➖ `2006Scape Server/plugins/plugin/click/magic/plugins.json` (+0 -12) ➖ `2006Scape Server/plugins/plugin/click/npc/plugins.json` (+0 -32) ➖ `2006Scape Server/plugins/plugin/click/obj/plugins.json` (+0 -42) 📝 `2006Scape Server/src/main/java/com/rs2/game/players/Player.java` (+1 -0) 📝 `2006Scape Server/src/main/java/com/rs2/net/packets/impl/ClickingButtons.java` (+0 -60) ➖ `2006Scape Server/src/main/java/com/rs2/plugin/PluginMetaData.java` (+0 -50) 📝 `2006Scape Server/src/main/java/com/rs2/plugin/PluginService.java` (+38 -62) </details> ### 📄 Description Fixed Player Running A Bit Removed Need For Plugin MetaData Started Moving GameFrame Button Actions To Plugins: Emote Tab Run buttons Brightness Buttons Music Volume Buttons Walk/Run Buttons Toggle SplitPrivate-Chat --- <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-04 12:22:22 +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#11412