mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #586] [MERGED] Kotlin -> Java #637
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/586
Author: @Dark98
Created: 2/5/2023
Status: ✅ Merged
Merged: 2/5/2023
Merged by: @Dark98
Base:
master← Head:K2J📝 Commits (2)
8fd228eConvert All Plugins To Java0346b40Convert Rest Of Kt To Java & Remove Kt From Maven📊 Changes
83 files changed (+1324 additions, -1354 deletions)
View changed files
📝
2006Scape Server/ServerConfig.Sample.json(+1 -1)➕
2006Scape Server/plugins/plugin/buttons/ButtonClick.java(+18 -0)➖
2006Scape Server/plugins/plugin/buttons/ButtonClick.kt(+0 -17)➕
2006Scape Server/plugins/plugin/buttons/gameframe/BrightnessButtons.java(+35 -0)➖
2006Scape Server/plugins/plugin/buttons/gameframe/BrightnessButtons.kt(+0 -25)➕
2006Scape Server/plugins/plugin/buttons/gameframe/LogoutButton.java(+27 -0)➖
2006Scape Server/plugins/plugin/buttons/gameframe/LogoutButton.kt(+0 -20)➕
2006Scape Server/plugins/plugin/buttons/gameframe/MusicVolumeButtons.java(+38 -0)➖
2006Scape Server/plugins/plugin/buttons/gameframe/MusicVolumeButtons.kt(+0 -32)➕
2006Scape Server/plugins/plugin/buttons/gameframe/ToggleRunButtons.java(+36 -0)➖
2006Scape Server/plugins/plugin/buttons/gameframe/ToggleRunButtons.kt(+0 -34)➕
2006Scape Server/plugins/plugin/buttons/gameframe/ToggleSplitChatButtons.java(+34 -0)➖
2006Scape Server/plugins/plugin/buttons/gameframe/ToggleSplitChatButtons.kt(+0 -32)➕
2006Scape Server/plugins/plugin/click/item/ItemFirstClick.java(+29 -0)➖
2006Scape Server/plugins/plugin/click/item/ItemFirstClick.kt(+0 -29)➕
2006Scape Server/plugins/plugin/click/item/ItemOnItem.java(+27 -0)➖
2006Scape Server/plugins/plugin/click/item/ItemOnItem.kt(+0 -26)➕
2006Scape Server/plugins/plugin/click/item/ItemOnNpc.java(+19 -0)➖
2006Scape Server/plugins/plugin/click/item/ItemOnNpc.kt(+0 -21)➕
2006Scape Server/plugins/plugin/click/item/ItemOnObject.java(+29 -0)...and 63 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.