[PR #586] [MERGED] Kotlin -> Java #637

Closed
opened 2026-05-15 02:58:05 +00:00 by Dark98 · 0 comments
Owner

📋 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: masterHead: K2J


📝 Commits (2)

  • 8fd228e Convert All Plugins To Java
  • 0346b40 Convert 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.

## 📋 Pull Request Information **Original PR:** https://github.com/2006-Scape/2006Scape/pull/586 **Author:** [@Dark98](https://github.com/Dark98) **Created:** 2/5/2023 **Status:** ✅ Merged **Merged:** 2/5/2023 **Merged by:** [@Dark98](https://github.com/Dark98) **Base:** `master` ← **Head:** `K2J` --- ### 📝 Commits (2) - [`8fd228e`](https://github.com/2006-Scape/2006Scape/commit/8fd228eb74e668cb60a772eb71c394ff6ae3bcfe) Convert All Plugins To Java - [`0346b40`](https://github.com/2006-Scape/2006Scape/commit/0346b40ded38df7500e35806492b794fbc0fdf70) Convert Rest Of Kt To Java & Remove Kt From Maven ### 📊 Changes **83 files changed** (+1324 additions, -1354 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description _No description provided_ --- <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-15 02:58:05 +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#637