mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #510] [MERGED] Plugins System #8204
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/510
Author: @Dark98
Created: 10/6/2021
Status: ✅ Merged
Merged: 10/8/2021
Merged by: @Dark98
Base:
master← Head:plugins_test📝 Commits (10+)
c1b3f5fStarted Ripping Plugin System From Astraeus14207fdNpcFirstClickEvent setup for plugins4c6eb39Server: Add Google Collect Libeb890b9Server: NpcSecondClickEvent setup for plugins17f6bf5Server: NpcThirdClickEvent setup for plugins3c63615Server: Remove conflicting action for Secondclicking npc id 3755355aServer: ItemFirstClickEvent setup for pluginsce0b406Server: ItemOnItemEvent setup for pluginsebfb926Server: ItemOnNpcEvent setup for pluginsf0b0bffServer: ItemOnObjectEvent setup for plugins📊 Changes
78 files changed (+1832 additions, -91 deletions)
View changed files
➕
2006Scape Server/libs/google-collect-1.0.jar(+0 -0)➕
2006Scape Server/plugins/plugin/buttons/ButtonClick.kt(+17 -0)➕
2006Scape Server/plugins/plugin/buttons/gameframe/LogoutButton.kt(+20 -0)➕
2006Scape Server/plugins/plugin/buttons/gameframe/plugins.json(+12 -0)➕
2006Scape Server/plugins/plugin/click/item/ItemFirstClick.kt(+28 -0)➕
2006Scape Server/plugins/plugin/click/item/ItemOnItem.kt(+25 -0)➕
2006Scape Server/plugins/plugin/click/item/ItemOnNpc.kt(+21 -0)➕
2006Scape Server/plugins/plugin/click/item/ItemOnObject.kt(+30 -0)➕
2006Scape Server/plugins/plugin/click/item/ItemSecondClick.kt(+27 -0)➕
2006Scape Server/plugins/plugin/click/item/ItemThirdClick.kt(+28 -0)➕
2006Scape Server/plugins/plugin/click/item/plugins.json(+62 -0)➕
2006Scape Server/plugins/plugin/click/magic/MagicOnItem.kt(+26 -0)➕
2006Scape Server/plugins/plugin/click/magic/plugins.json(+12 -0)➕
2006Scape Server/plugins/plugin/click/npc/NpcFirstClick.kt(+35 -0)➕
2006Scape Server/plugins/plugin/click/npc/NpcSecondClick.kt(+30 -0)➕
2006Scape Server/plugins/plugin/click/npc/NpcThirdClick.kt(+24 -0)➕
2006Scape Server/plugins/plugin/click/npc/plugins.json(+32 -0)➕
2006Scape Server/plugins/plugin/click/obj/ObjectFirstClick.kt(+31 -0)➕
2006Scape Server/plugins/plugin/click/obj/ObjectFourthClick.kt(+31 -0)➕
2006Scape Server/plugins/plugin/click/obj/ObjectSecondClick.kt(+30 -0)...and 58 more files
📄 Description
Adds Support For A Plugin System So Future Content Can Be More Organised & Cleaner
Should Be Merge-able now? & Can Be Improved Upon With Time
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.