Skip to content

Commit

Permalink
misc: Removed Krypton Support
Browse files Browse the repository at this point in the history
  • Loading branch information
4drian3d committed Sep 3, 2023
1 parent 539039d commit 60c3081
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 77 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ server to be broadcasted over the local area network and appear in the LAN serve
![](https://cdn.modrinth.com/data/Y6nlCg58/images/ac8486196b79e080a8ef2584c666a40e13a86200.png)

## Why this version?
The original LANBroadcaster, by Ruan has support for Spigot and BungeeCord, bhopahk make its own fork with support for [Sponge](https://spongepowered.org/) and [Velocity](https://velocitypowered.com/), however this version modularize the project and adds support for [Krypton](https://kryptonmc.org/).
The original LANBroadcaster, by Ruan has support for Spigot and BungeeCord, bhopahk make its own fork with support for [Sponge](https://spongepowered.org/) and [Velocity](https://velocitypowered.com/),
however this version modularize the project and improves performance and code quality, as well as being upgraded to new platform versions.

## Getting Started
LANBroadcaster can be downloaded from the versions tab [here](https://modrinth.com/mod/lanbroadcaster/versions).
Expand Down
21 changes: 0 additions & 21 deletions krypton/build.gradle.kts

This file was deleted.

This file was deleted.

3 changes: 1 addition & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ arrayOf(
"paper",
"velocity",
"sponge",
"bungee",
"krypton"
"bungee"
).forEach {
include("lanbroadcaster-$it")
project(":lanbroadcaster-$it").projectDir = file(it)
Expand Down

0 comments on commit 60c3081

Please sign in to comment.