mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #511] [MERGED] Plugins Fixup #5446
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/511
Author: @Dark98
Created: 10/10/2021
Status: ✅ Merged
Merged: 10/26/2021
Merged by: @Dark98
Base:
master← Head:plugins_fixup📝 Commits (4)
573fb73Server: Ripped PluginService From Astreaus-V2f5e71b7Plugins: Handle Emote Tab Run Buttons8073998Add Some Settings Button Pluginsca0a7b9Fix 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.